Home
last modified time | relevance | path

Searched refs:indirections (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_group_loads.c32 * It naturally suits hardware that has limits on texture indirections, but
320 unsigned indirections; member
332 /* We only count indirections within the same block. */ in gather_indirections()
334 unsigned indirections = get_num_indirections(src->ssa->parent_instr); in gather_indirections() local
337 indirections++; in gather_indirections()
339 state->indirections = MAX2(state->indirections, indirections); in gather_indirections()
345 /* Return the number of load indirections within the block. */
360 state.indirections in get_num_indirections()
391 unsigned indirections = get_num_indirections(instr); process_block() local
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dsimplify_pointers.cc42 int indirections = 0; member
100 op.indirections++; in Reduce()
104 op.indirections--; in Reduce()
144 // Reduce the expression, folding away chains of address-of / indirections in Run()
150 // And reapply the minimum number of address-of / indirections in Run()
151 for (int i = 0; i < op.indirections; i++) { in Run()
154 for (int i = 0; i > op.indirections; i--) { in Run()

Completed in 2 milliseconds