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

  /external/mesa3d/src/compiler/
nir_types.cpp 127 assert(glsl_type_is_sampler(type) || glsl_type_is_image(type));
134 assert(glsl_type_is_sampler(type) || glsl_type_is_image(type));
200 glsl_type_is_sampler(const struct glsl_type *type) function
214 assert(glsl_type_is_sampler(type));
221 assert(glsl_type_is_sampler(type) || glsl_type_is_image(type));
nir_types.h 113 bool glsl_type_is_sampler(const struct glsl_type *type);
  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 305 } else if (glsl_type_is_sampler(type)) {
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 113 } else if (glsl_type_is_sampler(without_array->type)) {
vtn_variables.c     [all...]

Completed in 163 milliseconds