Lines Matching refs:bit32
95 bit32* MakeFullCommand( bit32* command ) const;
106 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
120 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
135 bit32* MakePrepareCommand( bit32* command ) const;
145 bit32* MakeVtxProgramCommand( bit32* command ) const;
156 bit32* MakeGeoProgramCommand( bit32* command ) const;
166 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
181 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
196 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
198 … std::memcpy( command, m_CmdCacheVtxConst, m_CmdCacheVtxConstNum * sizeof( bit32 ) ); in MakeVtxConstRgCommand()
210 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand()
212 … std::memcpy( command, m_CmdCacheGeoConst, m_CmdCacheGeoConstNum * sizeof( bit32 ) ); in MakeGeoConstRgCommand()
225 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
227 … std::memcpy( command, m_CmdCacheOutAttr, m_CmdCacheOutAttrNum * sizeof( bit32 ) ); in MakeOutAttrCommand()
328 bit32 GetVtxShaderBoolMapUniform() const in GetVtxShaderBoolMapUniform()
338 bit32 GetGeoShaderBoolMap() const in GetGeoShaderBoolMap()
382 bit32* MakeConstRgCommand_(
383 bit32* command,
394 bit32* MakeOutAttrCommand_( bit32* command );
406 bit32* MakeLoadCommand_( bit32* command,
407 const bit32 load_reg,
420 bit32* MakeDummyCommand_( bit32* command,
421 const bit32 load_reg,
430 bit32 signature;
442 bit32 maskInputOutput;
497 const bit32* m_Instruction;
507 bit32 m_Swizzle[ SWIZZLE_PATTERN_MAX ];
523 bit32 m_VtxShaderBoolMapUniform;
528 bit32 m_GeoShaderBoolMapUniform;
533 bit32 m_CmdCacheOutAttr[ OUT_ATTR_COMMAND_MAX ];
543 bit32 m_CmdCacheVtxConst[ CONST_REG_COMMAND_MAX ];
553 bit32 m_CmdCacheGeoConst[ CONST_REG_COMMAND_MAX ];