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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_cs.c118 brw_alloc_stage_scratch(brw, &brw->cs.base, prog_data.base.total_scratch);
H A Dbrw_gs.c119 prog_data.base.base.total_scratch);
H A Dbrw_tes.c105 prog_data.base.base.total_scratch);
H A Dgen7_l3_state.c59 (prog_data && prog_data->total_scratch);
H A Dbrw_tcs.c143 prog_data.base.base.total_scratch);
H A Dbrw_vs.c211 prog_data.base.base.total_scratch);
H A Dbrw_disk_cache.c199 brw_alloc_stage_scratch(brw, stage_state, prog_data->total_scratch);
H A Dbrw_wm.c154 brw_alloc_stage_scratch(brw, &brw->wm.base, prog_data.base.total_scratch);
H A DgenX_state_upload.c1978 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 Dbrw_cs.c126 brw_alloc_stage_scratch(brw, &brw->cs.base, prog_data.base.total_scratch);
H A Dbrw_gs.c158 prog_data.base.base.total_scratch);
H A Dbrw_tes.c107 prog_data.base.base.total_scratch);
H A Dgfx7_l3_state.c59 (prog_data && prog_data->total_scratch);
H A Dbrw_tcs.c145 prog_data.base.base.total_scratch);
H A Dbrw_vs.c224 prog_data.base.base.total_scratch);
H A Dbrw_disk_cache.c199 brw_alloc_stage_scratch(brw, stage_state, prog_data->total_scratch);
H A Dbrw_wm.c165 brw_alloc_stage_scratch(brw, &brw->wm.base, prog_data.base.total_scratch);
H A DgenX_state_upload.c1967 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 DgenX_pipeline.c1733 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 DgenX_pipeline.c1306 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 Diris_state.c3594 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 Dbrw_compiler.h618 unsigned total_scratch; member in struct:brw_stage_prog_data
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c4326 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 Dcrocus_state.c4897 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 Dbrw_compiler.h775 unsigned total_scratch; member in struct:brw_stage_prog_data

Completed in 65 milliseconds

12