Home
last modified time | relevance | path

Searched defs:to_block (Results 1 – 14 of 14) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_util.cpp102 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp166 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dreduction_util.cpp102 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp166 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp102 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp166 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge()
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto746 uint32 to_block = 2; field
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto746 uint32 to_block = 2; field
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto746 uint32 to_block = 2; field
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2095 int sg_write(int sg_fd, unsigned char *buff, int blocks, int to_block, in sg_write()
6208 int sg_write2(int sg_fd, unsigned char *buff, int blocks, int to_block, in sg_write2()
/external/minijail/
Dlibminijail.c3304 sigset_t to_block, to_restore; in minijail_run_internal() local