Searched refs:MaxVertexShader30InstructionSlots (Results 1 – 3 of 3) sorted by relevance
987 pCaps->MaxVertexShader30InstructionSlots = in NineAdapter9_GetDeviceCaps()993 if (pCaps->MaxVertexShader30InstructionSlots > D3DMAX30SHADERINSTRUCTIONS) in NineAdapter9_GetDeviceCaps()994 pCaps->MaxVertexShader30InstructionSlots = D3DMAX30SHADERINSTRUCTIONS; in NineAdapter9_GetDeviceCaps()997 assert(pCaps->MaxVertexShader30InstructionSlots >= D3DMIN30SHADERINSTRUCTIONS); in NineAdapter9_GetDeviceCaps()1001 …pCaps->MaxVShaderInstructionsExecuted = MAX2(65535, pCaps->MaxVertexShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
805 C2S("\nMaxVertexShader30InstructionSlots: %u >= 512", caps->MaxVertexShader30InstructionSlots); in nine_dump_D3DCAPS9()
372 DWORD MaxVertexShader30InstructionSlots; member