Searched refs:glsl_get_explicit_stride (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_memcpy.c | 95 unsigned stride = glsl_get_explicit_stride(type); in type_is_tightly_packed() 111 if (glsl_get_explicit_stride(type) > 0) in type_is_tightly_packed()
|
D | nir_split_per_member_structs.c | 53 assert(glsl_get_explicit_stride(type) == 0); in member_type()
|
D | nir_deref.c | 249 unsigned stride = glsl_get_explicit_stride(arr_type); in nir_deref_instr_array_stride() 863 glsl_get_explicit_stride(nir_deref_instr_parent(parent)->type); in is_trivial_array_deref_cast() 1195 if (glsl_get_explicit_stride(cast->type) || in is_vector_bitcast_deref() 1196 glsl_get_explicit_stride(parent->type)) in is_vector_bitcast_deref()
|
D | nir_lower_io_arrays_to_elements.c | 156 glsl_get_explicit_stride(element->type)); in lower_array()
|
D | nir_opt_load_store_vectorize.c | 706 unsigned stride = glsl_get_explicit_stride(parent->type); in subtract_deref() 1085 unsigned explicit_stride = glsl_get_explicit_stride(type); in is_strided_vector()
|
D | nir_lower_io.c | 1765 unsigned vec_stride = glsl_get_explicit_stride(deref->type); in nir_lower_explicit_io_instr() 2008 unsigned stride = glsl_get_explicit_stride(deref->type); in lower_explicit_io_array_length() 2397 const unsigned stride = glsl_get_explicit_stride(type); in write_constant()
|
D | nir_split_vars.c | 90 assert(glsl_get_explicit_stride(array_type) == 0); in wrap_type_in_array()
|
/third_party/mesa3d/src/compiler/ |
D | nir_types.h | 67 unsigned glsl_get_explicit_stride(const struct glsl_type *type);
|
D | nir_types.cpp | 96 glsl_get_explicit_stride(const struct glsl_type *type) in glsl_get_explicit_stride() function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_samplers_as_deref.c | 102 *type = glsl_array_type(*type, length, glsl_get_explicit_stride(cur->type)); in remove_struct_derefs_prep()
|
D | gl_nir_link_uniforms.c | 1185 state->top_level_array_stride = glsl_get_explicit_stride(type); in nir_link_uniform() 1377 glsl_get_explicit_stride(type) : 0; in nir_link_uniform() 1380 uniform->matrix_stride = glsl_get_explicit_stride(uniform->type); in nir_link_uniform()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 515 unsigned step_size = glsl_get_explicit_stride(type); in copy_const_initializer()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 395 uint32_t stride = glsl_get_explicit_stride(type); in get_glsl_type() 945 …spirv_builder_emit_array_stride(&ctx->builder, runtime_array, glsl_get_explicit_stride(last_member… in get_bo_struct_type() 2570 …nop(ctx, SpvOpIMul, uint_type, result, emit_uint_const(ctx, 32, glsl_get_explicit_stride(last_memb… in emit_get_ssbo_size()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 851 glsl_get_explicit_stride(var->type)); in lower_deref_ssbo()
|
D | nir_to_dxil.c | 1040 unsigned stride = glsl_get_explicit_stride(without); in var_fill_const_array()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 858 glsl_get_explicit_stride(array_type)); in wrap_type_in_array() 912 glsl_get_explicit_stride(type->type)); in vtn_type_get_nir_type()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 5070 unsigned stride = glsl_get_explicit_stride(parent->type); in visit_deref()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 2363 - nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride
|