Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c113 bool *is_mem_inst) in scan_src_operand()
294 *is_mem_inst = true; in scan_src_operand()
342 bool is_mem_inst = false; in scan_instruction() local
494 is_interp_instruction, &is_mem_inst); in scan_instruction()
532 false, &is_mem_inst); in scan_instruction()
568 is_mem_inst = true; in scan_instruction()
593 if (is_mem_inst) in scan_instruction()
107 scan_src_operand(struct tgsi_shader_info *info, const struct tgsi_full_instruction *fullinst, const struct tgsi_full_src_register *src, unsigned src_index, unsigned usage_mask_after_swizzle, bool is_interp_instruction, bool *is_mem_inst) scan_src_operand() argument

Completed in 2 milliseconds