Home
last modified time | relevance | path

Searched refs:qfIndex (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSlicedViewOf3DTests.cpp603 const auto qfIndex = m_context.getUniversalQueueFamilyIndex(); in runSamplingPipeline() local
612 const auto cmdPool = makeCommandPool(vkd, device, qfIndex); in runSamplingPipeline()
727 const auto qfIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
744 const auto cmdPool = makeCommandPool(vkd, device, qfIndex); in iterate()
836 const auto qfIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
853 const auto cmdPool = makeCommandPool(vkd, device, qfIndex); in iterate()
H A DvktPipelineExtendedDynamicStateMiscTests.cpp340 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in sampleShadingWithDynamicSampleCount()
H A DvktPipelineInputAttributeOffsetTests.cpp433 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
H A DvktPipelineMultisampleTests.cpp4795 const CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex);
4814 return readColorAttachment(ctx.vkd, ctx.device, ctx.queue, ctx.qfIndex, ctx.allocator, secondResolveBuffer.getImage(), m_colorFormat, renderSize);
5970 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex);
5997 const auto colorLevel = readColorAttachment(ctx.vkd, ctx.device, ctx.queue, ctx.qfIndex, ctx.allocator, colorResolveAttachment.get(), colorFormat, renderSize);
5998 const auto depthLevel = readDepthAttachment(ctx.vkd, ctx.device, ctx.queue, ctx.qfIndex, ctx.allocator, dsResolveAttachment.get(), dsFormat, renderSize);
5999 const auto stencilLevel = readStencilAttachment(ctx.vkd, ctx.device, ctx.queue, ctx.qfIndex, ctx.allocator, dsResolveAttachment.get(), dsFormat, renderSize, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL);
H A DvktPipelineSamplerTests.cpp2172 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
H A DvktPipelineLibraryTests.cpp2649 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp66 deUint32 qfIndex; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp61 deUint32 qfIndex; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp168 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in testInvocations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp414 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in testEnableDisable()
605 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in testNoFrag()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp355 const auto commandPool = createCommandPool(ctx.vkd, ctx.device, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, ctx.qfIndex); in iterate()
H A DvktDrawNegativeViewportHeightTests.cpp873 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp512 CommandPoolWithBuffer cmd(ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
H A DvktRasterizationTests.cpp7497 const auto qfIndex = m_context.getUniversalQueueFamilyIndex();
7679 const auto cmdPool = makeCommandPool(vkd, device, qfIndex);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3390 const auto qfIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local
3401 vkd.getDeviceQueue(device, qfIndex, 0u, &queue); in iterate()
3492 const CommandPoolWithBuffer cmd (vkd, device, qfIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp654 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp909 const auto cmdPool = makeCommandPool(ctx.vkd, ctx.device, ctx.qfIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp1032 const Unique<VkCommandPool> cmdPool(makeCommandPool(vkd, data.device, data.qfIndex));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp973 const Unique<VkCommandPool> cmdPool(makeCommandPool(vkd, data.device, data.qfIndex));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp3091 CommandPoolWithBuffer cmd (ctx.vkd, ctx.device, ctx.qfIndex); in iterate()

Completed in 62 milliseconds