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

  /external/mesa3d/src/compiler/
nir_types.h 107 bool glsl_type_is_scalar(const struct glsl_type *type);
nir_types.cpp 164 glsl_type_is_scalar(const struct glsl_type *type) function
  /external/mesa3d/src/compiler/nir/
nir_lower_locals_to_regs.c 113 assert(glsl_type_is_vector(tail->type) || glsl_type_is_scalar(tail->type));
nir_lower_io.c 111 assert(glsl_type_is_scalar(glsl_without_array(deref->var->type)));
nir_validate.c 952 assert(glsl_type_is_scalar(glsl_get_array_element(type)));
954 assert(glsl_type_is_scalar(type));
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 419 if (!glsl_type_is_scalar(src->type)) {
726 assert(glsl_type_is_scalar(base->type));
    [all...]

Completed in 245 milliseconds