Home
last modified time | relevance | path

Searched defs:block_ptr (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.h52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock()
57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock()
Dinline_pass.cpp58 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranch()
67 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranchCond()
77 std::unique_ptr<BasicBlock>* block_ptr) { in AddLoopMerge()
87 std::unique_ptr<BasicBlock>* block_ptr, in AddStore()
102 std::unique_ptr<BasicBlock>* block_ptr, in AddLoad()
226 std::unique_ptr<BasicBlock>* block_ptr) { in CloneSameBlockOps()
Dinstrument_pass.cpp354 BasicBlock* block_ptr) { in CloneSameBlockOps()
/third_party/spirv-tools/source/opt/
Dcfg.h52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock()
57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock()
Dinline_pass.cpp58 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranch()
67 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranchCond()
77 std::unique_ptr<BasicBlock>* block_ptr) { in AddLoopMerge()
87 std::unique_ptr<BasicBlock>* block_ptr, in AddStore()
102 std::unique_ptr<BasicBlock>* block_ptr, in AddLoad()
226 std::unique_ptr<BasicBlock>* block_ptr) { in CloneSameBlockOps()
Dinstrument_pass.cpp354 BasicBlock* block_ptr) { in CloneSameBlockOps()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcfg.h52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock()
57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock()
Dinline_pass.cpp58 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranch()
67 std::unique_ptr<BasicBlock>* block_ptr) { in AddBranchCond()
77 std::unique_ptr<BasicBlock>* block_ptr) { in AddLoopMerge()
87 std::unique_ptr<BasicBlock>* block_ptr, in AddStore()
102 std::unique_ptr<BasicBlock>* block_ptr, in AddLoad()
226 std::unique_ptr<BasicBlock>* block_ptr) { in CloneSameBlockOps()
Dinstrument_pass.cpp354 BasicBlock* block_ptr) { in CloneSameBlockOps()
/third_party/boost/libs/spirit/workbench/unicode/
Dcreate_tables.cpp399 struct block_ptr struct in ucd_table_builder
401 block_ptr(T const* p) : p(p) {} in block_ptr() function
409 T const* p;
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dcreate_tables.cpp399 struct block_ptr struct in ucd_table_builder
401 block_ptr(T const* p) : p(p) {} in block_ptr() argument
409 T const* p;
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp61 std::unique_ptr<ir::BasicBlock>* block_ptr) { in AddBranch()
69 uint32_t false_id, std::unique_ptr<ir::BasicBlock>* block_ptr) { in AddBranchCond()
79 std::unique_ptr<ir::BasicBlock>* block_ptr) { in AddLoopMerge()
89 std::unique_ptr<ir::BasicBlock>* block_ptr) { in AddStore()
97 std::unique_ptr<ir::BasicBlock>* block_ptr) { in AddLoad()
189 std::unique_ptr<ir::BasicBlock>* block_ptr) { in CloneSameBlockOps()
Dblock_merge_pass.cpp30 bool BlockMergePass::IsLoopHeader(ir::BasicBlock* block_ptr) { in IsLoopHeader()
Dlocal_ssa_elim_pass.cpp347 void LocalMultiStoreElimPass::SSABlockInitSinglePred(ir::BasicBlock* block_ptr) { in SSABlockInitSinglePred()
498 void LocalMultiStoreElimPass::SSABlockInitMultiPred(ir::BasicBlock* block_ptr) { in SSABlockInitMultiPred()
/third_party/ffmpeg/libavcodec/
Dmsvideo1.c88 int block_ptr, pixel_ptr; in msvideo1_decode_8bit() local
188 int block_ptr, pixel_ptr; in msvideo1_decode_16bit() local
Drpzaenc.c194 static void get_max_component_diff(BlockInfo *bi, uint16_t *block_ptr, in get_max_component_diff()
264 static int leastsquares(uint16_t *block_ptr, BlockInfo *bi, in leastsquares()
317 static int calc_lsq_max_fit_error(uint16_t *block_ptr, BlockInfo *bi, in calc_lsq_max_fit_error()
386 PutBitContext *pb, uint16_t *block_ptr, BlockInfo *bi) in encode_four_color_block()
Drpza.c85 int block_ptr; in rpza_decode_stream() local
Dsmc.c102 int block_ptr; in smc_decode_stream() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.h43 unsigned *block_ptr; member
Detnaviv_compiler_nir.c1173 unsigned block_ptr[nir_shader_get_entrypoint(s)->num_blocks]; in etna_compile_shader_nir() local