Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c1484 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 Danv_pipeline.c3143 stat->value.u64 = prog_data->total_scratch; in anv_GetPipelineExecutableStatisticsKHR()
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c146 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 Dbrw_vec4_tcs.cpp370 prog_data->base.base.total_scratch = 0; in brw_compile_tcs()
H A Dbrw_mesh.cpp208 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 Dbrw_vec4_gs_visitor.cpp601 prog_data->base.base.total_scratch = 0; in brw_compile_gs()
H A Dbrw_fs.cpp6589 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 Dbrw_compiler.h781 unsigned total_scratch; member
H A Dbrw_vec4.cpp2522 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 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; \
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 Diris_state.c4477 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 Dblorp_genX_exec.h2221 assert(prog_data->total_scratch == 0); in blorp_exec_compute()

Completed in 49 milliseconds