Searched refs:const_i_base (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
213 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
259 info.const_i_base = 0;
H A Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
187 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
H A Dnine_shader.h74 unsigned const_i_base; /* in vec4 (16 byte) units */ member in struct:nine_shader_info
H A Dnine_shader.c595 unsigned slot_idx = tx->info->const_i_base + idx;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
214 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
261 info.const_i_base = 0;
H A Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
188 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
H A Dnine_shader.h76 unsigned const_i_base; /* in vec4 (16 byte) units */ member in struct:nine_shader_info
H A Dnine_shader.c596 unsigned slot_idx = tx->info->const_i_base + idx;

Completed in 16 milliseconds