Home
last modified time | relevance | path

Searched refs:size (Results 21401 - 21425 of 51527) sorted by relevance

1...<<851852853854855856857858859860>>...2062

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.h96 return bo->buffer->size; in d3d12_bo_get_size()
115 d3d12_bo_new(struct d3d12_screen *screen, uint64_t size, uint64_t alignment);
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.h84 unsigned size; member
90 unsigned size; member
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.c109 unsigned size = nir_alu_type_get_type_size(t); in pan_print_alu_type() local
130 fprintf(fp, "%u", size); in pan_print_alu_type()
/third_party/mesa3d/src/util/
H A Danon_file.c97 * Create a new, unique, anonymous file of the given size, and
100 * the given size at offset zero.
115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() argument
158 ret = ftruncate(fd, size); in os_create_anonymous_file()
H A Dmesa-sha1.c32 _mesa_sha1_compute(const void *data, size_t size, unsigned char result[20]) in _mesa_sha1_compute() argument
37 _mesa_sha1_update(&ctx, data, size); in _mesa_sha1_compute()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.c99 assert((uint8_t *)data + entry.size <= in vk_spec_info_to_nir_spirv()
103 switch (entry.size) { in vk_spec_info_to_nir_spirv()
121 * shader, size must match the byte size of the constantID. If in vk_spec_info_to_nir_spirv()
122 * the specialization constant is of type boolean, size must be in vk_spec_info_to_nir_spirv()
123 * the byte size of VkBool32." in vk_spec_info_to_nir_spirv()
127 * a size of 1, 2, 4, or 8, any use in a shader would be invalid in vk_spec_info_to_nir_spirv()
/third_party/musl/include/
H A Dmalloc.h44 int malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg);
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DDefaultMapStorage.java50 numOfEntries = sortedPhonePrefixMap.size(); in readFromSortedMap()
88 int sizeOfLengths = possibleLengths.size(); in writeExternal()
/third_party/python/Lib/dbm/
H A D__init__.py139 size = os.stat(filename + b".dir").st_size
141 if size == 0:
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DNameNamelessUniformBuffers.cpp47 ASSERT(sequence.size() == 1);
92 for (size_t fieldIndex = 0; fieldIndex < fields.size(); ++fieldIndex)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DHoistConstants.cpp42 const size_t size = MetalLayoutOf(type).sizeOf; variable
43 if (size >= mMinRequiredSize)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DIndexRangeCache.cpp56 void IndexRangeCache::invalidateRange(size_t offset, size_t size) in invalidateRange() argument
59 size_t invalidateEnd = offset + size; in invalidateRange()
H A DvalidationGL43_autogen.h30 GLsizeiptr size,
85 GLint size,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
38 Asm.OutStreamer->AddComment("Address size"); in emitHeader()
40 Asm.OutStreamer->AddComment("Segment selector size"); in emitHeader()
64 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit()
H A DWasmException.cpp57 // Wasm requires every data section symbol to have a .size set. So we emit an in endFunction()
58 // end marker and set the size as the difference between the start end the end in endFunction()
82 for (unsigned I = 0, N = LandingPads.size(); I < N; ++I) { in computeCallSiteTable()
92 if (CallSites.size() < LPadIndex + 1) in computeCallSiteTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp21 if (Index < Locations.size()) { in getSourceFile()
56 auto NumLocations = LR.Locations.size(); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp81 uint32_t M = ModuleName.str().size() + 1; in getRecordLength()
82 uint32_t O = ObjFileName.str().size() + 1; in getRecordLength()
H A DNativeEnumTypes.cpp55 return static_cast<uint32_t>(Matches.size()); in getChildCount()
59 if (N < Matches.size()) { in getChildAtIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp55 if (V.getSummaryList().size()) { in computeSyntheticCounts()
64 if (!V.getSummaryList().size()) in computeSyntheticCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp30 if (!Resource.second.size()) in execute()
32 unsigned Cycles = Resource.second.size(); in execute()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dresource.h57 Resource(Device* device, uint32_t size);
84 VkDeviceSize size,
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dcfg.cpp113 BinaryToDot(context, contents.data(), contents.size(), &ss, &diagnostic); in main()
121 WriteFile(outFile, "w", str.data(), str.size()); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.h66 VkDeviceSize size);
71 VkDeviceSize size);
/third_party/skia/src/core/
H A DSkPathEffectBase.h56 SkVector fSize; // the size to draw the points
86 static sk_sp<SkPathEffect> Deserialize(const void* data, size_t size, in Deserialize() argument
90 kSkPathEffect_Type, data, size, procs).release())); in Deserialize()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h63 VkResult flushMemory(const GrVkBackendMemory&, VkDeviceSize offset, VkDeviceSize size) override;
65 VkDeviceSize size) override;

Completed in 26 milliseconds

1...<<851852853854855856857858859860>>...2062