Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c490 unsigned num_temp; /* ARRAY_SIZE(regs.r) */ member
801 if (idx >= tx->num_temp) { in tx_temp_alloc()
802 unsigned k = tx->num_temp; in tx_temp_alloc()
809 tx->num_temp = n; in tx_temp_alloc()
3799 assert(tx->num_temp); /* there must be color output */ in parse_shader()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5234 unsigned num_temp = 0; in visit_load_input() local
5243 num_temp++; in visit_load_input()
5257 if (num_temp == num_components) in visit_load_input()