Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp266 std::vector<uint32_t> dead_blocks; in Apply() local
352 wrapper_info, condition_id, branch == 1, &dead_blocks, in Apply()
417 for (auto dead_block : dead_blocks) { in Apply()
611 bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, in EncloseInstructionInConditional() argument
637 dead_blocks->emplace_back(execute_block->id()); in EncloseInstructionInConditional()
638 dead_blocks->emplace_back(merge_block->id()); in EncloseInstructionInConditional()
726 dead_blocks->emplace_back(alternative_block->id()); in EncloseInstructionInConditional()
H A Dtransformation_flatten_conditional_branch.h129 std::vector<uint32_t>* dead_blocks,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp266 std::vector<uint32_t> dead_blocks; in Apply() local
352 wrapper_info, condition_id, branch == 1, &dead_blocks, in Apply()
417 for (auto dead_block : dead_blocks) { in Apply()
595 bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, in EncloseInstructionInConditional() argument
621 dead_blocks->emplace_back(execute_block->id()); in EncloseInstructionInConditional()
622 dead_blocks->emplace_back(merge_block->id()); in EncloseInstructionInConditional()
710 dead_blocks->emplace_back(alternative_block->id()); in EncloseInstructionInConditional()
H A Dtransformation_flatten_conditional_branch.h127 std::vector<uint32_t>* dead_blocks,
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp266 std::vector<uint32_t> dead_blocks; in Apply() local
352 wrapper_info, condition_id, branch == 1, &dead_blocks, in Apply()
417 for (auto dead_block : dead_blocks) { in Apply()
611 bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, in EncloseInstructionInConditional() argument
637 dead_blocks->emplace_back(execute_block->id()); in EncloseInstructionInConditional()
638 dead_blocks->emplace_back(merge_block->id()); in EncloseInstructionInConditional()
726 dead_blocks->emplace_back(alternative_block->id()); in EncloseInstructionInConditional()
H A Dtransformation_flatten_conditional_branch.h129 std::vector<uint32_t>* dead_blocks,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp266 std::vector<uint32_t> dead_blocks; in Apply() local
352 wrapper_info, condition_id, branch == 1, &dead_blocks, in Apply()
417 for (auto dead_block : dead_blocks) { in Apply()
595 bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, in EncloseInstructionInConditional() argument
621 dead_blocks->emplace_back(execute_block->id()); in EncloseInstructionInConditional()
622 dead_blocks->emplace_back(merge_block->id()); in EncloseInstructionInConditional()
710 dead_blocks->emplace_back(alternative_block->id()); in EncloseInstructionInConditional()
H A Dtransformation_flatten_conditional_branch.h127 std::vector<uint32_t>* dead_blocks,