Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_opt_address_reg_load.cpp34 fs_inst *src_inst = defs.get(inst->src[0]); in opt_address_reg_load_local() local
35 if (src_inst == NULL) in opt_address_reg_load_local()
38 if (src_inst->uses_address_register_implicitly() || in opt_address_reg_load_local()
39 src_inst->sources > 2) in opt_address_reg_load_local()
44 for (unsigned i = 0; i < src_inst->sources; i++) { in opt_address_reg_load_local()
45 sources[i] = inst->src[i].file == VGRF ? component(src_inst->src[i], 0) : src_inst->src[i]; in opt_address_reg_load_local()
47 ubld.emit(src_inst->opcode, inst->dst, sources, src_inst->sources); in opt_address_reg_load_local()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp174 void MapInsts(const opt::Instruction* src_inst, in MapInsts() argument
176 assert(src_inst->HasResultId() == dst_inst->HasResultId()); in MapInsts()
177 if (src_inst->HasResultId()) { in MapInsts()
178 MapIds(src_inst->result_id(), dst_inst->result_id()); in MapInsts()
180 src_to_dst_.MapInsts(src_inst, dst_inst); in MapInsts()
181 dst_to_src_.MapInsts(dst_inst, src_inst); in MapInsts()
418 bool DoOperandsMatch(const opt::Instruction* src_inst,
422 bool DoInstructionsMatch(const opt::Instruction* src_inst,
427 bool DoInstructionsMatchFuzzy(const opt::Instruction* src_inst,
430 bool DoDebugAndAnnotationInstructionsMatch(const opt::Instruction* src_inst,
[all …]
/external/angle/third_party/spirv-tools/src/source/diff/
Ddiff.cpp176 void MapInsts(const opt::Instruction* src_inst, in MapInsts() argument
178 assert(src_inst->HasResultId() == dst_inst->HasResultId()); in MapInsts()
179 if (src_inst->HasResultId()) { in MapInsts()
180 MapIds(src_inst->result_id(), dst_inst->result_id()); in MapInsts()
182 src_to_dst_.MapInsts(src_inst, dst_inst); in MapInsts()
183 dst_to_src_.MapInsts(dst_inst, src_inst); in MapInsts()
427 bool DoOperandsMatch(const opt::Instruction* src_inst,
431 bool DoInstructionsMatch(const opt::Instruction* src_inst,
436 bool DoInstructionsMatchFuzzy(const opt::Instruction* src_inst,
439 bool DoDebugAndAnnotationInstructionsMatch(const opt::Instruction* src_inst,
[all …]
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp174 void MapInsts(const opt::Instruction* src_inst, in MapInsts() argument
176 assert(src_inst->HasResultId() == dst_inst->HasResultId()); in MapInsts()
177 if (src_inst->HasResultId()) { in MapInsts()
178 MapIds(src_inst->result_id(), dst_inst->result_id()); in MapInsts()
180 src_to_dst_.MapInsts(src_inst, dst_inst); in MapInsts()
181 dst_to_src_.MapInsts(dst_inst, src_inst); in MapInsts()
418 bool DoOperandsMatch(const opt::Instruction* src_inst,
422 bool DoInstructionsMatch(const opt::Instruction* src_inst,
427 bool DoInstructionsMatchFuzzy(const opt::Instruction* src_inst,
430 bool DoDebugAndAnnotationInstructionsMatch(const opt::Instruction* src_inst,
[all …]