Searched refs:NumInstructionSlots (Results 1 – 4 of 4) sorted by relevance
922 pCaps->PS20Caps.NumInstructionSlots = in NineAdapter9_GetDeviceCaps()934 if (pCaps->PS20Caps.NumInstructionSlots > D3DPS20_MAX_NUMINSTRUCTIONSLOTS) in NineAdapter9_GetDeviceCaps()935 pCaps->PS20Caps.NumInstructionSlots = D3DPS20_MAX_NUMINSTRUCTIONSLOTS; in NineAdapter9_GetDeviceCaps()939 assert(pCaps->PS20Caps.NumInstructionSlots >= D3DPS20_MIN_NUMINSTRUCTIONSLOTS); in NineAdapter9_GetDeviceCaps()
786 C2S("\nPS20Caps.NumInstructionSlots: %u", caps->PS20Caps.NumInstructionSlots); in nine_dump_D3DCAPS9()
298 INT NumInstructionSlots; member
1569 …caps.PS20Caps.NumInstructionSlots = D3DPS20_MAX_NUMINSTRUCTIONSLOTS; // The driver will support … in GetDeviceCaps()