Searched refs:pull_param (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_binary.c324 blob_write_bytes(binary, prog_data->pull_param,
347 prog_data->pull_param = rzalloc_array(NULL, uint32_t,
349 blob_copy_bytes(binary, prog_data->pull_param,
H A Dbrw_cs.c120 /* The param and pull_param arrays will be freed by the shader cache. */
122 ralloc_steal(NULL, prog_data.base.pull_param);
H A Dbrw_gs.c121 /* The param and pull_param arrays will be freed by the shader cache. */
123 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dbrw_tes.c107 /* The param and pull_param arrays will be freed by the shader cache. */
109 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dgen6_constant_state.c259 prog_data->pull_param,
H A Dbrw_tcs.c145 /* The param and pull_param arrays will be freed by the shader cache. */
147 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dbrw_vs.c213 /* The param and pull_param arrays will be freed by the shader cache. */
215 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dbrw_wm.c159 /* The param and pull_param arrays will be freed by the shader cache. */
161 ralloc_steal(NULL, prog_data.base.pull_param);
H A Dbrw_program.c757 ralloc_free(prog_data->pull_param);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_binary.c324 blob_write_bytes(binary, prog_data->pull_param,
347 prog_data->pull_param = rzalloc_array(NULL, uint32_t,
349 blob_copy_bytes(binary, prog_data->pull_param,
H A Dbrw_cs.c128 /* The param and pull_param arrays will be freed by the shader cache. */
130 ralloc_steal(NULL, prog_data.base.pull_param);
H A Dbrw_gs.c160 /* The param and pull_param arrays will be freed by the shader cache. */
162 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dbrw_tes.c109 /* The param and pull_param arrays will be freed by the shader cache. */
111 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dgfx6_constant_state.c264 prog_data->pull_param,
H A Dbrw_tcs.c147 /* The param and pull_param arrays will be freed by the shader cache. */
149 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dbrw_vs.c226 /* The param and pull_param arrays will be freed by the shader cache. */
228 ralloc_steal(NULL, prog_data.base.base.pull_param);
H A Dbrw_wm.c170 /* The param and pull_param arrays will be freed by the shader cache. */
172 ralloc_steal(NULL, prog_data.base.pull_param);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_disk_cache.c184 prog_data->pull_param = NULL;
H A Dcrocus_program_cache.c229 ralloc_steal(shader->prog_data, prog_data->pull_param);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_disk_cache.c210 prog_data->pull_param = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program_cache.c205 ralloc_steal(shader->prog_data, prog_data->pull_param);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h638 uint32_t *pull_param; member in struct:brw_stage_prog_data
H A Dbrw_vec4_visitor.cpp1784 stage_prog_data->pull_param = ralloc_array(mem_ctx, uint32_t,
1807 * locations and set their corresponding entries in pull_param.
1816 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1671 stage_prog_data->pull_param = ralloc_array(mem_ctx, uint32_t,
1694 * locations and set their corresponding entries in pull_param.
1703 stage_prog_data->pull_param[stage_prog_data->nr_pull_params++]
H A Dbrw_compiler.h804 uint32_t *pull_param; member in struct:brw_stage_prog_data

Completed in 31 milliseconds

12