Home
last modified time | relevance | path

Searched refs:VS20Caps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c907 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
908 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
911 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
914 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
919 if (pCaps->VS20Caps.DynamicFlowControlDepth > D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
920 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
921 pCaps->VS20Caps.DynamicFlowControlDepth = D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
922 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
923 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
924 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
[all …]
Dnine_dump.c777 C2S("\nVS20Caps.Caps: Predication=%s", caps->VS20Caps.Caps ? "yes" : "no"); in nine_dump_D3DCAPS9()
778 C2S("\nVS20Caps.DynamicFlowControlDepth: %u", caps->VS20Caps.DynamicFlowControlDepth); in nine_dump_D3DCAPS9()
779 C2S("\nVS20Caps.NumTemps: %u", caps->VS20Caps.NumTemps); in nine_dump_D3DCAPS9()
780 C2S("\nVS20Caps.StaticFlowControlDepth: %u", caps->VS20Caps.StaticFlowControlDepth); in nine_dump_D3DCAPS9()
782 C2S("\nPS20Caps.Caps: Predication=%s", caps->VS20Caps.Caps ? "yes" : "no"); in nine_dump_D3DCAPS9()
/external/mesa3d/include/D3D9/
Dd3d9caps.h367 D3DVSHADERCAPS2_0 VS20Caps; member