Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h119 #define VS_CONST_F_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_F_SWVP * sizeof(float[4])) : (N…
120 #define VS_CONST_I_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_I_SWVP * sizeof(int[4])) : (NIN…
121 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_…
Ddevice9.c170 This->may_swvp = true; in NineDevice9_ctor()
175 This->may_swvp = true; in NineDevice9_ctor()
180 if (This->may_swvp && in NineDevice9_ctor()
193 if (This->may_swvp) in NineDevice9_ctor()
381 if (This->may_swvp) { in NineDevice9_ctor()
2333 …nine_ranges_insert(&dst->changed.vs_const_f, 0, This->may_swvp ? NINE_MAX_CONST_F_SWVP : This->max… in NineDevice9_CreateStateBlock()
2335 …nine_ranges_insert(&dst->changed.vs_const_i, 0, This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_… in NineDevice9_CreateStateBlock()
2337 …nine_ranges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_… in NineDevice9_CreateStateBlock()
3029 user_assert(This->may_swvp, in NineDevice9_ProcessVertices()
3318 user_assert(StartRegister < (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I), in NineDevice9_SetVertexShaderConstantI()
[all …]
Ddevice9.h52 boolean may_swvp; member
Dnine_state.c1645 float *vs_const_f = device->may_swvp ? context->vs_const_f_swvp : context->vs_const_f; in CSMT_ITEM_NO_WAIT()
1651 if (device->may_swvp) { in CSMT_ITEM_NO_WAIT()
2083 if (device->may_swvp) {