/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 92 const VkPipelineCreateFlags pipelineCreateFlags) in makeGraphicsPipeline() argument 143 …reateInfo ? dynamicStateCreateInfo : dynamicStateCreateInfoDefaultPtr, pNext, pipelineCreateFlags); in makeGraphicsPipeline() 162 const VkPipelineCreateFlags pipelineCreateFlags) in makeGraphicsPipeline() argument 337 …pipelineCreateFlags, // 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 497 …pipelineCreateFlags, // VkPipelineCreateFlags … in makeGraphicsPipeline()
|
H A D | vkObjUtil.hpp | 65 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 D | vkComputePipelineConstructionUtil.cpp | 160 void ComputePipelineWrapper::setPipelineCreateFlags(VkPipelineCreateFlags pipelineCreateFlags) in setPipelineCreateFlags() argument 162 m_pipelineCreateFlags = pipelineCreateFlags; in setPipelineCreateFlags()
|
H A D | vkComputePipelineConstructionUtil.hpp | 84 void setPipelineCreateFlags(VkPipelineCreateFlags pipelineCreateFlags);
|
H A D | vkRayTracingUtil.cpp | 3989 void RayTracingPipeline::setCreateFlags(const VkPipelineCreateFlags &pipelineCreateFlags) in setCreateFlags() argument 3991 m_pipelineCreateFlags = pipelineCreateFlags; in setCreateFlags()
|
H A D | vkPipelineConstructionUtil.cpp | 1952 …, const PipelineConstructionType constructionType, const VkPipelineCreateFlags pipelineCreateFlags) in InternalData() 1959 , pipelineFlags (pipelineCreateFlags) in InternalData()
|
H A D | vkRayTracingUtil.hpp | 1138 void setCreateFlags(const VkPipelineCreateFlags &pipelineCreateFlags);
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.hpp | 80 , pipelineCreateFlags(pipelineCreateFlags_) in ImageSamplingInstanceParams() 100 const vk::VkPipelineCreateFlags pipelineCreateFlags; member
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 855 … 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 D | vktPipelineLibraryTests.cpp | 866 … const VkPipelineCreateFlags pipelineCreateFlags = calcPipelineCreateFlags(optimize, buildLibrary); in runTest() local 894 …ineCreateInfo graphicsPipelineCreateInfo(pipelineLayout, renderPassHandle, 0, pipelineCreateFlags); in runTest()
|
H A D | vktPipelineImageSamplingInstance.cpp | 372 params.pipelineCreateFlags) in ImageSamplingInstance()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 131 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 D | vktFragmentShadingRateBasic.cpp | 3395 VkPipelineCreateFlags pipelineCreateFlags = (VkPipelineCreateFlags)0; in drawCommands() local 3399 … pipelineCreateFlags |= 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 D | vktSubgroupsTestsUtils.cpp | 3869 … 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 3973 … pipelineCreateFlags, shaderStageParams, renderPass, viewports, scissors); in makeMeshPipeline()
|