| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_cs.c | 118 brw_alloc_stage_scratch(brw, &brw->cs.base, prog_data.base.total_scratch);
|
| H A D | brw_gs.c | 119 prog_data.base.base.total_scratch);
|
| H A D | brw_tes.c | 105 prog_data.base.base.total_scratch);
|
| H A D | gen7_l3_state.c | 59 (prog_data && prog_data->total_scratch);
|
| H A D | brw_tcs.c | 143 prog_data.base.base.total_scratch);
|
| H A D | brw_vs.c | 211 prog_data.base.base.total_scratch);
|
| H A D | brw_disk_cache.c | 199 brw_alloc_stage_scratch(brw, stage_state, prog_data->total_scratch);
|
| H A D | brw_wm.c | 154 brw_alloc_stage_scratch(brw, &brw->wm.base, prog_data.base.total_scratch);
|
| H A D | genX_state_upload.c | 1978 if (wm_prog_data->base.total_scratch) { 2123 if (stage_prog_data->total_scratch) { \ 4065 if (prog_data->base.total_scratch) { 4371 if (prog_data->total_scratch) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_cs.c | 126 brw_alloc_stage_scratch(brw, &brw->cs.base, prog_data.base.total_scratch);
|
| H A D | brw_gs.c | 158 prog_data.base.base.total_scratch);
|
| H A D | brw_tes.c | 107 prog_data.base.base.total_scratch);
|
| H A D | gfx7_l3_state.c | 59 (prog_data && prog_data->total_scratch);
|
| H A D | brw_tcs.c | 145 prog_data.base.base.total_scratch);
|
| H A D | brw_vs.c | 224 prog_data.base.base.total_scratch);
|
| H A D | brw_disk_cache.c | 199 brw_alloc_stage_scratch(brw, stage_state, prog_data->total_scratch);
|
| H A D | brw_wm.c | 165 brw_alloc_stage_scratch(brw, &brw->wm.base, prog_data.base.total_scratch);
|
| H A D | genX_state_upload.c | 1967 if (wm_prog_data->base.total_scratch) { 2106 if (stage_prog_data->total_scratch) { \ 3987 if (prog_data->base.total_scratch) { 4301 if (prog_data->total_scratch) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 1733 stage, bin->prog_data->total_scratch), 1741 return ffs(bin->prog_data->total_scratch / 2048); 1749 if (bin->prog_data->total_scratch == 0) 1755 stage, bin->prog_data->total_scratch); 1760 bin->prog_data->total_scratch) >> 4; 2670 if (cs_bin->prog_data->total_scratch) { 2676 ffs(cs_bin->prog_data->total_scratch) - 11; 2682 ffs(cs_bin->prog_data->total_scratch) - 12; 2688 cs_bin->prog_data->total_scratch / 1024 - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 1306 stage, bin->prog_data->total_scratch), 1314 return ffs(bin->prog_data->total_scratch / 2048); 2090 if (cs_bin->prog_data->total_scratch) { 2096 ffs(cs_bin->prog_data->total_scratch) - 11; 2102 ffs(cs_bin->prog_data->total_scratch) - 12; 2108 cs_bin->prog_data->total_scratch / 1024 - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 3594 if (prog_data->total_scratch) { \ 3596 iris_get_scratch_space(ice, prog_data->total_scratch, stage); \ 3598 pkt.PerThreadScratchSpace = ffs(prog_data->total_scratch) - 11; \ 3788 if (prog_data->total_scratch) { 3790 iris_get_scratch_space(ice, prog_data->total_scratch, 3793 ps.PerThreadScratchSpace = ffs(prog_data->total_scratch) - 11; 4374 if (prog_data->total_scratch > 0) { 4376 iris_get_scratch_space(ice, prog_data->total_scratch, stage); 4454 if (prog_data->total_scratch > 0) { 4456 iris_get_scratch_space(ice, prog_data->total_scratch, stag [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_compiler.h | 618 unsigned total_scratch; member in struct:brw_stage_prog_data
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 4326 if (prog_data->total_scratch) { \ 4342 pkt.PerThreadScratchSpace = ffs(prog_data->total_scratch) - 11; 4538 if (prog_data->total_scratch) { 5100 if (prog_data->total_scratch > 0) { 5102 iris_get_scratch_space(ice, prog_data->total_scratch, stage); 5107 iris_get_scratch_surf(ice, prog_data->total_scratch); 6925 if (prog_data->total_scratch > 0) { 6927 iris_get_scratch_surf(ice, prog_data->total_scratch)->offset >> 4; 6997 if (prog_data->total_scratch) { 7001 vfe.PerThreadScratchSpace = ffs(prog_data->total_scratch) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 4897 if (prog_data->total_scratch) { \ 4899 crocus_get_scratch_space(ice, prog_data->total_scratch, stage); \ 4900 pkt.PerThreadScratchSpace = ffs(prog_data->total_scratch) - 11; \ 6497 if (wm_prog_data->base.total_scratch) { 6498 struct crocus_bo *bo = crocus_get_scratch_space(ice, wm_prog_data->base.total_scratch, MESA_SHADER_FRAGMENT); 6499 ps.PerThreadScratchSpace = ffs(wm_prog_data->base.total_scratch) - 11; 7315 if (wm_prog_data->base.total_scratch) { 7316 struct crocus_bo *bo = crocus_get_scratch_space(ice, wm_prog_data->base.total_scratch, 7318 wm.PerThreadScratchSpace = ffs(wm_prog_data->base.total_scratch) - 11; 8084 if (prog_data->total_scratch) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compiler.h | 775 unsigned total_scratch; member in struct:brw_stage_prog_data
|