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; member123 if ((ps->const_int_slots > 0 || ps->const_bool_slots > 0) && context->inline_constants) in NinePixelShader9_UpdateKey()
97 This->const_int_slots = info.const_int_slots; in NinePixelShader9_ctor()
113 This->const_int_slots = info.const_int_slots; in NineVertexShader9_ctor()
84 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()3582 tx->info->const_int_slots = 0; in tx_ctor()4116 (info->const_int_slots || info->const_bool_slots) && in nine_translate_shader()