Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_ctor()
221 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
268 info.const_i_base = 0; in NineVertexShader9_GetVariantProcessVertices()
Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_ctor()
195 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
Dnine_shader.h76 unsigned const_i_base; /* in vec4 (16 byte) units */ member
Dnine_shader.c596 unsigned slot_idx = tx->info->const_i_base + idx; in nine_integer_constant_src()