Searched refs:const_float_slots (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.h81 unsigned const_float_slots; member in struct:nine_shader_info
H A Dnine_shader.c579 if (tx->info->const_float_slots < (idx + 1))
580 tx->info->const_float_slots = idx + 1;
3546 tx->info->const_float_slots = 0;
3962 if (info->const_float_slots > device->max_vs_const_f &&
3969 info->const_float_slots = device->max_vs_const_f;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.h83 unsigned const_float_slots; member in struct:nine_shader_info
H A Dnine_shader.c580 if (tx->info->const_float_slots < (idx + 1))
581 tx->info->const_float_slots = idx + 1;
3581 tx->info->const_float_slots = 0;
4115 if (info->const_float_slots > device->max_vs_const_f &&
4122 info->const_float_slots = device->max_vs_const_f;

Completed in 15 milliseconds