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

  /external/mesa3d/src/compiler/
nir_types.h 108 bool glsl_type_is_vector_or_scalar(const struct glsl_type *type);
nir_types.cpp 170 glsl_type_is_vector_or_scalar(const struct glsl_type *type) function
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 63 if (glsl_type_is_vector_or_scalar(type)) {
111 if (glsl_type_is_vector_or_scalar(type)) {
830 assert(glsl_type_is_vector_or_scalar(sampled_type));
    [all...]
vtn_variables.c 179 if (glsl_type_is_vector_or_scalar(tail->type)) {
248 while (!glsl_type_is_vector_or_scalar(cur->type) && cur->child)
630 assert(glsl_type_is_vector_or_scalar(type->type));
    [all...]
vtn_alu.c 349 assert(glsl_type_is_vector_or_scalar(vtn_src[i]->type));
  /external/mesa3d/src/compiler/nir/
nir_validate.c 473 validate_assert(state, glsl_type_is_vector_or_scalar(type) ||
482 validate_assert(state, glsl_type_is_vector_or_scalar(type) ||
    [all...]
nir.c 706 if (glsl_type_is_vector_or_scalar(tail->type))
    [all...]

Completed in 848 milliseconds