Home
last modified time | relevance | path

Searched refs:glsl_get_aoa_size (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_images.c45 s = glsl_get_aoa_size(type); in type_size_align_1()
Dgl_nir_lower_samplers_as_deref.c130 glsl_type_is_array(var->type) ? glsl_get_aoa_size(var->type) : 1; in record_images_used()
233 glsl_type_is_array(var->type) ? glsl_get_aoa_size(var->type) : 1; in record_textures_used()
Dgl_nir_lower_atomics.c122 array_stride *= glsl_get_aoa_size(d->type); in lower_deref_instr()
Dgl_nir_link_uniform_blocks.c432 unsigned aoa_size = glsl_get_aoa_size(var->type); in allocate_uniform_blocks()
571 unsigned aoa_size = glsl_get_aoa_size(var->type); in link_linked_shader_uniform_blocks()
Dgl_nir_link_uniforms.c462 unsigned num_bits = MAX2(1, glsl_get_aoa_size(deref->var->type)); in add_var_use_deref()
652 unsigned num_params = glsl_get_aoa_size(type); in add_parameter()
/third_party/mesa3d/src/compiler/
Dnir_types.cpp156 glsl_get_aoa_size(const struct glsl_type *type) in glsl_get_aoa_size() function
884 return (glsl_get_aoa_size(type) * in glsl_type_get_sampler_count()
908 return (glsl_get_aoa_size(type) * in glsl_type_get_image_count()
Dnir_types.h94 unsigned glsl_get_aoa_size(const struct glsl_type *type);
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c67 glsl_get_aoa_size((*p)->type) : 1; in get_io_offset()
98 glsl_get_aoa_size(type) : 1; in get_array_elements()
Dnir_gather_xfb_info.c243 unsigned aoa_size = glsl_get_aoa_size(var->type); in nir_gather_xfb_info_with_varyings()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c129 unsigned num_floats = glsl_get_aoa_size(type); in get_additional_semantic_info()
144 info->rows = glsl_get_aoa_size(type); in get_additional_semantic_info()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_vulkan_resource.c153 unsigned size = glsl_get_aoa_size(var->type); in lower_vri_instr_tex_deref()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp512 array_stride *= glsl_get_aoa_size(d->type); in r600_lower_deref_instr()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c355 unsigned aoa_size = glsl_get_aoa_size(type->type); in vtn_pointer_dereference()
367 unsigned aoa_size = glsl_get_aoa_size(type->array_element->type); in vtn_pointer_dereference()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp182 unsigned count = glsl_type_is_array(var->type) ? glsl_get_aoa_size(var->type) : 1; in compile_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1451 … ret->bindings[ztype][ret->num_bindings[ztype]].size = glsl_get_aoa_size(var->type); in zink_shader_create()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c859 … emit_uint_const(ctx, 32, glsl_get_aoa_size(var->type))); in emit_image()
861 ctx->sampler_array_sizes[index] = glsl_get_aoa_size(var->type); in emit_image()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c578 unsigned num_images = MAX2(1, glsl_get_aoa_size(var->type)); in iris_setup_uniforms()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c544 unsigned num_images = MAX2(1, glsl_get_aoa_size(var->type)); in crocus_setup_uniforms()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4373 unsigned array_size = glsl_get_aoa_size(deref_instr->type); in get_sampler_desc_internal()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5769 unsigned array_size = glsl_get_aoa_size(deref_instr->type); in get_sampler_desc()