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

  /external/mesa3d/src/compiler/
nir_types.h 106 bool glsl_type_is_vector(const struct glsl_type *type);
nir_types.cpp 158 glsl_type_is_vector(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));
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 742 assert(glsl_type_is_vector(base->type));
    [all...]

Completed in 567 milliseconds