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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexshader9.c63 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16;
214 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16;
260 info.const_b_base = 0;
H A Dpixelshader9.c58 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16;
188 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16;
H A Dnine_shader.h75 unsigned const_b_base; /* in vec4 (16 byte) units */ member in struct:nine_shader_info
H A Dnine_shader.c623 unsigned slot_idx = tx->info->const_b_base + r;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexshader9.c63 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16;
215 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16;
262 info.const_b_base = 0;
H A Dpixelshader9.c58 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16;
189 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16;
H A Dnine_shader.h77 unsigned const_b_base; /* in vec4 (16 byte) units */ member in struct:nine_shader_info
H A Dnine_shader.c624 unsigned slot_idx = tx->info->const_b_base + r;

Completed in 15 milliseconds