Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_ctor()
58 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_ctor()
187 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
188 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
Ddevice9.h96 uint16_t max_ps_const_f; member
Dnine_state.c537 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; in prepare_ps_constants_userbuf()
542 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; in prepare_ps_constants_userbuf()
Ddevice9.c415 This->max_ps_const_f = max_const_ps - in NineDevice9_ctor()
2458 nine_ranges_insert(&dst->changed.ps_const_f, 0, This->max_ps_const_f, in NineDevice9_CreateStateBlock()