Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A 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, DE_NULL, pipelineLayout, pipelineCreateFlags, pipelineShad… in makeGraphicsPipeline()
440 const VkPipelineCreateFlags pipelineCreateFlags, in makeGraphicsPipeline() argument
497pipelineCreateFlags, // VkPipelineCreateFlags … in makeGraphicsPipeline()
H A DvkObjUtil.hpp65 const VkPipelineCreateFlags pipelineCreateFlags = 0u);
81 const VkPipelineCreateFlags pipelineCreateFlags = 0u);
94 const VkPipelineCreateFlags pipelineCreateFlags = 0u, const void *pNext = nullptr);
99 const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineCreateFlags,
H A DvkComputePipelineConstructionUtil.cpp160 void ComputePipelineWrapper::setPipelineCreateFlags(VkPipelineCreateFlags pipelineCreateFlags) in setPipelineCreateFlags() argument
162 m_pipelineCreateFlags = pipelineCreateFlags; in setPipelineCreateFlags()
H A DvkComputePipelineConstructionUtil.hpp84 void setPipelineCreateFlags(VkPipelineCreateFlags pipelineCreateFlags);
H A DvkRayTracingUtil.cpp3989 void RayTracingPipeline::setCreateFlags(const VkPipelineCreateFlags &pipelineCreateFlags) in setCreateFlags() argument
3991 m_pipelineCreateFlags = pipelineCreateFlags; in setCreateFlags()
H A DvkPipelineConstructionUtil.cpp1952 …, const PipelineConstructionType constructionType, const VkPipelineCreateFlags pipelineCreateFlags) in InternalData()
1959 , pipelineFlags (pipelineCreateFlags) in InternalData()
H A DvkRayTracingUtil.hpp1138 void setCreateFlags(const VkPipelineCreateFlags &pipelineCreateFlags);
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.hpp80 , pipelineCreateFlags(pipelineCreateFlags_) in ImageSamplingInstanceParams()
100 const vk::VkPipelineCreateFlags pipelineCreateFlags; member
H A 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()
H A DvktPipelineLibraryTests.cpp866 … const VkPipelineCreateFlags pipelineCreateFlags = calcPipelineCreateFlags(optimize, buildLibrary); in runTest() local
894 …ineCreateInfo graphicsPipelineCreateInfo(pipelineLayout, renderPassHandle, 0, pipelineCreateFlags); in runTest()
H A DvktPipelineImageSamplingInstance.cpp372 params.pipelineCreateFlags) in ImageSamplingInstance()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A 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 …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp3395 VkPipelineCreateFlags pipelineCreateFlags = (VkPipelineCreateFlags)0; in drawCommands() local
3399pipelineCreateFlags |= VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR; in drawCommands()
3427 m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands()
3493 … m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3869 … const uint32_t pipelineCreateFlags, VkPipeline basePipelineHandle, in makeComputePipeline() argument
3900 pipelineCreateFlags, // VkPipelineCreateFlags flags; in makeComputePipeline()
3919 … const uint32_t pipelineShaderStageFlags, const uint32_t pipelineCreateFlags, in makeMeshPipeline() argument
3973pipelineCreateFlags, shaderStageParams, renderPass, viewports, scissors); in makeMeshPipeline()