Lines Matching refs:bit32
97 bit32* MakeFullCommand( bit32* command ) const;
106 static bit32* MakeDisableCommand( bit32* command );
117 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
131 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
146 bit32* MakePrepareCommand( bit32* command ) const;
156 bit32* MakeVtxProgramCommand( bit32* command ) const;
167 bit32* MakeGeoProgramCommand( bit32* command ) const;
177 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
192 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
207 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
209 … std::memcpy( command, m_CmdCacheVtxConst, m_CmdCacheVtxConstNum * sizeof( bit32 ) ); in MakeVtxConstRgCommand()
221 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand()
223 … std::memcpy( command, m_CmdCacheGeoConst, m_CmdCacheGeoConstNum * sizeof( bit32 ) ); in MakeGeoConstRgCommand()
235 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
242 bit32 value_229 = 0x0100; in MakeOutAttrCommand()
251 bit32 value_253 = 0x0100; in MakeOutAttrCommand()
259 … std::memcpy( command, m_CmdCacheOutAttr, m_CmdCacheOutAttrNum * sizeof( bit32 ) ); in MakeOutAttrCommand()
360 bit32 GetVtxShaderBoolMapUniform() const in GetVtxShaderBoolMapUniform()
370 bit32 GetGeoShaderBoolMap() const in GetGeoShaderBoolMap()
413 static bit32* MakeShaderModeCommand_( bit32* command,
426 bit32* MakeConstRgCommand_(
427 bit32* command,
438 bit32* MakeOutAttrCommand_( bit32* command );
450 bit32* MakeLoadCommand_( bit32* command,
451 const bit32 load_reg,
464 static bit32* MakeDummyCommand_( bit32* command,
465 const bit32 load_reg,
474 bit32 signature;
486 bit32 maskInputOutput;
541 const bit32* m_Instruction;
551 bit32 m_Swizzle[ SWIZZLE_PATTERN_MAX ];
567 bit32 m_VtxShaderBoolMapUniform;
572 bit32 m_GeoShaderBoolMapUniform;
577 bit32 m_CmdCacheOutAttr[ OUT_ATTR_COMMAND_MAX ];
587 bit32 m_CmdCacheVtxConst[ CONST_REG_COMMAND_MAX ];
597 bit32 m_CmdCacheGeoConst[ CONST_REG_COMMAND_MAX ];