HomeSort by relevance Sort by last modified time
    Searched refs:glsl_type_is_array (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 83 assert(glsl_type_is_array(type));
133 assert(glsl_type_is_array(type));
146 (glsl_type_is_array(type) && !var->data.compact &&
163 if (glsl_type_is_array(type)) {
298 if (glsl_type_is_array(type)) {
nir_lower_clip_cull_distance_arrays.c 54 assert(glsl_type_is_array(type));
nir_lower_io.c 73 if (var->data.patch || !glsl_type_is_array(var->type))
nir_validate.c 947 assert(glsl_type_is_array(var->type));
951 assert(glsl_type_is_array(type));
    [all...]
  /external/mesa3d/src/compiler/
nir_types.h 110 bool glsl_type_is_array(const struct glsl_type *type);
nir_types.cpp 182 glsl_type_is_array(const struct glsl_type *type) function
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 91 assert(glsl_type_is_array(deref->type));
310 if (glsl_type_is_array(chain->var->type->type)) {
    [all...]
vtn_cfg.c 107 while(glsl_type_is_array(without_array->type))
spirv_to_nir.c 77 } else if (glsl_type_is_array(type)) {
458 while (glsl_type_is_array(type->type)) {
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c 391 (glsl_type_is_array(var->type) &&
anv_pipeline.c 826 glsl_type_is_array(var->type) ? glsl_get_length(var->type) : 1;
    [all...]

Completed in 650 milliseconds