/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_bufmgr.h | 96 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 D | pan_cs.h | 84 unsigned size; member 90 unsigned size; member
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_ir.c | 109 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 D | anon_file.c | 97 * 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 D | mesa-sha1.c | 32 _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 D | vk_util.c | 99 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 D | malloc.h | 44 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 D | DefaultMapStorage.java | 50 numOfEntries = sortedPhonePrefixMap.size(); in readFromSortedMap() 88 int sizeOfLengths = possibleLengths.size(); in writeExternal()
|
/third_party/python/Lib/dbm/ |
H A D | __init__.py | 139 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 D | NameNamelessUniformBuffers.cpp | 47 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 D | HoistConstants.cpp | 42 const size_t size = MetalLayoutOf(type).sizeOf; variable 43 if (size >= mMinRequiredSize)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | IndexRangeCache.cpp | 56 void IndexRangeCache::invalidateRange(size_t offset, size_t size) in invalidateRange() argument 59 size_t invalidateEnd = offset + size; in invalidateRange()
|
H A D | validationGL43_autogen.h | 30 GLsizeiptr size, 85 GLint size,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.cpp | 22 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 D | WasmException.cpp | 57 // 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 D | LookupResult.cpp | 21 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 D | DbiModuleDescriptor.cpp | 81 uint32_t M = ModuleName.str().size() + 1; in getRecordLength() 82 uint32_t O = ObjFileName.str().size() + 1; in getRecordLength()
|
H A D | NativeEnumTypes.cpp | 55 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 D | SummaryBasedOptimizations.cpp | 55 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 D | InstructionTables.cpp | 30 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 D | resource.h | 57 Resource(Device* device, uint32_t size); 84 VkDeviceSize size,
|
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | cfg.cpp | 113 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 D | vk_mem_alloc_wrapper.h | 66 VkDeviceSize size); 71 VkDeviceSize size);
|
/third_party/skia/src/core/ |
H A D | SkPathEffectBase.h | 56 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 D | GrVkAMDMemoryAllocator.h | 63 VkResult flushMemory(const GrVkBackendMemory&, VkDeviceSize offset, VkDeviceSize size) override; 65 VkDeviceSize size) override;
|