/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 51 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()
|
D | vktApiCommandBuffersTests.cpp | 88 , 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 …]
|
D | vktApiBufferTests.cpp | 130 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()
|
D | vktApiBufferViewCreateTests.cpp | 137 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() 207 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
|
D | vktApiGranularityTests.cpp | 162 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initImages() 242 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initRenderPass()
|
D | vktApiNullHandleTests.cpp | 191 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 85 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()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 81 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()
|
D | vktSynchronizationBasicFenceTests.cpp | 48 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneFenceCase() 106 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceCase()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 51 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneQueueCase()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 262 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
|
D | vktTestCase.hpp | 73 deUint32 getUniversalQueueFamilyIndex (void) const;
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 786 …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()
|
D | vktYCbCrFormatTests.cpp | 377 context.getUniversalQueueFamilyIndex(), in testFormat() 389 context.getUniversalQueueFamilyIndex(), in testFormat()
|
D | vktYCbCrViewTests.cpp | 606 context.getUniversalQueueFamilyIndex(), in testPlaneView() 615 context.getUniversalQueueFamilyIndex(), in testPlaneView()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 344 … 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/ |
D | vktComputeBasicComputeShaderTests.cpp | 192 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/ |
D | vktDrawBaseClass.cpp | 45 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()
|
D | vktBasicDrawTests.cpp | 320 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/ |
D | vktShaderRender.cpp | 695 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/ |
D | vktGeometryBasicClass.cpp | 70 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 441 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()
|
D | vktPipelinePushConstantTests.cpp | 606 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PushConstantGraphicsTestInstance() 1288 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage() 1397 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in PushConstantComputeTestInstance()
|
D | vktPipelineStencilTests.cpp | 321 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in StencilTestInstance() 966 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 49 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize()
|