Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c545 const struct glsl_type *strct_type = glsl_get_array_element(var->type); in bound_bo_access_instr() local
546 unsigned size = glsl_array_size(glsl_get_struct_field(strct_type, 0)); in bound_bo_access_instr()
547 …bool has_unsized = glsl_array_size(glsl_get_struct_field(strct_type, glsl_get_length(strct_type) -… in bound_bo_access_instr()