Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.h83 unsigned const_float_slots; member
Dnine_shader.c580 if (tx->info->const_float_slots < (idx + 1)) in nine_float_constant_src()
581 tx->info->const_float_slots = idx + 1; in nine_float_constant_src()
3581 tx->info->const_float_slots = 0; in tx_ctor()
4115 if (info->const_float_slots > device->max_vs_const_f && in nine_translate_shader()
4122 info->const_float_slots = device->max_vs_const_f; in nine_translate_shader()