Lines Matching refs:u32
119 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetMinFilter()
133 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMinFilter()
136 const u32 table2[] = in SetMinFilter()
145 u32 value2 = table2[value]; in SetMinFilter()
148 const u32 table24[] = in SetMinFilter()
157 u32 value24 = table24[value]; in SetMinFilter()
168 ::std::pair<u32, u32*> command = GetOwnerCommand(); in GetMagFilter()
172 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetMagFilter()
184 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetMagFilter()
188 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMagFilter()
223 ::std::pair<u32, u32*> GetOwnerCommand() const;
249 u32 borderColorU32 = ref().m_BorderColor.ToPicaU32(); in SetBorderColor()
252 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetBorderColor()
254 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
267 u32 borderColorU32 = ref().m_BorderColor.ToPicaU32(); in SetBorderColor()
270 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetBorderColor()
272 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
286 u32 borderColorU32 = ref().m_BorderColor.ToPicaU32(); in SetBorderColor()
289 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetBorderColor()
291 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
311 ::std::pair<u32, u32*> command = GetOwnerCommand(); in GetWrapS()
315 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetWrapS()
327 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetWrapS()
331 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetWrapS()
343 ::std::pair<u32, u32*> command = GetOwnerCommand(); in GetWrapT()
347 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetWrapT()
359 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetWrapT()
363 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetWrapT()
373 u32 GetMinLod() const in GetMinLod()
375 ::std::pair<u32, u32*> command = GetOwnerCommand(); in GetMinLod()
379 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetMinLod()
389 void SetMinLod(u32 value) in SetMinLod()
391 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetMinLod()
395 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMinLod()
399 u32 minLod = value; in SetMinLod()
422 ::std::pair<u32, u32*> command = GetOwnerCommand(); in SetLodBias()
425 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetLodBias()
428 u32 lodBias = ut::FixedS13Fraction8::Float32ToFixed13(value); in SetLodBias()
552 u32* GetCommandCache() { return &ref().m_CommandCache[0]; } in GetCommandCache()
553 const u32* GetCommandCache() const { return &ref().m_CommandCache[0]; } in GetCommandCache()
563 …NW_RES_FIELD_PRIMITIVE_DECL( u32, CommandSizeToSend ) // GetCommandSizeToSend(), SetCommandS… in NW_RES_FIELD_PRIMITIVE_DECL() argument