Home
last modified time | relevance | path

Searched refs:constructionType (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp132 PipelineConstructionType constructionType; member
145 : constructionType (constructionType_) in MeshTriangleRendererParams()
154 : MeshTriangleRendererParams (other.constructionType, in MeshTriangleRendererParams()
167 PipelineConstructionType constructionType, bool rasterizationDisabled = false) in MeshOnlyTriangleCase()
169 , m_constructionType (constructionType) in MeshOnlyTriangleCase()
186 MeshTaskTriangleCase (tcu::TestContext& testCtx, const std::string& name, PipelineConstructionType constructionType) in MeshTaskTriangleCase() argument
188 , m_constructionType (constructionType) in MeshTaskTriangleCase()
204 TaskOnlyTriangleCase (tcu::TestContext& testCtx, const std::string& name, PipelineConstructionType constructionType) in TaskOnlyTriangleCase() argument
206 , m_constructionType (constructionType) in TaskOnlyTriangleCase()
584 const PipelineLayoutWrapper pipelineLayout (m_params.constructionType, vk in iterate()
166 MeshOnlyTriangleCase(tcu::TestContext& testCtx, const std::string& name, PipelineConstructionType constructionType, bool rasterizationDisabled = false) MeshOnlyTriangleCase() argument
656 PipelineConstructionType constructionType; global() member
1013 PipelineConstructionType constructionType; global() member
1058 PartialUsageInstance(Context& context, PipelineConstructionType constructionType) PartialUsageInstance() argument
1550 SharedFragLibraryCase(tcu::TestContext& testCtx, const std::string& name, PipelineConstructionType constructionType) SharedFragLibraryCase() argument
1569 SharedFragLibraryInstance(Context& context, PipelineConstructionType constructionType) SharedFragLibraryInstance() argument
2045 PipelineConstructionType constructionType; createMeshShaderSmokeTestsEXT() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp130 PipelineConstructionType constructionType; member
143 : constructionType (constructionType_) in MeshTriangleRendererParams()
152 : MeshTriangleRendererParams (other.constructionType, in MeshTriangleRendererParams()
165 PipelineConstructionType constructionType, bool rasterizationDisabled = false) in MeshOnlyTriangleCase()
167 , m_constructionType (constructionType) in MeshOnlyTriangleCase()
184 MeshTaskTriangleCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, PipelineConstructionType constructionType) in MeshTaskTriangleCase() argument
186 , m_constructionType (constructionType) in MeshTaskTriangleCase()
202 TaskOnlyTriangleCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, PipelineConstructionType constructionType) in TaskOnlyTriangleCase() argument
204 , m_constructionType (constructionType) in TaskOnlyTriangleCase()
596 GraphicsPipelineWrapper pipelineMaker (vkd, device, m_params.constructionType); in iterate()
164 MeshOnlyTriangleCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, PipelineConstructionType constructionType, bool rasterizationDisabled = false) MeshOnlyTriangleCase() argument
652 PipelineConstructionType constructionType; global() member
1007 PipelineConstructionType constructionType; global() member
1052 PartialUsageInstance(Context& context, PipelineConstructionType constructionType) PartialUsageInstance() argument
1542 SharedFragLibraryCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, PipelineConstructionType constructionType) SharedFragLibraryCase() argument
1561 SharedFragLibraryInstance(Context& context, PipelineConstructionType constructionType) SharedFragLibraryInstance() argument
2036 PipelineConstructionType constructionType; createMeshShaderSmokeTestsEXT() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp77 vk::PipelineConstructionType constructionType; member
117 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_config.constructionType); in checkSupport()
265 vk::GraphicsPipelineWrapper pipeline1(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_config.constructionType); in iterate()
266 vk::GraphicsPipelineWrapper pipeline2(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_config.constructionType); in iterate()
293 vk::RenderPassWrapper renderPass (m_config.constructionType, vkd, device, imageFormat); in iterate()
307 const vk::PipelineLayoutWrapper graphicsPipelineLayout (m_config.constructionType, vkd, device); in iterate()
H A DvktPipelineExtendedDynamicStateMiscTests.cpp133 tcu::TestStatus sampleShadingWithDynamicSampleCount (Context& context, PipelineConstructionType constructionType) in sampleShadingWithDynamicSampleCount() argument
242 auto renderPass = RenderPassWrapper(constructionType, ctx.vkd, ctx.device, &renderPassCreateInfo); in sampleShadingWithDynamicSampleCount()
287 const PipelineLayoutWrapper pipelineLayout (constructionType, ctx.vkd, ctx.device, *setLayout); in sampleShadingWithDynamicSampleCount()
309 WrapperPtr pipelineWrapper(new GraphicsPipelineWrapper(ctx.vki, ctx.vkd, ctx.physicalDevice, ctx.device, context.getDeviceExtensions(), constructionType)); in sampleShadingWithDynamicSampleCount()
357 if (isConstructionTypeShaderObject(constructionType)) in sampleShadingWithDynamicSampleCount()
H A DvktPipelineInputAttributeOffsetTests.cpp111 const PipelineConstructionType constructionType; member
293 checkPipelineConstructionRequirements(vki, physicalDevice, m_params.constructionType); in checkSupport()
375 auto renderPass = RenderPassWrapper(m_params.constructionType, ctx.vkd, ctx.device, colorFormat); in iterate()
416 const PipelineLayoutWrapper pipelineLayout(m_params.constructionType, ctx.vkd, ctx.device); in iterate()
417 GraphicsPipelineWrapper pipelineWrapper (ctx.vki, ctx.vkd, ctx.physicalDevice, ctx.device, m_context.getDeviceExtensions(), m_params.constructionType); in iterate()
H A DvktPipelineShaderModuleIdentifierTests.cpp1601 PipelineConstructionType constructionType; member
1621 , constructionType (constructionType_) in Params()
1629 DE_ASSERT(!useRTLibraries || constructionType == PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC); in Params()
1688 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_createAndUseIdsParams->constructionType); in checkSupport()
1899 PipelineLayoutWrapper pipelineLayout (m_params->constructionType, vkd, device, de::sizeU32(setLayouts), de::dataOrNull(setLayouts)); in iterate()
2019 renderPass = RenderPassWrapper(m_params->constructionType, vkd, device, fbFormat); in iterate()
2158 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_params->constructionType, captureFlags)); in iterate()
2283 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_params->constructionType, captureFlags)); in iterate()
2952 HLSLTessellationInstance (Context& context, PipelineConstructionType constructionType) in HLSLTessellationInstance() argument
2954 , m_constructionType (constructionType) in HLSLTessellationInstance()
2967 HLSLTessellationCase(tcu::TestContext& testCtx, const std::string& name, PipelineConstructionType constructionType) HLSLTessellationCase() argument
3475 createShaderModuleIdentifierTests(tcu::TestContext& testCtx, vk::PipelineConstructionType constructionType) createShaderModuleIdentifierTests() argument
[all...]
H A DvktPipelineColorWriteEnableTests.cpp180 TestConfig (vk::PipelineConstructionType constructionType, SequenceOrdering ordering) in TestConfig()
181 : pipelineConstructionType (constructionType) in TestConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp75 vk::PipelineConstructionType constructionType; member
115 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_config.constructionType); in checkSupport()
261 vk::GraphicsPipelineWrapper pipeline1(vkd, device, m_config.constructionType); in iterate()
262 vk::GraphicsPipelineWrapper pipeline2(vkd, device, m_config.constructionType); in iterate()
H A DvktPipelineShaderModuleIdentifierTests.cpp1595 PipelineConstructionType constructionType; member
1613 , constructionType (constructionType_) in Params()
1620 DE_ASSERT(!useRTLibraries || constructionType == PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC); in Params()
1679 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_createAndUseIdsParams->constructionType); in checkSupport()
2147 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_params->constructionType, captureFlags)); in iterate()
2269 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_params->constructionType, captureFlags)); in iterate()
2938 HLSLTessellationInstance (Context& context, PipelineConstructionType constructionType) in HLSLTessellationInstance() argument
2940 , m_constructionType (constructionType) in HLSLTessellationInstance()
2953 HLSLTessellationCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, PipelineConstructionType constructionType) in HLSLTessellationCase() argument
2955 , m_constructionType (constructionType) in HLSLTessellationCase()
3459 createShaderModuleIdentifierTests(tcu::TestContext& testCtx, vk::PipelineConstructionType constructionType) createShaderModuleIdentifierTests() argument
[all...]
H A DvktPipelineColorWriteEnableTests.cpp178 TestConfig (vk::PipelineConstructionType constructionType, SequenceOrdering ordering) in TestConfig()
179 : pipelineConstructionType (constructionType) in TestConfig()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.cpp52 InternalData(const DeviceInterface& vkd, VkDevice vkDevice, const ComputePipelineConstructionType constructionType) in InternalData()
55 , pipelineConstructionType (constructionType) in InternalData()
H A DvkPipelineConstructionUtil.cpp1930 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()
1936 , pipelineConstructionType (constructionType) in InternalData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp1708 PipelineConstructionType constructionType;
1830 constructionTypeCase.constructionType,
1865 constructionTypeCase.constructionType,
1934 constructionTypeCase.constructionType,
1976 constructionTypeCase.constructionType,

Completed in 36 milliseconds