Home
last modified time | relevance | path

Searched refs:MaxVShaderInstructionsExecuted (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/D3D9/
Dd3d9caps.h367 DWORD MaxVShaderInstructionsExecuted; member
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c803 C2S("\nMaxVShaderInstructionsExecuted: %u", caps->MaxVShaderInstructionsExecuted); in nine_dump_D3DCAPS9()
Dadapter9.c964 …pCaps->MaxVShaderInstructionsExecuted = MAX2(65535, pCaps->MaxVertexShader30InstructionSlots * 32); in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1586 …caps.MaxVShaderInstructionsExecuted = maximumVertexShaderInstructionsExecuted; // Maximum number o… in GetDeviceCaps()