Home
last modified time | relevance | path

Searched defs:shared_size (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_compute.c72 uint32_t shared_size = MAX2(((int)v->cs.req_local_mem - 1) / 1024, 1); in cs_program_emit() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_variable_initializers.c146 const unsigned shared_size, in nir_zero_initialize_shared_memory()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.h117 unsigned shared_size; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c798 const unsigned shared_size = ALIGN(nir->info.shared_size, chunk_size); in tu_shader_create() local
Dtu_pipeline.c688 uint32_t shared_size = MAX2(((int)v->shared_size - 1) / 1024, 1); in tu6_emit_cs_config() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h454 uint32_t shared_size; member
/third_party/mesa3d/src/compiler/
Dshader_info.h222 unsigned shared_size; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c1027 const unsigned shared_size = ALIGN(nir->info.shared_size, chunk_size); in radv_shader_spirv_to_nir() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h574 unsigned shared_size; member
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c780 const unsigned shared_size = ALIGN(nir->info.shared_size, chunk_size); in anv_pipeline_lower_nir() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1037 uint32_t shared_size; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c461 create_shared_block(struct ntv_context *ctx, unsigned shared_size) in create_shared_block()