HomeSort by relevance Sort by last modified time
    Searched defs:array_ref (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/
opt_flip_matrices.cpp 96 ir_dereference_array *array_ref = ir->operands[0]->as_dereference_array(); local
97 assert(array_ref != NULL);
98 ir_dereference_variable *var_ref = array_ref->array->as_dereference_variable();
102 ir->operands[1] = array_ref;
lower_distance.cpp 351 ir_dereference_array *array_ref = ir->as_dereference_array(); local
352 assert(array_ref);
353 assert(array_ref->array->as_dereference_variable());
356 ir_dereference_array(*new_var, array_ref->array_index);
builtin_functions.cpp 620 ir_dereference_array *array_ref(ir_variable *var, int i);
3221 builtin_builder::array_ref(ir_variable *var, int idx) function in class:builtin_builder
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 113 nir_deref_array *array_ref = nir_deref_as_array(tail); local
115 array_ref->base_offset += cull_offset;
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
ast.h 243 ExprArrayRef array_ref; member in union:ExprDef

Completed in 325 milliseconds