Home
last modified time | relevance | path

Searched refs:const_float_slots (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.h75 unsigned const_float_slots; member
100 if (info->const_float_slots < (idx + 1)) in nine_info_mark_const_f_used()
101 info->const_float_slots = idx + 1; in nine_info_mark_const_f_used()
Dnine_shader.c3362 tx->info->const_float_slots = 0; in tx_ctor()
3670 if (info->const_float_slots > device->max_vs_const_f && in nine_translate_shader()
3677 info->const_float_slots = device->max_vs_const_f; in nine_translate_shader()
3688 info->const_float_slots; in nine_translate_shader()