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

  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 65 const struct glsl_type *type = glsl_array_type(glsl_float_type(), length);
68 type = glsl_array_type(type, glsl_get_length(var->type));
  /external/mesa3d/src/compiler/
nir_types.h 136 const struct glsl_type *glsl_array_type(const struct glsl_type *base,
nir_types.cpp 318 glsl_array_type(const glsl_type *base, unsigned elements) function
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 253 var->type = glsl_array_type(glsl_vec4_type(), array_size);
336 var->type = glsl_array_type(var->type, array_size);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 1031 glsl_array_type(glsl_vec4_type(), prog->Parameters->NumParameters);
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c     [all...]
spirv_to_nir.c 767 val->type->type = glsl_array_type(array_element->type, length);
    [all...]

Completed in 57 milliseconds