Searched refs:to_block (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.h | 70 BasicBlock* to_block); 74 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block);
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 175 AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge() argument 176 to_block->ForEachPhiInst([&from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge() 192 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument 193 to_block->ForEachPhiInst([this, &from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.h | 71 BasicBlock* to_block); 75 void AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block);
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 173 AdaptPhiInstructionsForRemovedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForRemovedEdge() argument 174 to_block->ForEachPhiInst([&from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForRemovedEdge() 190 AdaptPhiInstructionsForAddedEdge(uint32_t from_id, BasicBlock* to_block) { in AdaptPhiInstructionsForAddedEdge() argument 191 to_block->ForEachPhiInst([this, &from_id](Instruction* phi_inst) { in AdaptPhiInstructionsForAddedEdge()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2095 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/skqp/src/compute/skc/platforms/cl_12/ |
D | path_builder_cl_12.c | 326 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/skia/src/compute/skc/platforms/cl_12/ |
D | path_builder_cl_12.c | 326 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()
|