Searched refs:const_int_slots (Results 1 – 6 of 6) sorted by relevance
63 unsigned const_int_slots; member104 …if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context… in NineVertexShader9_UpdateKey()
53 unsigned const_int_slots; member120 if ((ps->const_int_slots > 0 || ps->const_bool_slots > 0) && context->inline_constants) in NinePixelShader9_UpdateKey()
96 This->const_int_slots = info.const_int_slots; in NinePixelShader9_ctor()
112 This->const_int_slots = info.const_int_slots; in NineVertexShader9_ctor()
83 unsigned const_int_slots; member
607 if (tx->info->const_int_slots < (idx + 1)) in nine_integer_constant_src()608 tx->info->const_int_slots = idx + 1; in nine_integer_constant_src()3554 tx->info->const_int_slots = 0; in tx_ctor()4087 (info->const_int_slots || info->const_bool_slots) && in nine_translate_shader()