Searched refs:total_scratch (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_pipeline.c | 1484 stage, bin->prog_data->total_scratch), in get_scratch_address() 1492 return ffs(bin->prog_data->total_scratch / 2048); in get_scratch_space() 1500 if (bin->prog_data->total_scratch == 0) in get_scratch_surf() 1506 stage, bin->prog_data->total_scratch); in get_scratch_surf() 1511 bin->prog_data->total_scratch) >> 4; in get_scratch_surf() 2439 if (cs_bin->prog_data->total_scratch) { in compute_pipeline_emit() 2445 ffs(cs_bin->prog_data->total_scratch) - 11; in compute_pipeline_emit() 2451 ffs(cs_bin->prog_data->total_scratch) - 12; in compute_pipeline_emit() 2457 cs_bin->prog_data->total_scratch / 1024 - 1; in compute_pipeline_emit()
|
H A D | anv_pipeline.c | 3143 stat->value.u64 = prog_data->total_scratch; in anv_GetPipelineExecutableStatisticsKHR()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | intel_clc.c | 146 PROG_DATA_FIELD("%u", base.total_scratch); in print_cs_prog_data_fields() 547 fprintf(stdout, " total_scratch : %u\n", kernel.prog_data.base.total_scratch); in main()
|
H A D | brw_vec4_tcs.cpp | 370 prog_data->base.base.total_scratch = 0; in brw_compile_tcs()
|
H A D | brw_mesh.cpp | 208 prog_data->base.base.total_scratch = 0; in brw_compile_task() 697 prog_data->base.base.total_scratch = 0; in brw_compile_mesh()
|
H A D | brw_vec4_gs_visitor.cpp | 601 prog_data->base.base.total_scratch = 0; in brw_compile_gs()
|
H A D | brw_fs.cpp | 6589 prog_data->total_scratch = MAX2(brw_get_scratch_size(last_scratch), 6590 prog_data->total_scratch); 6599 prog_data->total_scratch = MAX2(prog_data->total_scratch, 2048); 6605 prog_data->total_scratch = ALIGN(last_scratch, 1024); 6620 assert(prog_data->total_scratch < max_scratch_size); 7409 prog_data->base.total_scratch = 0; 7781 prog_data->base.total_scratch = 0; 8041 prog_data->base.total_scratch = 0;
|
H A D | brw_compiler.h | 781 unsigned total_scratch; member
|
H A D | brw_vec4.cpp | 2522 prog_data->base.total_scratch = in run() 2546 prog_data->base.base.total_scratch = 0; in brw_compile_vs()
|
/third_party/mesa3d/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; \ 6500 if (wm_prog_data->base.total_scratch) { 6501 struct crocus_bo *bo = crocus_get_scratch_space(ice, wm_prog_data->base.total_scratch, MESA_SHADER_FRAGMENT); 6502 ps.PerThreadScratchSpace = ffs(wm_prog_data->base.total_scratch) - 11; 7317 if (wm_prog_data->base.total_scratch) { 7318 struct crocus_bo *bo = crocus_get_scratch_space(ice, wm_prog_data->base.total_scratch, 7320 wm.PerThreadScratchSpace = ffs(wm_prog_data->base.total_scratch) - 11; 8091 if (prog_data->total_scratch) { [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 4477 if (prog_data->total_scratch) { \ 4493 pkt.PerThreadScratchSpace = ffs(prog_data->total_scratch) - 11; 4703 if (prog_data->total_scratch) { in iris_store_fs_state() 5246 if (prog_data->total_scratch > 0) { in pin_scratch_space() 5248 iris_get_scratch_space(ice, prog_data->total_scratch, stage); in pin_scratch_space() 5253 iris_get_scratch_surf(ice, prog_data->total_scratch); in pin_scratch_space() 7219 if (prog_data->total_scratch) { in iris_upload_gpgpu_walker() 7223 vfe.PerThreadScratchSpace = ffs(prog_data->total_scratch) - 11; in iris_upload_gpgpu_walker()
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_genX_exec.h | 2221 assert(prog_data->total_scratch == 0); in blorp_exec_compute()
|
Completed in 49 milliseconds