Home
last modified time | relevance | path

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

123456789

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
85 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
115 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage()
159 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage()
DvktApiCommandBuffersTests.cpp96 , m_queueFamilyIndex (context.getUniversalQueueFamilyIndex()) in CommandBufferBareTestEnvironment()
348 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest()
359 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest()
379 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest()
398 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest()
417 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest()
438 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolNoFlagsTest()
482 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReuseTest()
533 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocatePrimaryBufferTest()
563 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateManyPrimaryBuffersTest()
[all …]
DvktApiDescriptorSetTests.cpp81 …2 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeGraphicsTest()
257 deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeComputeTest()
369 deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutBindingOrderingTest()
DvktApiBufferViewCreateTests.cpp151 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
216 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
DvktApiGetMemoryCommitment.cpp119 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
454 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in createCommandPool()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
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()
DvktSynchronizationBasicEventTests.cpp93 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in deviceResetSetEventCase()
166 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in singleSubmissionCase()
210 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in multiSubmissionCase()
274 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in secondaryCommandBufferCase()
DvktSynchronizationOperationSingleQueueTests.cpp88 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
173 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
257 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
406 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
535 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp229 const CmdPoolCreateInfo cmdPoolCreateInfo = m_context.getUniversalQueueFamilyIndex(); in setupCounters()
253 const CmdPoolCreateInfo cmdPoolCreateInfo = m_context.getUniversalQueueFamilyIndex(); in createQueryPool()
441 m_context.getUniversalQueueFamilyIndex()); in initStateObjects()
571 const CmdPoolCreateInfo cmdPoolCreateInfo = m_context.getUniversalQueueFamilyIndex(); in iterate()
706 const CmdPoolCreateInfo cmdPoolCreateInfo = m_context.getUniversalQueueFamilyIndex(); in iterate()
856 const CmdPoolCreateInfo cmdPoolCreateInfo(m_context.getUniversalQueueFamilyIndex()); in initStateObjects()
970 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
1078 const CmdPoolCreateInfo cmdPoolCreateInfo(m_context.getUniversalQueueFamilyIndex()); in iterate()
DvktQueryPoolConcurrentTests.cpp111 …, colorImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in StateObjects()
119 …, depthImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in StateObjects()
291 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PrimaryCommandBufferConcurrentTestInstance()
349 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
560 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in SecondaryCommandBufferConcurrentTestInstance()
636 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp61 context.getUniversalQueueFamilyIndex(), // deUint32 queueFamilyIndex; in createPostmortemDevice()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp442 context.getUniversalQueueFamilyIndex(), in testFormat()
454 context.getUniversalQueueFamilyIndex(), in testFormat()
472 context.getUniversalQueueFamilyIndex(), in testFormat()
485 context.getUniversalQueueFamilyIndex(), in testFormat()
DvktYCbCrCopyTests.cpp623 …uploadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *s… in imageCopyTest()
625 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *srcImage, srcImageMemory, sr… in imageCopyTest()
628 …uploadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *d… in imageCopyTest()
630 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, ds… in imageCopyTest()
633 const deUint32 queueFamilyNdx (context.getUniversalQueueFamilyIndex()); in imageCopyTest()
676 …downloadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), … in imageCopyTest()
678 …readImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, &r… in imageCopyTest()
/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()
DvktDrawExplicitVertexParameterTests.cpp319 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
345 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in iterate()
351 …eTargetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in iterate()
DvktDrawDifferingInterpolationTests.cpp172 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate()
188 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in iterate()
DvktDrawDepthClampTests.cpp217 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in DepthClampTestInstance()
332 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in draw()
DvktDrawMultipleInterpolationTests.cpp277 const CmdPoolCreateInfo cmdPoolCreateInfo = m_context.getUniversalQueueFamilyIndex(); in render()
304 m_context.getUniversalQueueFamilyIndex()); in render()
319 m_context.getUniversalQueueFamilyIndex())); in render()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp77 context.getUniversalQueueFamilyIndex(), // deUint32 queueFamilyIndex; in createRobustBufferAccessDevice()
282 context.getUniversalQueueFamilyIndex() // deUint32 queueFamilyIndex; in TestEnvironment()
323 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in GraphicsEnvironment()
/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()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp107 context.getUniversalQueueFamilyIndex(), // deUint32 queueFamilyIndex; in getDevice()
455 …const VkQueue queue = getDeviceQueue(vk, device, m_context.getUniversalQueueFamilyIndex(),… in iterate()
456 …dPool> cmdPool = createCommandPool(vk, device, 0, m_context.getUniversalQueueFamilyIndex()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp93 deUint32 getUniversalQueueFamilyIndex (void) const;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp251 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in LogicOpTestInstance()
434 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp335 …const deUint32 queueFamilyIndices[] = {m_context.getUniversalQueueFamilyIndex(), m_context.… in updateTextureData()
352 …const VkSharingMode sharingMode = (sparse && m_context.getUniversalQueueFamilyIndex() != … in updateTextureData()
416 m_context.getUniversalQueueFamilyIndex(), in updateTextureData()
431 m_context.getUniversalQueueFamilyIndex(), in updateTextureData()
497 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in TextureRenderer()
1009 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in renderQuad()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp644 deUint32 ShaderRenderCaseInstance::getUniversalQueueFamilyIndex (void) const in getUniversalQueueFamilyIndex() function in vkt::sr::ShaderRenderCaseInstance
646 return m_context.getUniversalQueueFamilyIndex(); in getUniversalQueueFamilyIndex()
731 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in setupUniformData()
801 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in addAttribute()
980 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in uploadImage()
1082 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in clearImage()
1246 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in uploadSparseImage()
1563 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in createSamplerUniform()
1789 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in render()

123456789