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

  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 147 (glsl_type_is_numeric(glsl_without_array(type)) ||
148 glsl_type_is_boolean(glsl_without_array(type)))))) {
165 if (glsl_type_is_matrix(glsl_without_array(type)))
166 mat_cols = glsl_get_matrix_columns(glsl_without_array(type));
172 if (glsl_type_is_dual_slot(glsl_without_array(type))) {
219 glsl_type_is_dual_slot(glsl_without_array(var->type))) {
300 type = glsl_without_array(type);
nir_lower_io.c 111 assert(glsl_type_is_scalar(glsl_without_array(deref->var->type)));
  /external/mesa3d/src/compiler/
nir_types.h 49 const struct glsl_type *glsl_without_array(const struct glsl_type *type);
nir_types.cpp 46 glsl_without_array(const glsl_type *type) function
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 48 glsl_without_array(load->variables[0]->var->type);
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 347 if (glsl_type_is_dual_slot(glsl_without_array(var->type))) {
    [all...]

Completed in 200 milliseconds