| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program_binary.c | 324 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 D | brw_cs.c | 120 /* The param and pull_param arrays will be freed by the shader cache. */ 122 ralloc_steal(NULL, prog_data.base.pull_param);
|
| H A D | brw_gs.c | 121 /* 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 D | brw_tes.c | 107 /* 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 D | gen6_constant_state.c | 259 prog_data->pull_param,
|
| H A D | brw_tcs.c | 145 /* 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 D | brw_vs.c | 213 /* 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 D | brw_wm.c | 159 /* The param and pull_param arrays will be freed by the shader cache. */ 161 ralloc_steal(NULL, prog_data.base.pull_param);
|
| H A D | brw_program.c | 757 ralloc_free(prog_data->pull_param);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program_binary.c | 324 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 D | brw_cs.c | 128 /* The param and pull_param arrays will be freed by the shader cache. */ 130 ralloc_steal(NULL, prog_data.base.pull_param);
|
| H A D | brw_gs.c | 160 /* 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 D | brw_tes.c | 109 /* 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 D | gfx6_constant_state.c | 264 prog_data->pull_param,
|
| H A D | brw_tcs.c | 147 /* 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 D | brw_vs.c | 226 /* 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 D | brw_wm.c | 170 /* 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 D | crocus_disk_cache.c | 184 prog_data->pull_param = NULL;
|
| H A D | crocus_program_cache.c | 229 ralloc_steal(shader->prog_data, prog_data->pull_param);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_disk_cache.c | 210 prog_data->pull_param = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_program_cache.c | 205 ralloc_steal(shader->prog_data, prog_data->pull_param);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_compiler.h | 638 uint32_t *pull_param; member in struct:brw_stage_prog_data
|
| H A D | brw_vec4_visitor.cpp | 1784 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 D | brw_vec4_visitor.cpp | 1671 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 D | brw_compiler.h | 804 uint32_t *pull_param; member in struct:brw_stage_prog_data
|