Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program_binary.c324 blob_write_bytes(binary, prog_data->pull_param, in brw_write_blob_program_data()
347 prog_data->pull_param = rzalloc_array(NULL, uint32_t, in brw_read_blob_program_data()
349 blob_copy_bytes(binary, prog_data->pull_param, in brw_read_blob_program_data()
Dbrw_cs.c130 ralloc_steal(NULL, prog_data.base.pull_param); in brw_codegen_cs_prog()
Dbrw_tes.c111 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_tes_prog()
Dbrw_gs.c162 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_gs_prog()
Dgfx6_constant_state.c264 prog_data->pull_param, in brw_upload_pull_constants()
Dbrw_tcs.c149 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_tcs_prog()
Dbrw_vs.c228 ralloc_steal(NULL, prog_data.base.base.pull_param); in brw_codegen_vs_prog()
Dbrw_wm.c172 ralloc_steal(NULL, prog_data.base.pull_param); in brw_codegen_wm_prog()
Dbrw_program.c728 ralloc_free(prog_data->pull_param); in brw_stage_prog_data_free()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_disk_cache.c184 prog_data->pull_param = NULL; in crocus_disk_cache_retrieve()
Dcrocus_program_cache.c229 ralloc_steal(shader->prog_data, prog_data->pull_param); in crocus_upload_shader()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c210 prog_data->pull_param = NULL; in iris_disk_cache_retrieve()
Diris_program.c93 ralloc_steal(shader->prog_data, prog_data->pull_param); in iris_finalize_program()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1671 stage_prog_data->pull_param = ralloc_array(mem_ctx, uint32_t, in move_uniform_array_access_to_pull_constants()
1703 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++] in move_uniform_array_access_to_pull_constants()
Dbrw_compiler.h804 uint32_t *pull_param; member
Dbrw_vec4.cpp953 if (stage_prog_data->pull_param[j + matches] != values[matches]) in move_push_constants_to_pull_constants()
968 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++] = in move_push_constants_to_pull_constants()
Dbrw_fs.cpp2624 assert(stage_prog_data->pull_param == NULL); in assign_constant_locations()
2627 stage_prog_data->pull_param = rzalloc_array(mem_ctx, uint32_t, in assign_constant_locations()
2642 stage_prog_data->pull_param[pull_constant_loc[i]] = value; in assign_constant_locations()