Home
last modified time | relevance | path

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

12345678910

/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dadapter9.c911 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
912 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
915 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
918 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
924 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
926 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
927 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
928 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
929 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
930 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c912 pCaps->VS20Caps.Caps = D3DVS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()
913 pCaps->VS20Caps.DynamicFlowControlDepth = /* XXX is this dynamic ? */ in NineAdapter9_GetDeviceCaps()
916 pCaps->VS20Caps.NumTemps = in NineAdapter9_GetDeviceCaps()
919 pCaps->VS20Caps.StaticFlowControlDepth = /* XXX is this static ? */ in NineAdapter9_GetDeviceCaps()
925 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
927 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
928 || pCaps->VS20Caps.StaticFlowControlDepth < 0) in NineAdapter9_GetDeviceCaps()
929 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
930 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
931 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A 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()
920 || pCaps->VS20Caps.DynamicFlowControlDepth < 0) 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()
925 if (pCaps->VS20Caps.NumTemps > D3DVS20_MAX_NUMTEMPS) in NineAdapter9_GetDeviceCaps()
926 pCaps->VS20Caps.NumTemps = D3DVS20_MAX_NUMTEMPS; in NineAdapter9_GetDeviceCaps()
[all …]
H A 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()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dd3d9caps.h339 D3DVSHADERCAPS2_0 VS20Caps; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dd3d9caps.h339 D3DVSHADERCAPS2_0 VS20Caps; member
/dports/lang/clover/mesa-21.3.6/include/D3D9/
H A Dd3d9caps.h367 D3DVSHADERCAPS2_0 VS20Caps; member

12345678910