Home
last modified time | relevance | path

Searched defs:block_ptr (Results 1 – 16 of 16) 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/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/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.cpp401 BasicBlock* block_ptr) { in CloneSameBlockOps()
/third_party/ffmpeg/libavcodec/
Dmsvideo1.c90 int block_ptr, pixel_ptr; in msvideo1_decode_8bit() local
190 int block_ptr, pixel_ptr; in msvideo1_decode_16bit() local
Drpzaenc.c195 static void get_max_component_diff(BlockInfo *bi, uint16_t *block_ptr, in get_max_component_diff()
265 static int leastsquares(uint16_t *block_ptr, BlockInfo *bi, in leastsquares()
318 static int calc_lsq_max_fit_error(uint16_t *block_ptr, BlockInfo *bi, in calc_lsq_max_fit_error()
387 PutBitContext *pb, uint16_t *block_ptr, BlockInfo *bi) in encode_four_color_block()
Drpza.c86 int block_ptr; in rpza_decode_stream() local
Dsmc.c105 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.c1182 unsigned block_ptr[nir_shader_get_entrypoint(s)->num_blocks]; in etna_compile_shader() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1389 BasicBlock* block_ptr() const { in block_ptr() function