Home
last modified time | relevance | path

Searched defs:blocks (Results 201 - 225 of 270) sorted by relevance

1234567891011

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp302 std::vector<BlockLayoutEntry> blocks; member in vkt::ubo::UniformLayout
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp110 const auto &blocks = mState.getUniformBlocks(); in reapplyUBOBindingsIfNeeded() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp898 auto& blocks = function.ordered_blocks(); PerformCfgChecks() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.cpp412 std::unordered_set<uint32_t> blocks; in IsSafeToClone() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp412 std::unordered_set<uint32_t> blocks; in IsSafeToClone() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp898 auto& blocks = function.ordered_blocks(); PerformCfgChecks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h562 iterator_range<block_iterator> blocks() { in blocks() function in llvm::jitlink::Section
567 iterator_range<const_block_iterator> blocks() const { in blocks() function in llvm::jitlink::Section
917 iterator_range<block_iterator> blocks() { blocks() function in llvm::jitlink::LinkGraph
922 iterator_range<const_block_iterator> blocks() const { blocks() function in llvm::jitlink::LinkGraph
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DGCOV.h293 iterator_range<BlockIterator> blocks() const { in blocks() function in llvm::GCOVFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp669 SmallPtrSet<BasicBlock *, 8> blocks; in deleteDeadLoop() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h161 inline iterator_range<block_iterator> blocks() const { in blocks() function in llvm::LoopBase
[all...]
H A DMemorySSA.h518 iterator_range<block_iterator> blocks() { in blocks() function in llvm::final
522 iterator_range<const_block_iterator> blocks() const { in blocks() function in llvm::final
/third_party/toybox/toys/pending/
H A Dmke2fs.c190 uint32_t blocks; // Blocks count global() member
302 long blocks; check_treesize() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.cpp410 std::unordered_set<uint32_t> blocks; in IsSafeToClone() local
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp919 auto& blocks = function.ordered_blocks(); PerformCfgChecks() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp307 std::vector<BlockLayoutEntry> blocks; member in vkt::TransformFeedback::InterfaceLayout
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.hpp302 std::vector<BlockLayoutEntry> blocks; member in vkt::ubo::UniformLayout
/third_party/ffmpeg/libavcodec/
H A Dbink.c183 int bw, bh, blocks; in init_bundles() local
H A Dapedec.c695 int blocks = blockstodecode; in entropy_decode_stereo_3860() local
715 int blocks = blockstodecode; in entropy_decode_stereo_3900() local
H A Dproresenc_kostya.c274 get_slice_data(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int x, int y, int w, int h, int16_t *blocks, uint16_t *emu_buf, int mbs_per_slice, int blocks_per_mb, int is_chroma) get_slice_data() argument
345 get_alpha_data(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int x, int y, int w, int h, int16_t *blocks, int mbs_per_slice, int abits) get_alpha_data() argument
408 encode_dcs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int scale) encode_dcs() argument
434 encode_acs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) encode_acs() argument
468 encode_slice_plane(ProresContext *ctx, PutBitContext *pb, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks, int blocks_per_mb, int plane_size_factor, const int16_t *qmat) encode_slice_plane() argument
514 encode_alpha_plane(ProresContext *ctx, PutBitContext *pb, int mbs_per_slice, uint16_t *blocks, int quant) encode_alpha_plane() argument
649 estimate_dcs(int *error, int16_t *blocks, int blocks_per_slice, int scale) estimate_dcs() argument
680 estimate_acs(int *error, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) estimate_acs() argument
749 estimate_alpha_plane(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks) estimate_alpha_plane() argument
[all...]
H A Dproresenc_anatoliy.c326 static void calc_plane_dct(FDCTDSPContext *fdsp, uint8_t *src, int16_t * blocks, int src_stride, int mb_count, int chroma, int is_422) in calc_plane_dct() argument
363 static int encode_slice_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *qmat, int sub_sample_chroma, in encode_slice_plane() argument
444 int16_t * blocks = (int16_t *)src_a; in encode_alpha_slice_data() local
/third_party/ffmpeg/libavfilter/
H A Dvf_minterpolate.c162 Block *blocks; member
416 static void search_mv(MIContext *mi_ctx, Block *blocks, int mb_x, int mb_y, int dir) in search_mv() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmov.c1163 int blocks = 0; in aax_filter() local
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp776 static size_t FindBlock(const CBlockInfo *blocks, size_t numBlocks, UInt64 pos) in FindBlock() argument
/third_party/lzma/C/
H A DXzEnc.c106 Byte *blocks; member
139 Byte *blocks = (Byte *)ISzAlloc_Alloc(alloc, newSize); in XzEncIndex_ReAlloc() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c137 struct ra_spill_block_state *blocks; member
[all...]

Completed in 45 milliseconds

1234567891011