Home
last modified time | relevance | path

Searched refs:num_scratch (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c492 unsigned num_scratch; member
684 if (tx->num_scratch >= ARRAY_SIZE(tx->regs.t)) { in tx_scratch()
688 if (ureg_dst_is_undef(tx->regs.t[tx->num_scratch])) in tx_scratch()
689 tx->regs.t[tx->num_scratch] = ureg_DECL_local_temporary(tx->ureg); in tx_scratch()
690 return tx->regs.t[tx->num_scratch++]; in tx_scratch()
3352 tx->num_scratch = 0; /* reset */ in sm1_parse_instruction()