/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalRenderingTestUtil.cpp | 73 … (computeQueue ? context.getComputeQueueFamilyIndex() : context.getUniversalQueueFamilyIndex()); in createConditionalRenderingBuffer()
|
D | vktConditionalDispatchTests.cpp | 194 …(m_testSpec.computeQueue ? m_context.getComputeQueueFamilyIndex() : m_context.getUniversalQueueFam… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 145 int getComputeQueueFamilyIndex(void) const;
|
D | vktTestCase.cpp | 599 int getComputeQueueFamilyIndex(void) const in getComputeQueueFamilyIndex() function in vkt::DefaultDevice 1106 int Context::getComputeQueueFamilyIndex(void) const in getComputeQueueFamilyIndex() function in vkt::Context 1108 return m_device->getComputeQueueFamilyIndex(); in getComputeQueueFamilyIndex()
|
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/ |
D | vktDGCComputeConditionalTestsExt.cpp | 162 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in conditionalDispatchRun() 462 compQueueIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in conditionalPreprocessRun()
|
D | vktDGCComputeMiscTestsExt.cpp | 115 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qf… in twoCmdBuffersRun() 312 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in manyExecutesRun() 509 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in manySequencesRun() 844 CommandPoolWithBuffer cmd(ctx.vkd, ctx.device, m_context.getComputeQueueFamilyIndex()); in iterate() 1126 …const auto qfIndex = (m_params.useComputeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfIn… in iterate() 1400 …const auto qfIndex = (m_params.useComputeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfIn… in iterate() 1811 …const auto qfIndex = (m_params.useComputeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfIn… in iterate()
|
D | vktDGCComputeSubgroupTestsExt.cpp | 184 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx… in verifyBuiltins()
|
D | vktDGCComputeSubgroupTests.cpp | 181 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx… in verifyBuiltins()
|
D | vktDGCComputeConditionalTests.cpp | 177 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in conditionalDispatchRun() 553 compQueueIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in conditionalPreprocessRun()
|
D | vktDGCComputeMiscTests.cpp | 104 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in manyExecutesRun() 668 CommandPoolWithBuffer cmd(ctx.vkd, ctx.device, m_context.getComputeQueueFamilyIndex()); in iterate()
|
D | vktDGCComputeSmokeTests.cpp | 200 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfInd… in iterate()
|
D | vktDGCComputePreprocessTests.cpp | 335 const auto qfIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in parallelPreprocessRun()
|
D | vktDGCComputeSmokeTestsExt.cpp | 213 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfInd… in iterate()
|
D | vktDGCComputePreprocessTestsExt.cpp | 329 const auto qfIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in parallelPreprocessRun()
|
D | vktDGCComputeLayoutTests.cpp | 548 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qf… in iterate()
|
D | vktDGCComputeLayoutTestsExt.cpp | 684 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qf… in iterate()
|
D | vktDGCRayTracingTestsExt.cpp | 993 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfIndex… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 5465 const auto qfIndex = context.getComputeQueueFamilyIndex(); in manyIndirectDispatchesTest() 5644 const auto qfIndex = m_context.getComputeQueueFamilyIndex(); in iterate()
|
D | vktApiCopiesAndBlittingTests.cpp | 615 familyIndex = m_context.getComputeQueueFamilyIndex(); in activeQueueFamilyIndex() 653 queueFamilyIdx = context.getComputeQueueFamilyIndex(); in CopiesAndBlittingTestInstance() 7993 if (context.getComputeQueueFamilyIndex() == -1) in checkSupport()
|