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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c112 bool is_interp_instruction,
182 if ((!is_interp_instruction || src_index != 0) &&
334 bool is_interp_instruction = false; local in function:scan_instruction
424 is_interp_instruction = true;
480 is_interp_instruction, &is_mem_inst);
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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c112 bool is_interp_instruction,
182 if ((!is_interp_instruction || src_index != 0) &&
343 bool is_interp_instruction = false; local in function:scan_instruction
438 is_interp_instruction = true;
494 is_interp_instruction, &is_mem_inst);
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) argument

Completed in 5 milliseconds