Home
last modified time | relevance | path

Searched refs:req_local_mem (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c187 if (cs->shader.req_local_mem) { in softpipe_launch_grid()
188 local_mem = CALLOC(1, cs->shader.req_local_mem); in softpipe_launch_grid()
205 machines[idx]->LocalMemSize = cs->shader.req_local_mem; in softpipe_launch_grid()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c59 unsigned req_local_mem; member
490 shader->req_local_mem = templ->req_local_mem; in llvmpipe_create_compute_state()
500 shader->req_local_mem += ((struct nir_shader *)shader->base.ir.nir)->info.shared_size; in llvmpipe_create_compute_state()
504 shader->req_local_mem += ((struct nir_shader *)shader->base.ir.nir)->info.shared_size; in llvmpipe_create_compute_state()
1335 if (lmem->local_size < job_info->req_local_mem) { in cs_exec_fn()
1337 job_info->req_local_mem); in cs_exec_fn()
1338 lmem->local_size = job_info->req_local_mem; in cs_exec_fn()
1341 memset(lmem->local_mem_ptr, 0, job_info->req_local_mem); in cs_exec_fn()
1410 job_info.req_local_mem in llvmpipe_launch_grid()
[all...]
H A Dlp_state_cs.h110 uint32_t req_local_mem; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_cs.c73 cs->shared_mem_size = templ->req_local_mem; in svga_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c318 shader->cs.req_local_mem = cso->req_local_mem; in ir3_shader_compute_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c72 uint32_t shared_size = MAX2(((int)v->cs.req_local_mem - 1) / 1024, 1);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h764 unsigned req_local_mem; member
851 unsigned req_local_mem; member
H A Dir3_shader.c367 v->cs.req_local_mem = shader->cs.req_local_mem; in alloc_variant()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h1008 unsigned req_local_mem; /**< Required size of the LOCAL resource. */ member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp277 cs.req_local_mem != mem_local || in bind()
284 cs.req_local_mem = mem_local; in bind()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c351 trace_dump_member(uint, state, req_local_mem); in trace_dump_compute_state()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c151 .req_local_mem = local_sz, in init_prog()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c621 shstate.req_local_mem = nir->info.shared_size; in lvp_pipeline_compile_stage()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c244 sel->info.base.shared_size = cso->req_local_mem; in si_create_compute_state()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c552 cs.req_local_mem = info.shared_size; in st_create_nir_shader()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c438 shader->local_size = cso->req_local_mem; in evergreen_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1395 state->req_local_mem, in virgl_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c861 prog->cp.smem_size = cso->req_local_mem; in nv50_cp_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c741 prog->cp.smem_size = cso->req_local_mem; in nvc0_cp_state_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2524 ish->kernel_shared_size = state->req_local_mem; in iris_create_compute_state()

Completed in 35 milliseconds