/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 51 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()
|
D | vktApiCommandBuffersTests.cpp | 96 , 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 …]
|
D | vktApiDescriptorSetTests.cpp | 81 …2 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeGraphicsTest() 257 deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutLifetimeComputeTest() 369 deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in descriptorSetLayoutBindingOrderingTest()
|
D | vktApiBufferViewCreateTests.cpp | 151 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer() 216 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in createTestBuffer()
|
D | vktApiGetMemoryCommitment.cpp | 119 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() 454 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in createCommandPool()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicFenceTests.cpp | 49 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicOneFenceCase() 115 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceCase() 217 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex(); in basicMultiFenceWaitAllFalseCase()
|
D | vktSynchronizationBasicEventTests.cpp | 93 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()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 88 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/ |
D | vktQueryPoolPerformanceTests.cpp | 229 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()
|
D | vktQueryPoolConcurrentTests.cpp | 111 …, 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/ |
D | vktPostmortemUtil.cpp | 61 context.getUniversalQueueFamilyIndex(), // deUint32 queueFamilyIndex; in createPostmortemDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFormatTests.cpp | 442 context.getUniversalQueueFamilyIndex(), in testFormat() 454 context.getUniversalQueueFamilyIndex(), in testFormat() 472 context.getUniversalQueueFamilyIndex(), in testFormat() 485 context.getUniversalQueueFamilyIndex(), in testFormat()
|
D | vktYCbCrCopyTests.cpp | 623 …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/ |
D | vktDrawBaseClass.cpp | 47 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in initialize() 56 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in initialize()
|
D | vktDrawExplicitVertexParameterTests.cpp | 319 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()
|
D | vktDrawDifferingInterpolationTests.cpp | 172 const CmdPoolCreateInfo cmdPoolCreateInfo (m_context.getUniversalQueueFamilyIndex()); in iterate() 188 … targetImageCreateInfo, m_context.getDefaultAllocator(), m_context.getUniversalQueueFamilyIndex()); in iterate()
|
D | vktDrawDepthClampTests.cpp | 217 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in DepthClampTestInstance() 332 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in draw()
|
D | vktDrawMultipleInterpolationTests.cpp | 277 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/ |
D | vktRobustnessUtil.cpp | 77 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/ |
D | vktDynamicStateBaseClass.cpp | 51 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/ |
D | vktFragmentShaderInterlockBasic.cpp | 107 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/ |
D | vktTestCase.hpp | 93 deUint32 getUniversalQueueFamilyIndex (void) const;
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 251 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in LogicOpTestInstance() 434 const deUint32 queueFamilyIndex = m_context.getUniversalQueueFamilyIndex(); in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 335 …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/ |
D | vktShaderRender.cpp | 644 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()
|