Home
last modified time | relevance | path

Searched refs:pull_param (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c79 blob_write_bytes(binary, prog_data->pull_param, in write_blob_program_data()
102 prog_data->pull_param = rzalloc_array(NULL, uint32_t, in read_blob_program_data()
104 blob_copy_bytes(binary, prog_data->pull_param, in read_blob_program_data()
Dbrw_cs.c121 ralloc_steal(NULL, prog_data.base.pull_param); in brw_codegen_cs_prog()
Dbrw_gs.c145 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_gs_prog()
Dbrw_tes.c136 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_tes_prog()
Dgen6_constant_state.c258 prog_data->pull_param, in brw_upload_pull_constants()
Dbrw_vs.c254 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_vs_prog()
Dbrw_tcs.c266 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_tcs_prog()
Dbrw_program.c718 ralloc_free(prog_data->pull_param); in brw_stage_prog_data_free()
Dbrw_wm.c212 ralloc_steal(NULL, prog_data.base.pull_param); in brw_codegen_wm_prog()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h615 uint32_t *pull_param; member
Dbrw_vec4_visitor.cpp1779 stage_prog_data->pull_param = ralloc_array(mem_ctx, uint32_t, in move_uniform_array_access_to_pull_constants()
1811 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++] in move_uniform_array_access_to_pull_constants()
Dbrw_vec4.cpp921 if (stage_prog_data->pull_param[j + matches] != values[matches]) in move_push_constants_to_pull_constants()
936 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++] = in move_push_constants_to_pull_constants()
Dbrw_fs.cpp2194 assert(stage_prog_data->pull_param == NULL); in assign_constant_locations()
2197 stage_prog_data->pull_param = rzalloc_array(mem_ctx, uint32_t, in assign_constant_locations()
2226 stage_prog_data->pull_param[pull_constant_loc[i]] = value; in assign_constant_locations()