Lines Matching refs:bit32

111                 bit32* MakeFullCommand( bit32* command ) const;
125bit32* MakeShaderCommand( bit32* command, const bool isMakePrepareCommand = true ) const;
134 static bit32* MakeDisableCommand( bit32* command );
145 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
159 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
174 bit32* MakePrepareCommand( bit32* command ) const;
184 bit32* MakeVtxProgramCommand( bit32* command ) const;
195 bit32* MakeGeoProgramCommand( bit32* command ) const;
205 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
220 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
235 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
238 m_CmdCacheConstNumArray[ m_VtxShaderIndex ] * sizeof( bit32 ) ); in MakeVtxConstRgCommand()
250 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand()
253 … m_CmdCacheConstNumArray[ m_GeoShaderIndex ] * sizeof( bit32 ) ); in MakeGeoConstRgCommand()
265 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
272 bit32 value_229 = 0x0100; in MakeOutAttrCommand()
281 bit32 value_253 = 0x0100; in MakeOutAttrCommand()
290 m_CmdCacheOutAttrNum * sizeof( bit32 ) ); in MakeOutAttrCommand()
392 bit32 GetVtxShaderBoolMapUniform() const in GetVtxShaderBoolMapUniform()
402 bit32 GetGeoShaderBoolMap() const in GetGeoShaderBoolMap()
470 static bit32* MakeShaderModeCommand_( bit32* command,
483 bit32* MakeConstRgCommand_( bit32* command,
495bit32* MakeOutAttrCommand_( bit32* command, const s32 vtx_shader_index, const s32 geo_shader_index…
507 bit32* MakeLoadCommand_( bit32* command,
508 const bit32 load_reg,
521 static bit32* MakeDummyCommand_( bit32* command,
522 const bit32 load_reg,
531 bit32 signature;
543 bit32 maskInputOutput;
598 const bit32* m_Instruction;
608 bit32 m_Swizzle[ SWIZZLE_PATTERN_MAX ];
624 bit32 m_VtxShaderBoolMapUniform;
629 bit32 m_GeoShaderBoolMapUniform;
634 bit32 m_CmdCacheOutAttrArray[ OUT_ATTR_COMMAND_MAX ];
644 bit32 m_CmdCacheConstArray[ EXE_IMAGE_MAX ][ CONST_REG_COMMAND_MAX ];