Home
last modified time | relevance | path

Searched refs:to_block (Results 1 – 17 of 17) sorted by relevance

/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() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
100 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
131 fuzzerutil::MaybeFindBlock(ir_context, message_.to_block()); in IsApplicable()
158 bb_to->id() == message_.to_block() && in IsApplicable()
209 ir_context->cfg()->block(message_.to_block()), in ApplyImpl()
Dtransformation_add_dead_break.h33 TransformationAddDeadBreak(uint32_t from_block, uint32_t to_block,
/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() argument
34 message_.set_to_block(to_block); in TransformationAddDeadBreak()
66 return bb_from->MergeBlockId() == message_.to_block(); in AddingBreakRespectsStructuredControlFlow()
81 if (message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
100 message_.to_block() == in AddingBreakRespectsStructuredControlFlow()
131 fuzzerutil::MaybeFindBlock(ir_context, message_.to_block()); in IsApplicable()
158 bb_to->id() == message_.to_block() && in IsApplicable()
209 ir_context->cfg()->block(message_.to_block()), in ApplyImpl()
Dtransformation_add_dead_break.h33 TransformationAddDeadBreak(uint32_t from_block, uint32_t to_block,
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_util.cpp102 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge() argument
103 to_block->ForEachPhiInst([&from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge()
Dreduction_util.h46 opt::BasicBlock* to_block);
Dstructured_loop_to_selection_reduction_opportunity.cpp169 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument
170 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
Dstructured_loop_to_selection_reduction_opportunity.h68 opt::BasicBlock* to_block);
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp102 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge() argument
103 to_block->ForEachPhiInst([&from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge()
Dreduction_util.h46 opt::BasicBlock* to_block);
Dstructured_loop_to_selection_reduction_opportunity.cpp169 opt::BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument
170 to_block->ForEachPhiInst([this, &from_id](opt::Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
Dstructured_loop_to_selection_reduction_opportunity.h68 opt::BasicBlock* to_block);
/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() argument
2102 if (sg_build_scsi_cdb(wrCmd, cdbsz, blocks, to_block, 1, fua, 0)) { in sg_write()
2104 to_block, blocks); in sg_write()
2118 io_hdr.pack_id = to_block; in sg_write()
2134 to_block, blocks); in sg_write()
2142 "%d bytes\n", to_block, bs * blocks); in sg_write()
6208 int sg_write2(int sg_fd, unsigned char *buff, int blocks, int to_block, in sg_write2() argument
6216 if (sg_build_scsi_cdb(wrCmd, cdbsz, blocks, to_block, 1, fua, 0)) { in sg_write2()
6218 to_block, blocks); in sg_write2()
6233 io_hdr.pack_id = to_block; in sg_write2()
[all …]
/external/minijail/
Dlibminijail.c3124 sigset_t to_block, to_restore; in minijail_run_internal() local
3125 if (sigemptyset(&to_block) < 0) in minijail_run_internal()
3127 if (sigaddset(&to_block, SIGPIPE) < 0) in minijail_run_internal()
3129 if (sigprocmask(SIG_BLOCK, &to_block, &to_restore) < 0) in minijail_run_internal()
3140 const int sig = sigtimedwait(&to_block, NULL, &zero_time); in minijail_run_internal()
/external/skqp/src/compute/skc/platforms/cl_12/
Dpath_builder_cl_12.c326 skc_uint const to_block) in skc_ringdex_dont_map_last() argument
329 return !((impl->wip.to == impl->curr.to) || (to_block == 0)); in skc_ringdex_dont_map_last()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto743 uint32 to_block = 2; field
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto743 uint32 to_block = 2; field