Lines Matching refs:ShaderBinaryInfo
28 ShaderBinaryInfo::AnalyzeBinary() in AnalyzeBinary()
79 ShaderBinaryInfo::GetCommonCommandSize() const in GetCommonCommandSize()
95 ShaderBinaryInfo::GetShaderProgramCommandSize( s32 vertexIndex, s32 geometryIndex ) const in GetShaderProgramCommandSize()
115 ShaderBinaryInfo::GetProgramCommandSize() const in GetProgramCommandSize()
139 ShaderBinaryInfo::GetSwizzleCommandSize() const in GetSwizzleCommandSize()
157 ShaderBinaryInfo::GetPrepareCommandSize() const in GetPrepareCommandSize()
164 ShaderBinaryInfo::GetConstRegCommandSize(s32 shaderIndex) const in GetConstRegCommandSize()
213 ShaderBinaryInfo::GetOutAttrCommandSize(s32 vertexIndex, s32 geometryIndex) const in GetOutAttrCommandSize()
241 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const in BuildCommonCommand()
273 ShaderBinaryInfo::BuildProgramCommand( SafeBuffer& buffer ) const in BuildProgramCommand()
338 ShaderBinaryInfo::BuildSwizzleCommand( SafeBuffer& buffer ) const in BuildSwizzleCommand()
383 ShaderBinaryInfo::BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress… in BuildShaderProgramCommand()
417 ShaderBinaryInfo::BuildPrepareCommand( SafeBuffer& buffer ) const in BuildPrepareCommand()
432 ShaderBinaryInfo::BuildConstRegCommand( SafeBuffer& buffer, s32 shaderIndex ) const in BuildConstRegCommand()
507 ShaderBinaryInfo::BuildOutAttrCommand( SafeBuffer& buffer, s32 vertexIndex, s32 geometryIndex ) con… in BuildOutAttrCommand()
615 ShaderBinaryInfo::PutEnableMirroringShaderSetting(SafeBuffer& buffer, bool enableMirroring) const in PutEnableMirroringShaderSetting()
629 ShaderBinaryInfo::PutLoadCommand( in PutLoadCommand()
671 ShaderBinaryInfo::GetLoadCommandSize(u32 count) const in GetLoadCommandSize()