Searched refs:next_temp (Results 1 – 2 of 2) sorted by relevance
301 int next_temp; member in glsl_to_tgsi_visitor989 src.index = next_temp; in get_temp()991 next_temp += type_size(type); in get_temp()1062 this->next_temp); in visit()1064 this->next_temp += type_size(ir->type); in visit()1980 this->next_temp); in visit()1983 next_temp += type_size(var->type); in visit()2472 this->next_temp); in get_function_signature()2475 this->next_temp += type_size(param->type); in get_function_signature()2856 next_temp = 1; in glsl_to_tgsi_visitor()[all …]
235 int next_temp; member in ir_to_mesa_visitor644 src.index = next_temp; in get_temp()646 next_temp += type_size(type); in get_temp()717 this->next_temp); in visit()719 this->next_temp += type_size(ir->type); in visit()1560 this->next_temp); in visit()1563 next_temp += type_size(var->type); in visit()2218 next_temp = 1; in ir_to_mesa_visitor()2574 this->next_temp * 4); in copy_propagate()2575 int *acp_level = rzalloc_array(mem_ctx, int, this->next_temp * 4); in copy_propagate()[all …]