Home
last modified time | relevance | path

Searched defs:alloc (Results 376 - 400 of 657) sorted by relevance

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp344 const vk::Allocation& alloc = indirectBuffer.getAllocation(); in fillIndirectBufferData() local
422 const vk::Allocation& alloc = resultBuffer.getAllocation(); in iterate() local
525 const vk::Allocation& alloc = resultBuffer.getAllocation(); in verifyResultBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/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.cpp906 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local
925 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local
966 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local
985 const Allocation alloc in testTessellationShader() local
[all...]
H A DvktDrawShaderViewportIndexTests.cpp960 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local
979 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local
1021 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local
1040 const Allocation alloc in testTessellationShader() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp384 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/vulkan/memory/
H A DvktMemoryAllocationTests.cpp485 VkMemoryAllocateInfo alloc = in iterate() local
545 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/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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp403 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp286 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp331 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayQueryPositionFetchTests.cpp405 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp412 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayTracingNonUniformArgsTests.cpp248 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayTracingOpacityMicromapTests.cpp326 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp179 const Allocation alloc = m_imageBuffer->getBoundMemory(); in DynamicRenderingTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp182 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
637 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktShaderObjectRenderingTests.cpp330 auto& alloc = m_context.getDefaultAllocator(); in createDummyImage() local
557 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp601 auto& alloc = inputBuffer->getAllocation(); in iterate() local
792 auto& alloc = outputBuffer->getAllocation(); in iterate() local
/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

Completed in 44 milliseconds

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