Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c54 int64_t parent_type_size = glsl_get_explicit_size(parent->type, false); in opt_memcpy_deref_cast()
117 size = glsl_get_explicit_size(type, false); in type_is_tightly_packed()
148 glsl_get_explicit_size(dst->type, false) == size && in try_lower_memcpy()
149 glsl_get_explicit_size(src->type, false) == size) { in try_lower_memcpy()
Dnir_lower_io.c1082 uint32_t range = glsl_get_explicit_size(deref->type, false); in nir_get_explicit_deref_range()
1351 nir_intrinsic_set_range(load, glsl_get_explicit_size(var->type, false)); in build_explicit_io_load()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_blocks.c364 (*offset) += glsl_get_explicit_size(type, true); in fill_individual_variable()
511 block->UniformBufferSize = glsl_get_explicit_size(type, false); in fill_block()
Dgl_nir_link_uniforms.c1454 state->offset += glsl_get_explicit_size(type, true); in nir_link_uniform()
/external/mesa3d/src/compiler/
Dnir_types.h124 unsigned glsl_get_explicit_size(const struct glsl_type *type, bool align_to_stride);
Dnir_types.cpp902 glsl_get_explicit_size(const struct glsl_type *type, bool align_to_stride) in glsl_get_explicit_size() function
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c1785 glsl_get_explicit_size(without_array->type, false); in vtn_create_variable()