Searched refs:const_int_slots (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.h53 unsigned const_int_slots; member in struct:NinePixelShader9
120 if ((ps->const_int_slots > 0 || ps->const_bool_slots > 0) && context->inline_constants)
H A Dvertexshader9.h63 unsigned const_int_slots; member in struct:NineVertexShader9
104 if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->swvp)
H A Dpixelshader9.c96 This->const_int_slots = info.const_int_slots;
H A Dvertexshader9.c112 This->const_int_slots = info.const_int_slots;
H A Dnine_shader.h82 unsigned const_int_slots; member in struct:nine_shader_info
H A Dnine_shader.c606 if (tx->info->const_int_slots < (idx + 1))
607 tx->info->const_int_slots = idx + 1;
3547 tx->info->const_int_slots = 0;
3963 (info->const_int_slots || info->const_bool_slots) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.h53 unsigned const_int_slots; member in struct:NinePixelShader9
123 if ((ps->const_int_slots > 0 || ps->const_bool_slots > 0) && context->inline_constants)
H A Dvertexshader9.h63 unsigned const_int_slots; member in struct:NineVertexShader9
104 if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->swvp)
H A Dpixelshader9.c97 This->const_int_slots = info.const_int_slots;
H A Dvertexshader9.c113 This->const_int_slots = info.const_int_slots;
H A Dnine_shader.h84 unsigned const_int_slots; member in struct:nine_shader_info
H A Dnine_shader.c607 if (tx->info->const_int_slots < (idx + 1))
608 tx->info->const_int_slots = idx + 1;
3582 tx->info->const_int_slots = 0;
4116 (info->const_int_slots || info->const_bool_slots) &&

Completed in 18 milliseconds