Searched refs:getSparseQueue (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 335 VkQueue getSparseQueue (void) const; 429 VkQueue DefaultDevice::getSparseQueue (void) const in getSparseQueue() function in vkt::DefaultDevice 577 vk::VkQueue Context::getSparseQueue (void) const { return m_device->getSparseQueue(); … in getSparseQueue() function in vkt::Context
|
D | vktTestCase.hpp | 101 vk::VkQueue getSparseQueue (void) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 411 imageCreateInfo, *bindSemaphore, m_context.getSparseQueue(), in iterate()
|
D | vktImageMismatchedWriteOpTests.cpp | 294 imageCreateInfo, *m_semaphore, m_context.getSparseQueue(), in StorageImage2D()
|
D | vktImageAtomicOperationTests.cpp | 1258 const auto sparseQueue = m_context.getSparseQueue(); in createImageAndView()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 679 vk::VkQueue getSparseQueue (void) const;
|
D | vktShaderRender.cpp | 665 VkQueue ShaderRenderCaseInstance::getSparseQueue (void) const in getSparseQueue() function in vkt::sr::ShaderRenderCaseInstance 667 return m_context.getSparseQueue(); in getSparseQueue() 1255 const VkQueue sparseQueue = getSparseQueue(); in uploadSparseImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 447 …or(), m_allocations, context.getUniversalQueueFamilyIndex(), context.getSparseQueue(), context.get… in SparseRenderTargetTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 323 const VkQueue queue = m_context.getSparseQueue(); in bufferCreateAndAllocTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 418 m_context.getSparseQueue(), in updateTextureData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 2416 const auto queue = m_context.getSparseQueue(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 3343 ….getInstanceInterface(), colorImageParams, *m_bindSemaphore, context.getSparseQueue(), memAlloc, m… in initialize()
|