Searched refs:push_constant_loc (Results 1 – 4 of 4) sorted by relevance
1030 this->push_constant_loc = v->push_constant_loc; in import_uniforms()1454 constant_nr = push_constant_loc[uniform_nr]; in assign_curb_setup()2041 if (push_constant_loc) { in assign_constant_locations()2110 push_constant_loc = ralloc_array(mem_ctx, int, uniforms); in assign_constant_locations()2114 memset(push_constant_loc, -1, uniforms * sizeof(*push_constant_loc)); in assign_constant_locations()2166 push_constant_loc[chunk_start + i] = num_push_constants++; in assign_constant_locations()2180 push_constant_loc[subgroup_id_index] = num_push_constants++; in assign_constant_locations()2227 } else if (push_constant_loc[i] != -1) { in assign_constant_locations()2228 stage_prog_data->param[push_constant_loc[i]] = value; in assign_constant_locations()
319 int *push_constant_loc; variable
897 this->push_constant_loc = NULL; in init()
85 if (push_constant_loc) { in nir_setup_uniforms()