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/ |
D | cfg.h | 52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() 57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock()
|
D | inline_pass.cpp | 58 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()
|
D | instrument_pass.cpp | 354 BasicBlock* block_ptr) { in CloneSameBlockOps()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | cfg.h | 52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() 57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock()
|
D | inline_pass.cpp | 58 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()
|
D | instrument_pass.cpp | 354 BasicBlock* block_ptr) { in CloneSameBlockOps()
|
/third_party/spirv-tools/source/opt/ |
D | cfg.h | 52 bool IsPseudoEntryBlock(BasicBlock* block_ptr) const { in IsPseudoEntryBlock() 57 bool IsPseudoExitBlock(BasicBlock* block_ptr) const { in IsPseudoExitBlock()
|
D | inline_pass.cpp | 58 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()
|
D | instrument_pass.cpp | 401 BasicBlock* block_ptr) { in CloneSameBlockOps()
|
/third_party/ffmpeg/libavcodec/ |
D | msvideo1.c | 90 int block_ptr, pixel_ptr; in msvideo1_decode_8bit() local 190 int block_ptr, pixel_ptr; in msvideo1_decode_16bit() local
|
D | rpzaenc.c | 195 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()
|
D | rpza.c | 86 int block_ptr; in rpza_decode_stream() local
|
D | smc.c | 105 int block_ptr; in smc_decode_stream() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.h | 43 unsigned *block_ptr; member
|
D | etnaviv_compiler_nir.c | 1182 unsigned block_ptr[nir_shader_get_entrypoint(s)->num_blocks]; in etna_compile_shader() local
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-ir.h | 1389 BasicBlock* block_ptr() const { in block_ptr() function
|