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

  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 52 type = glsl_get_array_element(type);
107 type = glsl_get_array_element(type);
nir_gather_info.c 84 type = glsl_get_array_element(type);
134 type = glsl_get_array_element(type);
nir_split_var_copies.c 99 deref->deref.type = glsl_get_array_element(src_tail->type);
nir_validate.c 377 validate_assert(state, deref->type == glsl_get_array_element(parent->type));
949 const struct glsl_type *type = glsl_get_array_element(var->type);
952 assert(glsl_type_is_scalar(glsl_get_array_element(type)));
    [all...]
nir_print.c 346 print_constant(c->elements[i], glsl_get_array_element(type), state);
nir.c 712 tmp.arr.deref.type = glsl_get_array_element(tail->type);
    [all...]
  /external/mesa3d/src/compiler/
nir_types.h 48 const struct glsl_type *glsl_get_array_element(const struct glsl_type *type);
nir_types.cpp 38 glsl_get_array_element(const glsl_type* type) function
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c 392 glsl_type_is_image(glsl_get_array_element(var->type)))) {
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 78 const struct glsl_type *elem_type = glsl_get_array_element(type);
146 const struct glsl_type *elem_type = glsl_get_array_element(val->type);
922 c->elements[0] = vtn_null_constant(b, glsl_get_array_element(type));
    [all...]
vtn_variables.c 92 rewrite_deref_types(deref->child, glsl_get_array_element(type));
209 deref_arr->deref.type = glsl_get_array_element(tail->type);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 497 arr->deref.type = glsl_get_array_element(var->type);
    [all...]

Completed in 511 milliseconds