Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp529 uint32_t op_val_id = GetPhiArgument(phi_candidate, arg_ix++); in ApplyReplacements() local
532 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {op_val_id}}); in ApplyReplacements()
535 already_seen[pred_label] = op_val_id; in ApplyReplacements()
540 assert(already_seen[pred_label] == op_val_id && in ApplyReplacements()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp530 uint32_t op_val_id = GetPhiArgument(phi_candidate, arg_ix++); in ApplyReplacements() local
533 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {op_val_id}}); in ApplyReplacements()
536 already_seen[pred_label] = op_val_id; in ApplyReplacements()
541 assert(already_seen[pred_label] == op_val_id && in ApplyReplacements()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp530 uint32_t op_val_id = GetPhiArgument(phi_candidate, arg_ix++); in ApplyReplacements() local
533 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {op_val_id}}); in ApplyReplacements()
536 already_seen[pred_label] = op_val_id; in ApplyReplacements()
541 assert(already_seen[pred_label] == op_val_id && in ApplyReplacements()