Home
last modified time | relevance | path

Searched refs:getUniversalQueueFamilyIndex (Results 1 – 25 of 129) sorted by relevance

123456

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
89 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
119 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage()
167 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage()
DvktApiCommandBuffersTests.cpp91 , m_queueFamilyIndex (context.getUniversalQueueFamilyIndex()) in CommandBufferBareTestEnvironment()
343 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest()
354 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest()
374 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest()
393 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest()
412 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest()
433 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolNoFlagsTest()
477 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReuseTest()
528 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocatePrimaryBufferTest()
558 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateManyPrimaryBuffersTest()
[all …]
DvktApiBufferTests.cpp137 deUint32 getUniversalQueueFamilyIndex (void) const in getUniversalQueueFamilyIndex() function in vkt::api::__anon7ccd0acd0111::BufferTestInstance
143 return m_context.getUniversalQueueFamilyIndex(); in getUniversalQueueFamilyIndex()
327 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in bufferCreateAndAllocTest()
526 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in bufferCreateAndAllocTest()
DvktApiGetMemoryCommitment.cpp104 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
448 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in createCommandPool()
DvktApiBufferViewCreateTests.cpp153 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
218 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
DvktApiPipelineTests.cpp125 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in renderpassLifetimeTest()
503 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in framebufferCompatibleRenderPassTest()
856 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in pipelineLayoutLifetimeGraphicsTest()
1180 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in pipelineLayoutLifetimeComputeTest()
DvktApiGranularityTests.cpp164 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initImages()
244 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp85 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in deviceResetSetEventCase()
130 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in deviceWaitForEventCase()
177 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in singleSubmissionCase()
217 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in multiSubmissionCase()
277 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in secondaryCommandBufferCase()
DvktSynchronizationBasicFenceTests.cpp49 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneFenceCase()
115 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceCase()
217 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceWaitAllFalseCase()
DvktSynchronizationOperationSingleQueueTests.cpp84 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
139 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
194 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
282 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp56 context.getUniversalQueueFamilyIndex(), // deUint32 queueFamilyIndex; in createRobustBufferAccessDevice()
242 context.getUniversalQueueFamilyIndex() // deUint32 queueFamilyIndex; in TestEnvironment()
283 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp47 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()
56 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
DvktDrawDifferingInterpolationTests.cpp172 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
188 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in iterate()
DvktDrawInvertedDepthRangesTests.cpp133 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in InvertedDepthRangesTestInstance()
244 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in draw()
DvktDrawNegativeViewportHeightTests.cpp134 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in NegativeViewportHeightTestInstance()
245 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in draw()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp785 …uploadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *s… in imageCopyTest()
787 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *srcImage, srcImageMemory, sr… in imageCopyTest()
790 …uploadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *d… in imageCopyTest()
792 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, ds… in imageCopyTest()
795 const deUint32 queueFamilyNdx (context.getUniversalQueueFamilyIndex()); in imageCopyTest()
838 …downloadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), … in imageCopyTest()
840 …readImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, &r… in imageCopyTest()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp51 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()
60 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
DvktDynamicStateRSTests.cpp136 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
142 …StencilImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
256 const CmdPoolCreateInfo cmdPoolCreateInfo(m_context.getUniversalQueueFamilyIndex()); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp273 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
760 …, colorImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in creatColorAttachmentAndRenderPass()
768 …, depthImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in creatColorAttachmentAndRenderPass()
952 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
1103 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
1175 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
1323 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
1456 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
1528 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
1674 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in executeTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp491 …deUint32 getUniversalQueueFamilyIndex (void) const { return m_universalQueueFamilyInde… in getUniversalQueueFamilyIndex() function in vkt::DefaultDevice
613 getUniversalQueueFamilyIndex(), in Context()
659 deUint32 Context::getUniversalQueueFamilyIndex (void) const { return m_device->getUniversalQ… in getUniversalQueueFamilyIndex() function in vkt::Context
DvktTestCase.hpp100 deUint32 getUniversalQueueFamilyIndex (void) const;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp79 …dPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, context.getUniversalQueueFamilyIndex())); in testEarlyDestroy()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp322 …const deUint32 queueFamilyIndices[] = {m_context.getUniversalQueueFamilyIndex(), m_context.… in updateTextureData()
339 …const VkSharingMode sharingMode = (sparse && m_context.getUniversalQueueFamilyIndex() != … in updateTextureData()
403 m_context.getUniversalQueueFamilyIndex(), in updateTextureData()
418 m_context.getUniversalQueueFamilyIndex(), in updateTextureData()
479 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in TextureRenderer()
991 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in renderQuad()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp625 deUint32 ShaderRenderCaseInstance::getUniversalQueueFamilyIndex (void) const in getUniversalQueueFamilyIndex() function in vkt::sr::ShaderRenderCaseInstance
627 return m_context.getUniversalQueueFamilyIndex(); in getUniversalQueueFamilyIndex()
712 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in setupUniformData()
782 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in addAttribute()
961 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in uploadImage()
1063 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in clearImage()
1227 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in uploadSparseImage()
1544 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in createSamplerUniform()
1773 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in render()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp325 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in createTargetColorImageAndImageView()
339 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in createTargetDepthImageAndImageView()
685 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
811 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
1133 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()

123456