| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageSubresourceLayoutTests.cpp | 379 auto& alloc = m_context.getDefaultAllocator(); in iterateAspect() local
|
| H A D | vktImageTranscodingSupportTests.cpp | 402 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() local 664 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAllocationTests.cpp | 485 VkMemoryAllocateInfo alloc = in iterate() local 541 const VkMemoryAllocateInfo alloc = in iterate() local
|
| H A D | vktMemoryPipelineBarrierTests.cpp | 542 const vk::VkMemoryAllocateInfo alloc = in allocMemory() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderApiTests.cpp | 353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument 387 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 141 ConditionBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, uint32_t condValue, bool bindWithOffset, bool condWithOffset) in ConditionBuffer() argument 224 std::unique_ptr<BufferWithMemory> makeIndirectBuffer (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc, const T& data) in makeIndirectBuffer() argument 240 void ConditionalRenderingInstance::initIndirectBuffers (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc) in initIndirectBuffers() argument 356 auto& alloc = m_context.getDefaultAllocator(); in iterate() local [all...] |
| H A D | vktMeshShaderSmokeTests.cpp | 382 auto& alloc = m_context.getDefaultAllocator(); in iterate() local 928 auto& alloc = context.getDefaultAllocator(); in testFullscreenGradient() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 189 UserValue(const DILocalVariable *var, const DIExpression *expr, DebugLoc L, LocMap::Allocator &alloc) UserValue() argument
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkBlurImageFilter.cpp | 217 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() argument 249 static GaussPass* Make(int window, void* buffers, SkArenaAlloc* alloc) { in Make() argument 473 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() argument 509 Make(int window, void* buffers, SkArenaAlloc* alloc) Make() argument 762 SkSTArenaAlloc<1024> alloc; cpu_blur() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | tjunittest.c | 95 static int doYUV = 0, alloc = 0, pad = 4; variable [all...] |
| /third_party/skia/tests/ |
| H A D | VkHardwareBufferTest.cpp | 787 GrVkAlloc alloc; in importHardwareBuffer() local
|
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkGradientShader.cpp | 280 SkArenaAlloc* alloc = rec.fAlloc; in onAppendStages() local [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkJSON.cpp | 83 static void* MakeVector(const void* src, size_t size, SkArenaAlloc& alloc) { in MakeVector() argument 94 ArrayValue::ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc) { in ArrayValue() argument 119 FastString(const char* src, size_t size, const char* eos, SkArenaAlloc& alloc) { in FastString() argument 142 void initLongString(const char* src, size_t size, SkArenaAlloc& alloc) { in initLongString() argument 187 StringValue::StringValue(const char* src, size_t size, SkArenaAlloc& alloc) { in StringValue() argument 191 ObjectValue(const Member* src, size_t size, SkArenaAlloc& alloc) ObjectValue() argument 296 DOMParser(SkArenaAlloc& alloc) DOMParser() argument [all...] |
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | Tests.cpp | 259 D3D12MA::Allocation* alloc = nullptr;
in TestFrameIndexAndJson() local 379 D3D12MA::Allocation* alloc = nullptr;
in TestCustomHeapFlags() local 408 D3D12MA::Allocation* alloc in TestCustomHeapFlags() local 439 D3D12MA::Allocation* alloc = nullptr; TestPlacedResources() local 543 D3D12MA::Allocation* alloc = nullptr; TestOtherComInterface() local 782 D3D12MA::Allocation* alloc = NULL; TestAliasingMemory() local 829 D3D12MA::Allocation* alloc = nullptr; TestMapping() local 908 D3D12MA::Allocation* alloc = nullptr; TestStats() local 979 D3D12MA::Allocation* alloc = nullptr; TestTransfer() local 1067 D3D12MA::Allocation* alloc = nullptr; TestZeroInitialized() local [all...] |
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | mpdecimal.h | 358 mpd_ssize_t alloc; member
|
| /third_party/python/Modules/ |
| H A D | _lzmamodule.c | 108 lzma_allocator alloc; member 116 lzma_allocator alloc; member [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | BinaryWriter.java | 72 private final BufferAllocator alloc; field in BinaryWriter 82 public static BinaryWriter newHeapInstance(BufferAllocator alloc) { in newHeapInstance() argument 90 public static BinaryWriter newHeapInstance(BufferAllocator alloc, int chunkSize) { in newHeapInstance() argument 100 public static BinaryWriter newDirectInstance(BufferAllocator alloc) { in newDirectInstance() argument 108 public static BinaryWriter newDirectInstance(BufferAllocator alloc, int chunkSize) { in newDirectInstance() argument 122 newSafeHeapInstance(BufferAllocator alloc, int chunkSize) newSafeHeapInstance() argument 126 newUnsafeHeapInstance(BufferAllocator alloc, int chunkSize) newUnsafeHeapInstance() argument 133 newSafeDirectInstance(BufferAllocator alloc, int chunkSize) newSafeDirectInstance() argument 137 newUnsafeDirectInstance(BufferAllocator alloc, int chunkSize) newUnsafeDirectInstance() argument 145 BinaryWriter(BufferAllocator alloc, int chunkSize) BinaryWriter() argument 927 SafeHeapWriter(BufferAllocator alloc, int chunkSize) SafeHeapWriter() argument 1456 UnsafeHeapWriter(BufferAllocator alloc, int chunkSize) UnsafeHeapWriter() argument 1991 SafeDirectWriter(BufferAllocator alloc, int chunkSize) SafeDirectWriter() argument 2540 UnsafeDirectWriter(BufferAllocator alloc, int chunkSize) UnsafeDirectWriter() argument [all...] |
| /third_party/protobuf/js/binary/ |
| H A D | decoder.js | |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-virtual-surround-sink.c | 116 static void * alloc(size_t x, size_t s) { in alloc() function [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | inlined_vector.h | 327 explicit Storage(const allocator_type& alloc) in Storage() argument 618 auto* alloc = GetAllocPtr(); variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | flag.h | 718 std::allocator<T> alloc; in FlagOps() local 724 std::allocator<T> alloc; in FlagOps() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineNoPositionTests.cpp | 383 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
| H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 286 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryDirectionTests.cpp | 331 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingDirectionTests.cpp | 412 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|