Home
last modified time | relevance | path

Searched refs:req_private_mem (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h997 unsigned req_private_mem; /**< Required size of the PRIVATE resource. */ member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c335 trace_dump_member(uint, state, req_private_mem); in trace_dump_compute_state()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c152 .req_private_mem = private_sz, in init_prog()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c243 program->private_size = cso->req_private_mem; in si_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c439 shader->private_size = cso->req_private_mem; in evergreen_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c862 prog->cp.lmem_size = cso->req_private_mem; in nv50_cp_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c742 prog->cp.lmem_size = cso->req_private_mem; in nvc0_cp_state_create()