HomeSort by relevance Sort by last modified time
    Searched refs:array_ref (Results 1 - 6 of 6) 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;
opt_constant_folding.cpp 89 ir_dereference_array *array_ref = (*rvalue)->as_dereference_array();
90 if (array_ref && (!array_ref->array->as_constant() ||
91 !array_ref->array_index->as_constant()))
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/libvpx/libvpx/build/make/
msvs_common.sh 44 declare -n array_ref=$1
45 files=$(fix_path "${array_ref[@]}")
47 array_ref=($files)
  /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;

Completed in 209 milliseconds