Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_dead_break.cpp31 uint32_t from_block, uint32_t to_block, bool break_condition_value, in TransformationAddDeadBreak()
/third_party/skia/third_party/externals/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()
/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()
/third_party/spirv-tools/source/reduce/
Dreduction_util.cpp102 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge()
Dstructured_loop_to_selection_reduction_opportunity.cpp169 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto746 uint32 to_block = 2; field
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto746 uint32 to_block = 2; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto743 uint32 to_block = 2; field
/third_party/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()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp14004 auto &to_block = get<SPIRBlock>(to); in branch_to_continue() local