Home
last modified time | relevance | path

Searched defs:alloc (Results 401 - 425 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp719 AllocationMp alloc; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp171 Allocator& alloc = m_device.getAllocator(); in createImage() local
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp376 const Allocation& alloc = resultBuffer.getAllocation(); in executeComputePipeline() local
464 const Allocation& alloc = resultBuffer.getAllocation(); in executeGraphicPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp158 const Allocation& alloc = vertexBuffer.getAllocation(); in runTest() local
234 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in runTest() local
H A DvktTessellationUserDefinedIO.cpp789 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
802 const Allocation& alloc = resultBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp387 MovePtr<Allocation> alloc; member
413 MovePtr<Allocation> alloc; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp337 const vk::Allocation& alloc = indirectBuffer.getAllocation(); in fillIndirectBufferData() local
415 const vk::Allocation& alloc = resultBuffer.getAllocation(); in iterate() local
521 const vk::Allocation& alloc = resultBuffer.getAllocation(); in verifyResultBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp549 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate() local
673 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate() local
H A DvktDrawInvertedDepthRangesTests.cpp143 auto& alloc = m_context.getDefaultAllocator(); in InvertedDepthRangesTestInstance() local
525 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktDrawShaderLayerTests.cpp895 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local
914 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local
955 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local
974 const Allocation alloc in testTessellationShader() local
[all...]
H A DvktDrawShaderViewportIndexTests.cpp956 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local
975 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local
1017 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local
1036 const Allocation alloc in testTessellationShader() local
[all...]
/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...]
/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

Completed in 50 milliseconds

1...<<11121314151617181920>>...27