/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 169 , m_constructionType (constructionType) in MeshOnlyTriangleCase() 179 const PipelineConstructionType m_constructionType; member in vkt::MeshShader::__anon28127::MeshOnlyTriangleCase 188 , m_constructionType (constructionType) in MeshTaskTriangleCase() 197 const PipelineConstructionType m_constructionType; member in vkt::MeshShader::__anon28127::MeshTaskTriangleCase 206 , m_constructionType (constructionType) in TaskOnlyTriangleCase() 215 const PipelineConstructionType m_constructionType; member in vkt::MeshShader::__anon28127::TaskOnlyTriangleCase 233 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_constructionType); in checkSupport() 239 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_constructionType); in checkSupport() 245 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_constructionType); in checkSupport() 451 MeshTriangleRendererParams params (m_constructionType, st in createInstance() 1067 const PipelineConstructionType m_constructionType; global() member in vkt::MeshShader::__anon28127::PartialUsageInstance 1563 PipelineConstructionType m_constructionType; global() member in vkt::MeshShader::__anon28127::SharedFragLibraryCase 1578 PipelineConstructionType m_constructionType; global() member in vkt::MeshShader::__anon28127::SharedFragLibraryInstance [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 167 , m_constructionType (constructionType) in MeshOnlyTriangleCase() 177 const PipelineConstructionType m_constructionType; member in vkt::MeshShader::__anon29358::MeshOnlyTriangleCase 186 , m_constructionType (constructionType) in MeshTaskTriangleCase() 195 const PipelineConstructionType m_constructionType; member in vkt::MeshShader::__anon29358::MeshTaskTriangleCase 204 , m_constructionType (constructionType) in TaskOnlyTriangleCase() 213 const PipelineConstructionType m_constructionType; member in vkt::MeshShader::__anon29358::TaskOnlyTriangleCase 231 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_constructionType); in checkSupport() 237 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_constructionType); in checkSupport() 243 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_constructionType); in checkSupport() 449 MeshTriangleRendererParams params (m_constructionType, st in createInstance() 1061 const PipelineConstructionType m_constructionType; global() member in vkt::MeshShader::__anon29358::PartialUsageInstance 1555 PipelineConstructionType m_constructionType; global() member in vkt::MeshShader::__anon29358::SharedFragLibraryCase 1570 PipelineConstructionType m_constructionType; global() member in vkt::MeshShader::__anon29358::SharedFragLibraryInstance [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2954 , m_constructionType (constructionType) in HLSLTessellationInstance() 2961 const PipelineConstructionType m_constructionType; member in vkt::pipeline::__anon28265::HLSLTessellationInstance 2969 , m_constructionType (constructionType) in HLSLTessellationCase() 2975 TestInstance* createInstance (Context& context) const override { return new HLSLTessellationInstance(context, m_constructionType); } 2980 const PipelineConstructionType m_constructionType; member in vkt::pipeline::__anon28265::HLSLTessellationCase 3001 checkPipelineConstructionRequirements(vki, physicalDevice, m_constructionType); in checkSupport() 3203 RenderPassWrapper renderPass (m_constructionType, vkd, device, fbFormat); in iterate() 3289 const PipelineLayoutWrapper pipelineLayout (m_constructionType, vkd, device); in iterate() 3297 GraphicsPipelineWrapperPtr wrapper (new GraphicsPipelineWrapper(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_constructionType)); in iterate() 3365 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_constructionType)); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2940 , m_constructionType (constructionType) in HLSLTessellationInstance() 2947 const PipelineConstructionType m_constructionType; member in vkt::pipeline::__anon29482::HLSLTessellationInstance 2955 , m_constructionType (constructionType) in HLSLTessellationCase() 2961 TestInstance* createInstance (Context& context) const override { return new HLSLTessellationInstance(context, m_constructionType); } 2966 const PipelineConstructionType m_constructionType; member in vkt::pipeline::__anon29482::HLSLTessellationCase 2987 checkPipelineLibraryRequirements(vki, physicalDevice, m_constructionType); in checkSupport() 3281 GraphicsPipelineWrapperPtr wrapper (new GraphicsPipelineWrapper(vkd, device, m_constructionType)); in iterate() 3349 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_constructionType)); in iterate()
|