Lines Matching refs:s32
80 s32
83 s32 size = 0; in GetCommonCommandSize()
96 s32
97 ShaderBinaryInfo::GetShaderProgramCommandSize( s32 vertexIndex, s32 geometryIndex ) const in GetShaderProgramCommandSize()
99 s32 size = 0; in GetShaderProgramCommandSize()
116 s32
123 s32 size = 0; in GetProgramCommandSize()
140 s32
143 s32 size = 0; in GetSwizzleCommandSize()
158 s32
165 s32
166 ShaderBinaryInfo::GetConstRegCommandSize(s32 shaderIndex) const in GetConstRegCommandSize()
168 s32 size = 0; in GetConstRegCommandSize()
169 const s32 INT_COMMAND_SIZE = 2; in GetConstRegCommandSize()
170 const s32 FLOAT_COMMAND_SIZE = 6; in GetConstRegCommandSize()
214 s32
215 ShaderBinaryInfo::GetOutAttrCommandSize(s32 vertexIndex, s32 geometryIndex) const in GetOutAttrCommandSize()
219 const s32 GEOMETRY_SETTING_COMMAND_SIZE = 8; in GetOutAttrCommandSize()
220 const s32 SHADER_PROGRAM_COMMAND_SIZE = 24; in GetOutAttrCommandSize()
221 const s32 GEOMETRY_COMMAND_SIZE = 6; in GetOutAttrCommandSize()
223 s32 size = 0; in GetOutAttrCommandSize()
242 s32
384 s32
385 ShaderBinaryInfo::BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress… in BuildShaderProgramCommand()
434 ShaderBinaryInfo::BuildConstRegCommand( SafeBuffer& buffer, s32 shaderIndex ) const in BuildConstRegCommand()
509 ShaderBinaryInfo::BuildOutAttrCommand( SafeBuffer& buffer, s32 vertexIndex, s32 geometryIndex ) con… in BuildOutAttrCommand()
672 s32
677 s32 commandSize = 0; in GetLoadCommandSize()