Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.h82 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()
3553 tx->info->const_float_slots = 0; in tx_ctor()
4086 if (info->const_float_slots > device->max_vs_const_f && in nine_translate_shader()
4093 info->const_float_slots = device->max_vs_const_f; in nine_translate_shader()