Searched refs:push_constant_loc (Results 1 – 4 of 4) sorted by relevance
1219 this->push_constant_loc = v->push_constant_loc; in import_uniforms()1635 constant_nr = push_constant_loc[uniform_nr]; in assign_curb_setup()2327 if (push_constant_loc) { in assign_constant_locations()2397 push_constant_loc = ralloc_array(mem_ctx, int, uniforms); in assign_constant_locations()2401 memset(push_constant_loc, -1, uniforms * sizeof(*push_constant_loc)); in assign_constant_locations()2453 push_constant_loc[chunk_start + i] = num_push_constants++; in assign_constant_locations()2467 push_constant_loc[subgroup_id_index] = num_push_constants++; in assign_constant_locations()2500 } else if (push_constant_loc[i] != -1) { in assign_constant_locations()2501 stage_prog_data->param[push_constant_loc[i]] = value; in assign_constant_locations()2509 push_constant_loc = ralloc_array(mem_ctx, int, uniforms); in assign_constant_locations()[all …]
366 int *push_constant_loc; variable
967 this->push_constant_loc = NULL; in init()
100 if (push_constant_loc) { in nir_setup_uniforms()