Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/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()
163 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
164 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.c555 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; in prepare_ps_constants_userbuf()
560 int *idst = (int *)&context->ps_const_f[4 * device->max_ps_const_f]; in prepare_ps_constants_userbuf()
Ddevice9.c375 This->max_ps_const_f = max_const_ps - in NineDevice9_ctor()
2362 nine_ranges_insert(&dst->changed.ps_const_f, 0, This->max_ps_const_f, in NineDevice9_CreateStateBlock()
Dnine_shader.c3681 unsigned max_const_f = IS_VS ? device->max_vs_const_f : device->max_ps_const_f; in nine_translate_shader()