Home
last modified time | relevance | path

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

1234

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
89 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
118 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage()
164 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestImage()
DvktApiCommandBuffersTests.cpp88 , m_queueFamilyIndex (context.getUniversalQueueFamilyIndex()) in CommandBufferBareTestEnvironment()
486 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNullParamsTest()
497 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolNonNullAllocatorTest()
517 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolTransientBitTest()
536 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createPoolResetBitTest()
555 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReleaseResourcesBitTest()
576 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolNoFlagsTest()
646 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in resetPoolReuseTest()
697 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocatePrimaryBufferTest()
727 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in allocateManyPrimaryBuffersTest()
[all …]
DvktApiBufferTests.cpp130 deUint32 getUniversalQueueFamilyIndex (void) const in getUniversalQueueFamilyIndex() function in vkt::api::__anon02da80430111::BufferTestInstance
136 return m_context.getUniversalQueueFamilyIndex(); in getUniversalQueueFamilyIndex()
302 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in bufferCreateAndAllocTest()
512 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in bufferCreateAndAllocTest()
DvktApiBufferViewCreateTests.cpp137 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
207 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
DvktApiGranularityTests.cpp162 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initImages()
242 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initRenderPass()
DvktApiNullHandleTests.cpp191 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in test()
/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()
DvktSynchronizationOperationSingleQueueTests.cpp81 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
136 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
191 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
273 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
DvktSynchronizationBasicFenceTests.cpp48 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneFenceCase()
106 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceCase()
DvktSynchronizationBasicSemaphoreTests.cpp51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneQueueCase()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp262 deUint32 getUniversalQueueFamilyIndex (void) const { return m_universalQueueFamilyIndex; } in getUniversalQueueFamilyIndex() function in vkt::DefaultDevice
353 deUint32 Context::getUniversalQueueFamilyIndex (void) const { return m_device->getUniversalQ… in getUniversalQueueFamilyIndex() function in vkt::Context
DvktTestCase.hpp73 deUint32 getUniversalQueueFamilyIndex (void) const;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp786 …uploadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *s… in imageCopyTest()
788 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *srcImage, srcImageMemory, sr… in imageCopyTest()
791 …uploadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *d… in imageCopyTest()
793 …fillImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, ds… in imageCopyTest()
796 const deUint32 queueFamilyNdx (context.getUniversalQueueFamilyIndex()); in imageCopyTest()
837 …downloadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), … in imageCopyTest()
839 …readImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, &r… in imageCopyTest()
DvktYCbCrFormatTests.cpp377 context.getUniversalQueueFamilyIndex(), in testFormat()
389 context.getUniversalQueueFamilyIndex(), in testFormat()
DvktYCbCrViewTests.cpp606 context.getUniversalQueueFamilyIndex(), in testPlaneView()
615 context.getUniversalQueueFamilyIndex(), in testPlaneView()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp344 … vkDevice (createDeviceWithExtensions(m_context, m_context.getUniversalQueueFamilyIndex(), m_co… in iterate()
350 … queue (getDeviceQueue(vkDeviceInterface, device, m_context.getUniversalQueueFamilyIndex(), 0)); in iterate()
412 …mandPool> cmdPool (createCommandPool(vkdi, device, m_context.getUniversalQueueFamilyIndex())); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp192 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
363 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
536 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
701 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
911 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
1202 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
1403 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
1605 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
1791 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
2001 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp45 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()
DvktBasicDrawTests.cpp320 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()
743 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
873 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
1036 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp695 deUint32 ShaderRenderCaseInstance::getUniversalQueueFamilyIndex (void) const in getUniversalQueueFamilyIndex() function in vkt::sr::ShaderRenderCaseInstance
700 return m_context.getUniversalQueueFamilyIndex(); in getUniversalQueueFamilyIndex()
783 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in setupUniformData()
853 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in addAttribute()
1032 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in uploadImage()
1225 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in clearImage()
1409 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in uploadSparseImage()
2051 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in createSamplerUniform()
2266 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex(); in render()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp70 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp441 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createBufferAndBindMemory()
473 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createImage2DAndBindMemory()
550 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in CacheTestInstance()
1132 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyTestResult()
DvktPipelinePushConstantTests.cpp606 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PushConstantGraphicsTestInstance()
1288 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage()
1397 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PushConstantComputeTestInstance()
DvktPipelineStencilTests.cpp321 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in StencilTestInstance()
966 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp49 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()

1234