Home
last modified time | relevance | path

Searched refs:ExeImageInfo (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h144 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in IsGeometryShader()
169 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in SearchUniformIndex()
222 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in SearchUniformIndex()
280 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in SearchBinadSymbolCount()
340 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in GetBoolConstant()
380 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo( shaderIndex ); in GetInputRegisterNum()
405 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in GetOutputRegisterNum()
430 const ExeImageInfo* exeInfo = this->GetShaderProgramInfo(shaderIndex); in GetOutputRegisterNum()
457 const ExeImageInfo* exeInfo = NULL; in GetShaderOutputRegisterNum()
516 const ExeImageInfo* exeInfo = NULL; in GetShaderOutputRegisterMap()
[all …]
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp41 … m_ExeImageInfo[ i ] = reinterpret_cast< const ExeImageInfo* >( (u8*)m_pShaderBinary + *binary ); in AnalyzeBinary()
280 const ExeImageInfo* exeInfo = m_ExeImageInfo[ shaderIndex ]; in BuildConstRegCommand()