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

/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dnir_to_vir.c192 bool has_index = !is_shared_or_scratch; local in function:ntq_emit_tmu_general
202 offset_src = 0 + has_index;
204 offset_src = 1 + has_index;
212 offset_src = 0 + has_index;
215 ntq_get_src(c, instr->src[1 + has_index], 0));
220 ntq_get_src(c, instr->src[2 + has_index],
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c398 bool has_index,
403 struct qreg data = ntq_get_src(c, instr->src[1 + has_index], 0);
410 data = ntq_get_src(c, instr->src[2 + has_index], 0);
516 bool has_index = !is_shared_or_scratch; local in function:ntq_emit_tmu_general
526 offset_src = 0 + has_index;
528 offset_src = 1 + has_index;
530 offset_src = 0 + has_index;
599 tmu_op, has_index,
394 emit_tmu_general_atomic_writes(struct v3d_compile * c,enum emit_mode mode,nir_intrinsic_instr * instr,uint32_t tmu_op,bool has_index,uint32_t * tmu_writes) argument

Completed in 10 milliseconds