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.c73 uint32_t shared_size = MAX2(((int)v->shared_size - 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.h71 unsigned shared_size; member
/third_party/mesa3d/src/compiler/glsl/
Dlower_shared_reference.cpp97 unsigned shared_size; member in __anon3cde2f500111::lower_shared_reference_visitor
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h448 uint32_t shared_size; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c725 const unsigned shared_size = ALIGN(nir->info.shared_size, chunk_size); in radv_shader_compile_to_nir() local
/third_party/mesa3d/src/compiler/
Dshader_info.h210 unsigned shared_size; member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h541 unsigned shared_size; member
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c885 const unsigned shared_size = ALIGN(nir->info.shared_size, chunk_size); in anv_pipeline_lower_nir() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c632 uint32_t shared_size = MAX2(((int)v->shared_size - 1) / 1024, 1); in tu6_emit_cs_config() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h977 uint32_t shared_size; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c428 create_shared_block(struct ntv_context *ctx, unsigned shared_size) in create_shared_block()