Home
last modified time | relevance | path

Searched refs:pipelineCreateFlags (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp92 const VkPipelineCreateFlags pipelineCreateFlags) in makeGraphicsPipeline() argument
143 …reateInfo ? dynamicStateCreateInfo : dynamicStateCreateInfoDefaultPtr, pNext, pipelineCreateFlags); in makeGraphicsPipeline()
162 const VkPipelineCreateFlags pipelineCreateFlags) in makeGraphicsPipeline() argument
337pipelineCreateFlags, // VkPipelineCreateFlags … in makeGraphicsPipeline()
385 … const VkPipelineCreateFlags pipelineCreateFlags, const void *pNext) in makeGraphicsPipeline() argument
419 return makeGraphicsPipeline(vk, device, VK_NULL_HANDLE, pipelineLayout, pipelineCreateFlags, in makeGraphicsPipeline()
440 const VkPipelineCreateFlags pipelineCreateFlags, in makeGraphicsPipeline() argument
497pipelineCreateFlags, // VkPipelineCreateFlags … in makeGraphicsPipeline()
DvkObjUtil.hpp66 const VkPipelineCreateFlags pipelineCreateFlags = 0u);
82 const VkPipelineCreateFlags pipelineCreateFlags = 0u);
95 const VkPipelineCreateFlags pipelineCreateFlags = 0u, const void *pNext = nullptr);
100 const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineCreateFlags,
DvkComputePipelineConstructionUtil.cpp160 void ComputePipelineWrapper::setPipelineCreateFlags(VkPipelineCreateFlags pipelineCreateFlags) in setPipelineCreateFlags() argument
162 m_pipelineCreateFlags = pipelineCreateFlags; in setPipelineCreateFlags()
DvkComputePipelineConstructionUtil.hpp84 void setPipelineCreateFlags(VkPipelineCreateFlags pipelineCreateFlags);
DvkRayTracingUtil.cpp3999 void RayTracingPipeline::setCreateFlags(const VkPipelineCreateFlags &pipelineCreateFlags) in setCreateFlags() argument
4001 m_pipelineCreateFlags = pipelineCreateFlags; in setCreateFlags()
DvkRayTracingUtil.hpp1135 void setCreateFlags(const VkPipelineCreateFlags &pipelineCreateFlags);
DvkPipelineConstructionUtil.cpp1969 const VkPipelineCreateFlags pipelineCreateFlags) in InternalData()
1976 , pipelineFlags (pipelineCreateFlags) in InternalData()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp80 , pipelineCreateFlags(pipelineCreateFlags_) in ImageSamplingInstanceParams()
100 const vk::VkPipelineCreateFlags pipelineCreateFlags; member
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp855 … m_graphicsPipeline.setPipelineCreateFlags2(translateCreateFlag(m_params.pipelineCreateFlags)); in setup()
1441 … m_graphicsPipeline.setPipelineCreateFlags2(translateCreateFlag(m_params.pipelineCreateFlags)); in setup()
1859 VkPipelineCreateFlags pipelineCreateFlags = 0u; in getImageSamplingInstanceParams() local
1874 pipelineCreateFlags = getStaticPipelineCreateFlags(imageAspect, m_pipelineStateMode); in getImageSamplingInstanceParams()
1893 … vk::VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT, pipelineCreateFlags); in getImageSamplingInstanceParams()
DvktPipelineImageSamplingInstance.cpp380 params.pipelineCreateFlags) in ImageSamplingInstance()
DvktPipelineLibraryTests.cpp897 … const VkPipelineCreateFlags pipelineCreateFlags = calcPipelineCreateFlags(optimize, buildLibrary); in runTest() local
925 …ineCreateInfo graphicsPipelineCreateInfo(pipelineLayout, renderPassHandle, 0, pipelineCreateFlags); in runTest()
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCGraphicsConditionalTestsExt.cpp200 const auto pipelineCreateFlags = in conditionalDispatchRun() local
206pipelineCreateFlags, // VkPipelineCreateFlags2KHR flags; in conditionalDispatchRun()
DvktDGCGraphicsMeshConditionalTestsExt.cpp349 const auto pipelineCreateFlags = in conditionalDispatchRun() local
355pipelineCreateFlags, // VkPipelineCreateFlags2KHR flags; in conditionalDispatchRun()
DvktDGCComputeMiscTestsExt.cpp2049 const auto pipelineCreateFlags = VK_PIPELINE_CREATE_2_DESCRIPTOR_BUFFER_BIT_EXT; in iterate() local
2061 … dgcPipelines.emplace_back(new DGCComputePipelineExt(ctx.vkd, ctx.device, pipelineCreateFlags, in iterate()
2080 const auto pipelineCreateFlags = VK_PIPELINE_CREATE_DESCRIPTOR_BUFFER_BIT_EXT; in iterate() local
2081 …lPipeline = makeComputePipeline(ctx.vkd, ctx.device, *pipelineLayout, pipelineCreateFlags, nullptr, in iterate()
DvktDGCGraphicsDrawCountTestsExt.cpp1101 const VkPipelineCreateFlags2CreateInfoKHR pipelineCreateFlags = { in testDrawCountRun() local
1107 const void *pNext = (params.useExecutionSet ? &pipelineCreateFlags : nullptr); in testDrawCountRun()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp131 VkPipelineCreateFlags pipelineCreateFlags; member
317 ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0); in checkSupport()
319 ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0); in checkSupport()
1696 if (m_data.pipelineCreateFlags != 0) in makePipeline()
1698 rayTracingPipeline->setCreateFlags(m_data.pipelineCreateFlags); in makePipeline()
1700 rayTracingPipeline->setCreateFlags2(translateCreateFlag(m_data.pipelineCreateFlags)); in makePipeline()
2051 … (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0; in expectedIntValuesBuffer()
2053 … (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0; in expectedIntValuesBuffer()
2834 ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0); in checkSupport()
2836 ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0); in checkSupport()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp3391 VkPipelineCreateFlags pipelineCreateFlags = (VkPipelineCreateFlags)0; in drawCommands() local
3395pipelineCreateFlags |= VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR; in drawCommands()
3423 m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands()
3489 … m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3867 … const uint32_t pipelineCreateFlags, VkPipeline basePipelineHandle, in makeComputePipeline() argument
3898 pipelineCreateFlags, // VkPipelineCreateFlags flags; in makeComputePipeline()
3918 … const uint32_t pipelineShaderStageFlags, const uint32_t pipelineCreateFlags, in makeMeshPipeline() argument
3972pipelineCreateFlags, shaderStageParams, renderPass, viewports, scissors); in makeMeshPipeline()