Lines Matching refs:ShaderBinaryInfo
30 ShaderBinaryInfo::AnalyzeBinary() in AnalyzeBinary()
81 ShaderBinaryInfo::GetCommonCommandSize() const in GetCommonCommandSize()
97 ShaderBinaryInfo::GetShaderProgramCommandSize( s32 vertexIndex, s32 geometryIndex ) const in GetShaderProgramCommandSize()
117 ShaderBinaryInfo::GetProgramCommandSize() const in GetProgramCommandSize()
141 ShaderBinaryInfo::GetSwizzleCommandSize() const in GetSwizzleCommandSize()
159 ShaderBinaryInfo::GetPrepareCommandSize() const in GetPrepareCommandSize()
166 ShaderBinaryInfo::GetConstRegCommandSize(s32 shaderIndex) const in GetConstRegCommandSize()
215 ShaderBinaryInfo::GetOutAttrCommandSize(s32 vertexIndex, s32 geometryIndex) const in GetOutAttrCommandSize()
243 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const in BuildCommonCommand()
275 ShaderBinaryInfo::BuildProgramCommand( SafeBuffer& buffer ) const in BuildProgramCommand()
340 ShaderBinaryInfo::BuildSwizzleCommand( SafeBuffer& buffer ) const in BuildSwizzleCommand()
385 ShaderBinaryInfo::BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress… in BuildShaderProgramCommand()
419 ShaderBinaryInfo::BuildPrepareCommand( SafeBuffer& buffer ) const in BuildPrepareCommand()
434 ShaderBinaryInfo::BuildConstRegCommand( SafeBuffer& buffer, s32 shaderIndex ) const in BuildConstRegCommand()
509 ShaderBinaryInfo::BuildOutAttrCommand( SafeBuffer& buffer, s32 vertexIndex, s32 geometryIndex ) con… in BuildOutAttrCommand()
617 ShaderBinaryInfo::PutEnableMirroringShaderSetting(SafeBuffer& buffer, bool enableMirroring) const in PutEnableMirroringShaderSetting()
631 ShaderBinaryInfo::PutLoadCommand( in PutLoadCommand()
673 ShaderBinaryInfo::GetLoadCommandSize(u32 count) const in GetLoadCommandSize()