/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 116 const VkPipelineCreateFlags pipelineCreateFlags) in makeGraphicsPipeline() 170 pNext, pipelineCreateFlags); in makeGraphicsPipeline() 193 const VkPipelineCreateFlags pipelineCreateFlags) in makeGraphicsPipeline() 383 pipelineCreateFlags, // VkPipelineCreateFlags flags in makeGraphicsPipeline() 421 const VkPipelineCreateFlags pipelineCreateFlags, in makeGraphicsPipeline() 462 pipelineCreateFlags, in makeGraphicsPipeline() 493 const VkPipelineCreateFlags pipelineCreateFlags, in makeGraphicsPipeline() 551 pipelineCreateFlags, // VkPipelineCreateFlags flags in makeGraphicsPipeline() 95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, const VkShaderModule tessellationEvalShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const VkPrimitiveTopology topology, const deUint32 subpass, const deUint32 patchControlPoints, const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext, const VkPipelineCreateFlags pipelineCreateFlags) makeGraphicsPipeline() argument 173 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, const VkShaderModule tessellationEvalShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const deUint32 subpass, const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo, const VkPipelineInputAssemblyStateCreateInfo* inputAssemblyStateCreateInfo, const VkPipelineTessellationStateCreateInfo* tessStateCreateInfo, const VkPipelineViewportStateCreateInfo* viewportStateCreateInfo, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext, const VkPipelineCreateFlags pipelineCreateFlags) makeGraphicsPipeline() argument 406 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule taskShaderModule, const VkShaderModule meshShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const VkPipelineCreateFlags pipelineCreateFlags, const void* pNext) makeGraphicsPipeline() argument 489 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipeline basePipelineHandle, const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineCreateFlags, const std::vector<VkPipelineShaderStageCreateInfo>& pipelineShaderStageParams, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext) makeGraphicsPipeline() argument
|
H A D | vkObjUtil.hpp | 78 const VkPipelineCreateFlags pipelineCreateFlags = 0u); 100 const VkPipelineCreateFlags pipelineCreateFlags = 0u); 118 const VkPipelineCreateFlags pipelineCreateFlags = 0u, 126 const VkPipelineCreateFlags pipelineCreateFlags,
|
H A D | vkComputePipelineConstructionUtil.cpp | 163 void ComputePipelineWrapper::setPipelineCreateFlags (VkPipelineCreateFlags pipelineCreateFlags) in setPipelineCreateFlags() argument 165 m_pipelineCreateFlags = pipelineCreateFlags; in setPipelineCreateFlags()
|
H A D | vkComputePipelineConstructionUtil.hpp | 78 void setPipelineCreateFlags (VkPipelineCreateFlags pipelineCreateFlags);
|
H A D | vkRayTracingUtil.hpp | 989 void setCreateFlags (const VkPipelineCreateFlags& pipelineCreateFlags);
|
H A D | vkRayTracingUtil.cpp | 3861 void RayTracingPipeline::setCreateFlags (const VkPipelineCreateFlags& pipelineCreateFlags) 3863 m_pipelineCreateFlags = pipelineCreateFlags;
|
H A D | vkPipelineConstructionUtil.cpp | 1930 InternalData(const InstanceInterface& instanceInterface, const DeviceInterface& vkd, VkPhysicalDevice physDevice, VkDevice vkDevice, const std::vector<std::string>& deviceExts, const PipelineConstructionType constructionType, const VkPipelineCreateFlags pipelineCreateFlags) in InternalData() 1937 , pipelineFlags (pipelineCreateFlags) in InternalData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.hpp | 86 , pipelineCreateFlags (pipelineCreateFlags_) in ImageSamplingInstanceParams() 105 const vk::VkPipelineCreateFlags pipelineCreateFlags; member
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 846 m_graphicsPipeline.setPipelineCreateFlags2(translateCreateFlag(m_params.pipelineCreateFlags)); in setup() 1410 m_graphicsPipeline.setPipelineCreateFlags2(translateCreateFlag(m_params.pipelineCreateFlags)); in setup() 1842 VkPipelineCreateFlags pipelineCreateFlags = 0u; in getImageSamplingInstanceParams() local 1857 pipelineCreateFlags = getStaticPipelineCreateFlags(imageAspect, m_pipelineStateMode); in getImageSamplingInstanceParams() 1880 pipelineCreateFlags); in getImageSamplingInstanceParams()
|
H A D | vktPipelineLibraryTests.cpp | 888 const VkPipelineCreateFlags pipelineCreateFlags = calcPipelineCreateFlags(optimize, buildLibrary); in runTest() local 914 GraphicsPipelineCreateInfo graphicsPipelineCreateInfo (pipelineLayout, renderPassHandle, 0, pipelineCreateFlags); in runTest()
|
H A D | vktPipelineImageSamplingInstance.cpp | 375 , m_graphicsPipeline (context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), m_context.getDeviceExtensions(), params.pipelineConstructionType, params.pipelineCreateFlags) in ImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.hpp | 84 , pipelineCreateFlags (pipelineCreateFlags_) in ImageSamplingInstanceParams() 103 const vk::VkPipelineCreateFlags pipelineCreateFlags; member
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1675 VkPipelineCreateFlags pipelineCreateFlags = 0u; in getImageSamplingInstanceParams() local 1683 pipelineCreateFlags = VK_PIPELINE_CREATE_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT; in getImageSamplingInstanceParams() 1689 pipelineCreateFlags = VK_PIPELINE_CREATE_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT; in getImageSamplingInstanceParams() 1695 pipelineCreateFlags = VK_PIPELINE_CREATE_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT; in getImageSamplingInstanceParams() 1719 pipelineCreateFlags); in getImageSamplingInstanceParams()
|
H A D | vktPipelineLibraryTests.cpp | 882 const VkPipelineCreateFlags pipelineCreateFlags = calcPipelineCreateFlags(optimize, buildLibrary); in runTest() local 908 GraphicsPipelineCreateInfo graphicsPipelineCreateInfo (pipelineLayout, renderPassHandle, 0, pipelineCreateFlags); in runTest()
|
H A D | vktPipelineImageSamplingInstance.cpp | 373 , m_graphicsPipeline (context.getDeviceInterface(), context.getDevice(), params.pipelineConstructionType, params.pipelineCreateFlags) in ImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 134 VkPipelineCreateFlags pipelineCreateFlags; member 317 const bool pipelineFlagSkipTriangles = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0); in checkSupport() 318 const bool pipelineFlagSkipAABSs = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0); in checkSupport() 1585 if (m_data.pipelineCreateFlags != 0) in makePipeline() 1587 rayTracingPipeline->setCreateFlags(m_data.pipelineCreateFlags); in makePipeline() 1589 rayTracingPipeline->setCreateFlags2(translateCreateFlag(m_data.pipelineCreateFlags)); in makePipeline() 1896 const bool pipelineSkipTriangles = (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0; in expectedIntValuesBuffer() 1897 const bool pipelineSkipAABBs = (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0; in expectedIntValuesBuffer() 2675 const bool pipelineFlagSkipTriangles = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0); in checkSupport() 2676 const bool pipelineFlagSkipAABSs = ((m_data.pipelineCreateFlags in checkSupport() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 128 VkPipelineCreateFlags pipelineCreateFlags; member 309 const bool pipelineFlagSkipTriangles = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR) != 0); in checkSupport() 310 const bool pipelineFlagSkipAABSs = ((m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0); 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_SKIP_TRIANGLES_BIT_KHR) != 0; in expectedIntValuesBuffer() 1882 const bool pipelineSkipAABBs = (m_data.pipelineCreateFlags & VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR) != 0; in expectedIntValuesBuffer() 2532 0u, // VkPipelineCreateFlags pipelineCreateFlags; in createLaunchTests() 2619 0u, // VkPipelineCreateFlags pipelineCreateFlags; in createScalarTests() 2771 pipelineFlags[pipelineFlagsNdx].flag, // VkPipelineCreateFlags pipelineCreateFlags; in createRayFlagsTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 3316 VkPipelineCreateFlags pipelineCreateFlags = (VkPipelineCreateFlags)0; in drawCommands() local 3320 pipelineCreateFlags |= VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR; in drawCommands() 3346 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands() 3438 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 2791 VkPipelineCreateFlags pipelineCreateFlags = (VkPipelineCreateFlags)0; in drawCommands() local 2795 pipelineCreateFlags |= VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR; in drawCommands() 2821 pipelines.emplace_back(vk, device, m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands() 2910 pipelines.emplace_back(vk, device, m_data.groupParams->pipelineConstructionType, pipelineCreateFlags); in drawCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 3890 const deUint32 pipelineCreateFlags, in makeComputePipeline() 3931 pipelineCreateFlags, // VkPipelineCreateFlags flags; in makeComputePipeline() 3953 const deUint32 pipelineCreateFlags, in makeMeshPipeline() 4015 return makeGraphicsPipeline(context.getDeviceInterface(), context.getDevice(), basePipelineHandle, pipelineLayout, pipelineCreateFlags, shaderStageParams, renderPass, viewports, scissors); in makeMeshPipeline() 3886 makeComputePipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize) makeComputePipeline() argument 3948 makeMeshPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule taskModule, const VkShaderModule meshModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize, const VkRenderPass renderPass) makeMeshPipeline() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 3878 const deUint32 pipelineCreateFlags, in makeComputePipeline() 3919 pipelineCreateFlags, // VkPipelineCreateFlags flags; in makeComputePipeline() 3935 const deUint32 pipelineCreateFlags, in makeMeshPipeline() 3997 return makeGraphicsPipeline(context.getDeviceInterface(), context.getDevice(), basePipelineHandle, pipelineLayout, pipelineCreateFlags, shaderStageParams, renderPass, viewports, scissors); in makeMeshPipeline() 3874 makeComputePipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize) makeComputePipeline() argument 3930 makeMeshPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule taskModule, const VkShaderModule meshModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize, const VkRenderPass renderPass) makeMeshPipeline() argument
|