Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp128 VkPipelineCreateFlags pipelineCreateFlags; member
309 …const bool pipelineFlagSkipTriangles = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACI… in checkSupport()
310 …const bool pipelineFlagSkipAABSs = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_… in checkSupport()
1574 if (m_data.pipelineCreateFlags != 0) in makePipeline()
1575 rayTracingPipeline->setCreateFlags(m_data.pipelineCreateFlags); in makePipeline()
1881 …const bool pipelineSkipTriangles = (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_S… in expectedIntValuesBuffer()
1882 …const bool pipelineSkipAABBs = (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP… in expectedIntValuesBuffer()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp833 void setCreateFlags (const VkPipelineCreateFlags& pipelineCreateFlags);
DvkRayTracingUtil.cpp2814 void RayTracingPipeline::setCreateFlags (const VkPipelineCreateFlags& pipelineCreateFlags) in setCreateFlags() argument
2816 m_pipelineCreateFlags = pipelineCreateFlags; in setCreateFlags()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3769 const deUint32 pipelineCreateFlags, in makeComputePipeline() argument
3810 pipelineCreateFlags, // VkPipelineCreateFlags flags; in makeComputePipeline()