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

  /external/mesa3d/src/compiler/
nir_types.h 115 bool glsl_type_is_dual_slot(const struct glsl_type *type);
nir_types.cpp 226 glsl_type_is_dual_slot(const struct glsl_type *type) function
  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 172 if (glsl_type_is_dual_slot(glsl_without_array(type))) {
219 glsl_type_is_dual_slot(glsl_without_array(var->type))) {
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 347 if (glsl_type_is_dual_slot(glsl_without_array(var->type))) {
    [all...]

Completed in 108 milliseconds