Home
last modified time | relevance | path

Searched defs:alloc (Results 351 - 375 of 581) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp379 auto& alloc = m_context.getDefaultAllocator(); in iterateAspect() local
H A DvktImageTranscodingSupportTests.cpp402 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 DvktMemoryAllocationTests.cpp485 VkMemoryAllocateInfo alloc = in iterate() local
541 const VkMemoryAllocateInfo alloc = in iterate() local
H A DvktMemoryPipelineBarrierTests.cpp542 const vk::VkMemoryAllocateInfo alloc = in allocMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp353 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 DvktMeshShaderConditionalRenderingTestsEXT.cpp141 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 DvktMeshShaderSmokeTests.cpp382 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 DLiveDebugVariables.cpp189 UserValue(const DILocalVariable *var, const DIExpression *expr, DebugLoc L, LocMap::Allocator &alloc) UserValue() argument
/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp217 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 Dtjunittest.c95 static int doYUV = 0, alloc = 0, pad = 4; variable
[all...]
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp787 GrVkAlloc alloc; in importHardwareBuffer() local
/third_party/skia/src/shaders/gradients/
H A DSkGradientShader.cpp280 SkArenaAlloc* alloc = rec.fAlloc; in onAppendStages() local
[all...]
/third_party/skia/src/utils/
H A DSkJSON.cpp83 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 DTests.cpp259 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 Dmpdecimal.h358 mpd_ssize_t alloc; member
/third_party/python/Modules/
H A D_lzmamodule.c108 lzma_allocator alloc; member
116 lzma_allocator alloc; member
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryWriter.java72 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 Ddecoder.js
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c116 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 Dinlined_vector.h327 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 Dflag.h718 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 DvktPipelineNoPositionTests.cpp383 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp286 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp331 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp412 auto& alloc = m_context.getDefaultAllocator(); in iterate() local

Completed in 43 milliseconds

1...<<11121314151617181920>>...24