Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h122 #define VS_CONST_F_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_F_SWVP * sizeof(float[4])) : (N…
123 #define VS_CONST_I_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_I_SWVP * sizeof(int[4])) : (NIN…
124 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_…
Ddevice9.c232 This->may_swvp = true; in NineDevice9_ctor()
237 This->may_swvp = true; in NineDevice9_ctor()
242 if (This->may_swvp && in NineDevice9_ctor()
255 if (This->may_swvp) in NineDevice9_ctor()
463 if (This->may_swvp) { in NineDevice9_ctor()
2493 …nine_ranges_insert(&dst->changed.vs_const_f, 0, This->may_swvp ? NINE_MAX_CONST_F_SWVP : This->max… in NineDevice9_CreateStateBlock()
2495 …nine_ranges_insert(&dst->changed.vs_const_i, 0, This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_… in NineDevice9_CreateStateBlock()
2497 …nine_ranges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_… in NineDevice9_CreateStateBlock()
3275 user_assert(This->may_swvp, in NineDevice9_ProcessVertices()
3567 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), in NineDevice9_SetVertexShaderConstantI()
[all …]
Ddevice9.h53 boolean may_swvp; member
Dnine_state.c1681 float *vs_const_f = device->may_swvp ? context->vs_const_f_swvp : context->vs_const_f; in CSMT_ITEM_NO_WAIT()
1687 if (device->may_swvp) { in CSMT_ITEM_NO_WAIT()