Lines Matching refs:s32
78 s32
81 s32 size = 0; in GetCommonCommandSize()
94 s32
95 ShaderBinaryInfo::GetShaderProgramCommandSize( s32 vertexIndex, s32 geometryIndex ) const in GetShaderProgramCommandSize()
97 s32 size = 0; in GetShaderProgramCommandSize()
114 s32
121 s32 size = 0; in GetProgramCommandSize()
138 s32
141 s32 size = 0; in GetSwizzleCommandSize()
156 s32
163 s32
164 ShaderBinaryInfo::GetConstRegCommandSize(s32 shaderIndex) const in GetConstRegCommandSize()
166 s32 size = 0; in GetConstRegCommandSize()
167 const s32 INT_COMMAND_SIZE = 2; in GetConstRegCommandSize()
168 const s32 FLOAT_COMMAND_SIZE = 6; in GetConstRegCommandSize()
212 s32
213 ShaderBinaryInfo::GetOutAttrCommandSize(s32 vertexIndex, s32 geometryIndex) const in GetOutAttrCommandSize()
217 const s32 GEOMETRY_SETTING_COMMAND_SIZE = 8; in GetOutAttrCommandSize()
218 const s32 SHADER_PROGRAM_COMMAND_SIZE = 24; in GetOutAttrCommandSize()
219 const s32 GEOMETRY_COMMAND_SIZE = 6; in GetOutAttrCommandSize()
221 s32 size = 0; in GetOutAttrCommandSize()
240 s32
382 s32
383 ShaderBinaryInfo::BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress… in BuildShaderProgramCommand()
432 ShaderBinaryInfo::BuildConstRegCommand( SafeBuffer& buffer, s32 shaderIndex ) const in BuildConstRegCommand()
507 ShaderBinaryInfo::BuildOutAttrCommand( SafeBuffer& buffer, s32 vertexIndex, s32 geometryIndex ) con… in BuildOutAttrCommand()
670 s32
675 s32 commandSize = 0; in GetLoadCommandSize()