Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c112 bool is_interp_instruction, in scan_src_operand() argument
182 if ((!is_interp_instruction || src_index != 0) && in scan_src_operand()
343 bool is_interp_instruction = false; in scan_instruction() local
438 is_interp_instruction = true; in scan_instruction()
494 is_interp_instruction, &is_mem_inst); in scan_instruction()