| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextLine.cpp | 112 TextLine(ParagraphImpl* owner, SkVector offset, SkVector advance, BlockRange blocks, TextRange textExcludingSpaces, TextRange text, TextRange textIncludingNewlines, ClusterRange clusters, ClusterRange clustersWithGhosts, SkScalar widthWithSpaces, InternalLineMetrics sizes) global() argument
|
| H A D | ParagraphImpl.cpp | 1447 auto blocks = findAllBlocks(textIncludingNewLines); in GetLineFontMetrics() local 1686 SkSpan<Block> ParagraphImpl::blocks(BlockRange blockRange) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl 111 ParagraphImpl(const SkString& text, ParagraphStyle style, SkTArray<Block, true> blocks, SkTArray<Placeholder, true> placeholders, sk_sp<FontCollection> fonts, std::shared_ptr<SkUnicode> unicode) ParagraphImpl() argument 135 ParagraphImpl(const std::u16string& utf16text, ParagraphStyle style, SkTArray<Block, true> blocks, SkTArray<Placeholder, true> placeholders, sk_sp<FontCollection> fonts, std::shared_ptr<SkUnicode> unicode) ParagraphImpl() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsUniformBlockCase.cpp | 273 std::vector<BlockLayoutEntry> blocks; member in deqp::gls::ub::UniformLayout [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
| H A D | block.c | 875 __be32 *blocks;
in mmc_sd_num_wr_blocks() local 1762 u32 blocks; mmc_blk_mq_rw_recovery() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_defs.h | 1076 struct kbase_ipa_control_prfcnt_block blocks[KBASE_IPA_CORE_TYPE_NUM]; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | diracdec.c | 1938 DiracBlock *blocks = s->blmotion + y*s->blwidth; in dirac_decode_frame_internal() local
|
| H A D | mpegvideo.h | 467 int16_t (*blocks)[12][64]; // for HQ mode we need to keep the best block member
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 375 struct ra_block_state *blocks; member [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 2101 uint64_t blocks = size / block_size; in copy_buffer() local 2178 uint32_t blocks = fillSize / 4; in tu_CmdFillBuffer() local
|
| H A D | tu_cmd_buffer.c | 4909 uint32_t blocks[3]; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.h | 468 struct list_head blocks; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | ppir.h | 409 struct hash_table_u64 *blocks; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | glslang_wrapper_utils.cpp | 777 AssignInterfaceBlockBindings(const GlslangSourceOptions &options, const gl::ProgramExecutable &programExecutable, const std::vector<gl::InterfaceBlock> &blocks, const gl::ShaderType shaderType, GlslangProgramInterfaceInfo *programInterfaceInfo, UniformBindingIndexMap *uniformBindingIndexMapOut, ShaderInterfaceVariableInfoMap *variableInfoMapOut) AssignInterfaceBlockBindings() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 94 block_vector blocks; member in r600_sb::sb_pool
|
| /third_party/libfuse/include/ |
| H A D | fuse_kernel.h | 255 uint64_t blocks; member 272 uint64_t blocks; member
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 100 BasicBlockVector* blocks = schedule()->rpo_order(); in SelectInstructions() local
|
| H A D | mid-tier-register-allocator.cc | 2780 IsDeferredBlockBoundary(const ZoneVector<RpoNumber>& blocks) IsDeferredBlockBoundary() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 92 struct hash_table *blocks; member 266 struct ntt_live_reg_block_state *blocks; member [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 931 SmallVector<BlockID> blocks; member
|
| H A D | spirv_cross.cpp | 2882 static bool exists_unaccessed_path_to_return(const CFG &cfg, uint32_t block, const unordered_set<uint32_t> &blocks, in exists_unaccessed_path_to_return() argument 3431 auto &blocks = accessed_var.second; find_function_local_luts() local 3560 auto &blocks = var.second; analyze_variable_scope() local 3658 auto &blocks = var.second; analyze_variable_scope() local 3773 auto &blocks = handler.accessed_variables_to_block[loop_variable.first]; analyze_variable_scope() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 2632 iterator_range<block_iterator> blocks() { in blocks() function in llvm::ShuffleVectorInst::PHINode 2636 iterator_range<const_block_iterator> blocks() const { in blocks() function in llvm::ShuffleVectorInst::PHINode
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutCase.cpp | 208 std::vector<BlockLayoutEntry> blocks; member in deqp::gles31::bb::BufferLayout [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 4085 auto blocks = builder.makeNewLoop(); in visitLoop() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 386 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, LLVMValueRef *values, LLVMBasicBlockRef *blocks) ac_build_phi() argument
|
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_video_state.h | 212 short *blocks; member
|