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/
H A 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/
H A Daco_instruction_selection.cpp5668 unsigned num_temp = 0;
5675 num_temp++;
5689 if (num_temp == num_components)

Completed in 19 milliseconds