Home
last modified time | relevance | path

Searched refs:getComputeQueueFamilyIndex (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalRenderingTestUtil.cpp73 … (computeQueue ? context.getComputeQueueFamilyIndex() : context.getUniversalQueueFamilyIndex()); in createConditionalRenderingBuffer()
DvktConditionalDispatchTests.cpp194 …(m_testSpec.computeQueue ? m_context.getComputeQueueFamilyIndex() : m_context.getUniversalQueueFam… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp145 int getComputeQueueFamilyIndex(void) const;
DvktTestCase.cpp599 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/
DvktDGCComputeConditionalTestsExt.cpp162 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in conditionalDispatchRun()
462 compQueueIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in conditionalPreprocessRun()
DvktDGCComputeMiscTestsExt.cpp115 …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()
DvktDGCComputeSubgroupTestsExt.cpp184 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx… in verifyBuiltins()
DvktDGCComputeSubgroupTests.cpp181 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx… in verifyBuiltins()
DvktDGCComputeConditionalTests.cpp177 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in conditionalDispatchRun()
553 compQueueIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in conditionalPreprocessRun()
DvktDGCComputeMiscTests.cpp104 …const auto qfIndex = (params.computeQueue ? context.getComputeQueueFamilyIndex() : ctx.qfIndex); in manyExecutesRun()
668 CommandPoolWithBuffer cmd(ctx.vkd, ctx.device, m_context.getComputeQueueFamilyIndex()); in iterate()
DvktDGCComputeSmokeTests.cpp200 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfInd… in iterate()
DvktDGCComputePreprocessTests.cpp335 const auto qfIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in parallelPreprocessRun()
DvktDGCComputeSmokeTestsExt.cpp213 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfInd… in iterate()
DvktDGCComputePreprocessTestsExt.cpp329 const auto qfIndex = static_cast<uint32_t>(context.getComputeQueueFamilyIndex()); in parallelPreprocessRun()
DvktDGCComputeLayoutTests.cpp548 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qf… in iterate()
DvktDGCComputeLayoutTestsExt.cpp684 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qf… in iterate()
DvktDGCRayTracingTestsExt.cpp993 …const auto qfIndex = (m_params.computeQueue ? m_context.getComputeQueueFamilyIndex() : ctx.qfIndex… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp5465 const auto qfIndex = context.getComputeQueueFamilyIndex(); in manyIndirectDispatchesTest()
5644 const auto qfIndex = m_context.getComputeQueueFamilyIndex(); in iterate()
DvktApiCopiesAndBlittingTests.cpp615 familyIndex = m_context.getComputeQueueFamilyIndex(); in activeQueueFamilyIndex()
653 queueFamilyIdx = context.getComputeQueueFamilyIndex(); in CopiesAndBlittingTestInstance()
7993 if (context.getComputeQueueFamilyIndex() == -1) in checkSupport()