Home
last modified time | relevance | path

Searched refs:pipelineConstructionType (Results 1 – 25 of 153) sorted by relevance

1234567

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTests.cpp92 void createChildren(tcu::TestCaseGroup *group, PipelineConstructionType pipelineConstructionType) in createChildren() argument
94 …onst auto isNotShaderObjectVariant = !vk::isConstructionTypeShaderObject(pipelineConstructionType); in createChildren()
97 pipelineConstructionType == vk::PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_SPIRV); in createChildren()
99 (pipelineConstructionType == vk::PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC || in createChildren()
100 pipelineConstructionType == vk::PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_SPIRV); in createChildren()
104 group->addChild(createDynamicControlPointTests(testCtx, pipelineConstructionType)); in createChildren()
106 group->addChild(createStencilTests(testCtx, pipelineConstructionType)); in createChildren()
107 group->addChild(createBlendTests(testCtx, pipelineConstructionType)); in createChildren()
108 group->addChild(createDepthTests(testCtx, pipelineConstructionType)); in createChildren()
109 group->addChild(createDescriptorLimitsTests(testCtx, pipelineConstructionType)); in createChildren()
[all …]
DvktPipelineMatchedAttachmentsTests.cpp48 PipelineConstructionType pipelineConstructionType; member
55 params.pipelineConstructionType); in checkSupport()
118 …const PipelineLayoutWrapper pipelineLayout(params.pipelineConstructionType, vk, vkDevice, &pipelin… in testMatchedAttachments()
180 …RenderPassWrapper renderPass(params.pipelineConstructionType, vk, vkDevice, &renderPassCreateInfo); in testMatchedAttachments()
222 params.pipelineConstructionType); in testMatchedAttachments()
239 PipelineConstructionType pipelineConstructionType) in addMatchedAttachmentsTestCasesWithFunctions() argument
242 if (!isConstructionTypeShaderObject(pipelineConstructionType)) in addMatchedAttachmentsTestCasesWithFunctions()
244 const MatchedAttachmentsTestParams useCache = {pipelineConstructionType, true}; in addMatchedAttachmentsTestCasesWithFunctions()
247 const MatchedAttachmentsTestParams noCache = {pipelineConstructionType, false}; in addMatchedAttachmentsTestCasesWithFunctions()
255 PipelineConstructionType pipelineConstructionType) in createMatchedAttachmentsTests() argument
[all …]
DvktPipelineFramebufferAttachmentTests.cpp84 PipelineConstructionType pipelineConstructionType; member
130 … const PipelineConstructionType pipelineConstructionType, const VkFormat colorFormat, in makeRenderPass() argument
190 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeRenderPass()
398 const PipelineLayoutWrapper pipelineLayout(caseDef.pipelineConstructionType, vk, device); in test()
400 …RenderPassWrapper renderPass(makeRenderPass(vk, device, caseDef.pipelineConstructionType, COLOR_FO… in test()
458 caseDef.pipelineConstructionType); in test()
660 PipelineConstructionType pipelineConstructionType; member
708 const PipelineConstructionType pipelineConstructionType) in makeRenderPassNoAtt() argument
739 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeRenderPassNoAtt()
834 …const PipelineLayoutWrapper pipelineLayout(caseDef.pipelineConstructionType, vk, device, *descript… in testNoAtt()
[all …]
DvktPipelineSamplerTests.cpp102 …tcu::TestContext &testContext, const char *name, PipelineConstructionType pipelineConstructionType,
141 … PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType,
156 … PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType,
171 … PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType,
190 … PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType,
208 …tcu::TestContext &testContext, const char *name, PipelineConstructionType pipelineConstructionType,
242 … PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType,
269 … PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, in SamplerTest() argument
273 , m_pipelineConstructionType(pipelineConstructionType) in SamplerTest()
593 PipelineConstructionType pipelineConstructionType, in SamplerMagFilterTest() argument
[all …]
DvktPipelineImageTests.cpp55 PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType,
89 … PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, in ImageTest() argument
95 , m_pipelineConstructionType(pipelineConstructionType) in ImageTest()
471 … PipelineConstructionType pipelineConstructionType, in createImageSizeTests() argument
615 … if (pipelineProtectedFlag[flagNdx] && isConstructionTypeShaderObject(pipelineConstructionType)) in createImageSizeTests()
627 … allocationKind, pipelineConstructionType, samplingType, imageViewType, imageFormat, in createImageSizeTests()
637 … PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, in createImageCountTests() argument
654 …createImageSizeTests(testCtx, allocationKind, pipelineConstructionType, samplingType, imageViewTyp… in createImageCountTests()
663 … PipelineConstructionType pipelineConstructionType, in createImageFormatTests() argument
823 …createImageCountTests(formatGroup.get(), testCtx, allocationKind, pipelineConstructionType, sampli… in createImageFormatTests()
[all …]
DvktPipelineMultisampleInterpolationTests.cpp270 m_imageMSParams.pipelineConstructionType); in checkSupport()
1106 m_imageMSParams.pipelineConstructionType); in checkSupport()
1118 … vk::PipelineConstructionType pipelineConstructionType) in createMultisampleInterpolationTests() argument
1148pipelineConstructionType, vk::VK_SAMPLE_COUNT_1_BIT, imageSize, multisample::ComponentData{}, 1.0f, in createMultisampleInterpolationTests()
1159 …testCtx, "sample_interpolate_at_distinct_values", pipelineConstructionType, imageSizes, sizesElemC… in createMultisampleInterpolationTests()
1162 …testCtx, "sample_interpolate_at_ignores_centroid", pipelineConstructionType, imageSizes, sizesElem… in createMultisampleInterpolationTests()
1168 … testCtx, "all_components", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, in createMultisampleInterpolationTests()
1171 …testCtx, "component_0", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, sample… in createMultisampleInterpolationTests()
1174 …testCtx, "component_1", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, sample… in createMultisampleInterpolationTests()
1177 … testCtx, "pushc_component_0", pipelineConstructionType, imageSizes, sizesElemCount, imageSamples, in createMultisampleInterpolationTests()
[all …]
DvktPipelineMultisampleTests.cpp126 PipelineConstructionType pipelineConstructionType; member
150 PipelineConstructionType pipelineConstructionType,
182 PipelineConstructionType pipelineConstructionType,
206 const PipelineConstructionType pipelineConstructionType,
234 …const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSample…
258 …const PipelineConstructionType pipelineConstructionType, VkSampleCountFlagBits rasterizationSample…
282 const PipelineConstructionType pipelineConstructionType,
309 const PipelineConstructionType pipelineConstructionType,
333 … const PipelineConstructionType pipelineConstructionType,
359 const PipelineConstructionType pipelineConstructionType,
[all …]
DvktPipelineEarlyDestroyTests.cpp54 PipelineConstructionType pipelineConstructionType; member
65 testParams.pipelineConstructionType); in checkSupport()
123 …PipelineLayoutWrapper pipelineLayout(params.pipelineConstructionType, vk, vkDevice, &pipelineLayou… in testEarlyDestroy()
125 …RenderPassWrapper renderPass(params.pipelineConstructionType, vk, vkDevice, VK_FORMAT_R8G8B8A8_UNO… in testEarlyDestroy()
196 params.pipelineConstructionType, in testEarlyDestroy()
341 …estCasesWithFunctions(tcu::TestCaseGroup *group, PipelineConstructionType pipelineConstructionType) in addEarlyDestroyTestCasesWithFunctions() argument
344 pipelineConstructionType, in addEarlyDestroyTestCasesWithFunctions()
366 PipelineConstructionType pipelineConstructionType) in createEarlyDestroyTests() argument
368 …stGroup(testCtx, "early_destroy", addEarlyDestroyTestCasesWithFunctions, pipelineConstructionType); in createEarlyDestroyTests()
DvktPipelineBinaryTests.cpp81 PipelineConstructionType pipelineConstructionType; member
348 const auto pipelineConstructionType = m_testParams.pipelineConstructionType; in iterate() local
355 …const PipelineLayoutWrapper pipelineLayout(pipelineConstructionType, vk, device, &pipelineLayoutIn… in iterate()
366 if (pipelineConstructionType == PipelineConstructionType::PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC) in iterate()
373 pipelineConstructionType); in iterate()
398 … if (pipelineConstructionType == PipelineConstructionType::PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC) in iterate()
455 pipelineConstructionType); in iterate()
966 const auto pipelineConstructionType = m_testParams.pipelineConstructionType; in iterate() local
971 …const PipelineLayoutWrapper pipelineLayout(pipelineConstructionType, vkd, vkDevice, &pipelineLayou… in iterate()
976 … {vki, vkd, vkPhysicalDevice, vkDevice, m_context.getDeviceExtensions(), pipelineConstructionType}, in iterate()
[all …]
DvktPipelineMultisampleImageTests.hpp35 … vk::PipelineConstructionType pipelineConstructionType);
37 … vk::PipelineConstructionType pipelineConstructionType);
39 … vk::PipelineConstructionType pipelineConstructionType);
DvktPipelineDepthTests.cpp134 const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat,
169 DepthTestInstance(Context &context, const PipelineConstructionType pipelineConstructionType,
237 … const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, in DepthTest() argument
244 , m_pipelineConstructionType(pipelineConstructionType) in DepthTest()
336 …tance::DepthTestInstance(Context &context, const PipelineConstructionType pipelineConstructionType, in DepthTestInstance() argument
361 … context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType}, in DepthTestInstance()
363 … context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType}, in DepthTestInstance()
365 … context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType}, in DepthTestInstance()
367 … context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType}} in DepthTestInstance()
369 … context.getDevice(), m_context.getDeviceExtensions(), pipelineConstructionType},
[all …]
DvktPipelineExecutablePropertiesTests.cpp156 …ExecutablePropertiesTestParam(PipelineConstructionType pipelineConstructionType, const VkShaderSta…
184 …opertiesTestParam::ExecutablePropertiesTestParam(PipelineConstructionType pipelineConstructionType, in ExecutablePropertiesTestParam() argument
187 : m_pipelineConstructionType(pipelineConstructionType) in ExecutablePropertiesTestParam()
1226 … PipelineConstructionType pipelineConstructionType) in createExecutablePropertiesTests() argument
1241 {pipelineConstructionType, vertFragStages, false, false}, in createExecutablePropertiesTests()
1242 {pipelineConstructionType, vertGeomFragStages, false, false}, in createExecutablePropertiesTests()
1243 {pipelineConstructionType, vertTessFragStages, false, false}, in createExecutablePropertiesTests()
1244 {pipelineConstructionType, vertFragStages, true, false}, in createExecutablePropertiesTests()
1245 {pipelineConstructionType, vertGeomFragStages, true, false}, in createExecutablePropertiesTests()
1246 {pipelineConstructionType, vertTessFragStages, true, false}, in createExecutablePropertiesTests()
[all …]
DvktPipelineMultisampleBase.hpp70 : pipelineConstructionType(pipelineConstructionType_) in ImageMSParams()
78 vk::PipelineConstructionType pipelineConstructionType; member
102 m_imageMSParams.pipelineConstructionType); in checkGraphicsPipelineLibrarySupport()
159 const vk::PipelineConstructionType pipelineConstructionType, in makeMSGroup() argument
180 pipelineConstructionType, samples, imageSize, componentData, shadingRate,
DvktPipelineCreationFeedbackTests.cpp122 TestParam(const PipelineConstructionType pipelineConstructionType, const TestMode testMode,
161 TestParam::TestParam(const PipelineConstructionType pipelineConstructionType, const TestMode testMo… in TestParam() argument
163 : m_pipelineConstructionType(pipelineConstructionType) in TestParam()
1438 … PipelineConstructionType pipelineConstructionType, in createTestsInternal() argument
1453 {pipelineConstructionType, testMode, vertFragStages, false, false}, in createTestsInternal()
1454 {pipelineConstructionType, testMode, vertGeomFragStages, false, false}, in createTestsInternal()
1455 {pipelineConstructionType, testMode, vertTessFragStages, false, false}, in createTestsInternal()
1456 {pipelineConstructionType, testMode, vertFragStages, true, false}, in createTestsInternal()
1457 {pipelineConstructionType, testMode, vertFragStages, true, false, true}, in createTestsInternal()
1458 {pipelineConstructionType, testMode, vertGeomFragStages, true, false}, in createTestsInternal()
[all …]
DvktPipelineMaxVaryingsTests.cpp59 PipelineConstructionType pipelineConstructionType; member
797 param.pipelineConstructionType); in supportedCheck()
1029 RenderPassWrapper renderPass(param.pipelineConstructionType, vk, device, imageFormat); in test()
1032 const PipelineLayoutWrapper pipelineLayout(param.pipelineConstructionType, vk, device); in test()
1061 param.pipelineConstructionType); in test()
1133 …reateMaxVaryingsTests(tcu::TestContext &testCtx, PipelineConstructionType pipelineConstructionType) in createMaxVaryingsTests() argument
1136 {pipelineConstructionType, VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAGE_FRAGMENT_BIT, in createMaxVaryingsTests()
1138 {pipelineConstructionType, VK_SHADER_STAGE_VERTEX_BIT, VK_SHADER_STAGE_FRAGMENT_BIT, in createMaxVaryingsTests()
1140 …{pipelineConstructionType, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, VK_SHADER_STAGE_FRAGMENT_B… in createMaxVaryingsTests()
1142 …{pipelineConstructionType, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, VK_SHADER_STAGE_FRAGMENT_B… in createMaxVaryingsTests()
[all …]
DvktPipelineMultisampleImageTests.cpp70 PipelineConstructionType pipelineConstructionType; member
401 const PipelineConstructionType pipelineConstructionType, in makeMultisampleRenderPass() argument
458 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeMultisampleRenderPass()
463 const PipelineConstructionType pipelineConstructionType, in makeSimpleRenderPass() argument
508 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeSimpleRenderPass()
1004 …vk, device, caseDef.pipelineConstructionType, caseDef.colorFormat, caseDef.numSamples, caseDef.num… in renderMultisampledImage()
1008 const PipelineLayoutWrapper pipelineLayout(caseDef.pipelineConstructionType, vk, device); in renderMultisampledImage()
1009 …const bool isMonolithic(caseDef.pipelineConstructionType == PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC); in renderMultisampledImage()
1026 caseDef.pipelineConstructionType); in renderMultisampledImage()
1151 caseDef.pipelineConstructionType); in checkSupport()
[all …]
DvktPipelineInputAssemblyTests.cpp80 … const PipelineConstructionType pipelineConstructionType, VkPrimitiveTopology primitiveTopology,
109 … PipelineConstructionType pipelineConstructionType, VkPrimitiveTopology primitiveTopology,
127 … const PipelineConstructionType pipelineConstructionType, VkPrimitiveTopology primitiveTopology,
153 InputAssemblyInstance(Context &context, const PipelineConstructionType pipelineConstructionType,
218 const PipelineConstructionType pipelineConstructionType, in InputAssemblyTest() argument
224 , m_pipelineConstructionType(pipelineConstructionType) in InputAssemblyTest()
373 PipelineConstructionType pipelineConstructionType, in PrimitiveTopologyTest() argument
375 …: InputAssemblyTest(testContext, name, pipelineConstructionType, primitiveTopology, 10, false, ind… in PrimitiveTopologyTest()
689 PipelineConstructionType pipelineConstructionType, in PrimitiveRestartTest() argument
693 …: InputAssemblyTest(testContext, name, pipelineConstructionType, primitiveTopology, 10, true, inde… in PrimitiveRestartTest()
[all …]
DvktPipelineStencilExportTests.cpp77 PipelineConstructionType pipelineConstructionType; member
252 const PipelineConstructionType pipelineConstructionType, in makeTestRenderPass() argument
339 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeTestRenderPass()
499 …makeTestRenderPass(vk, device, params.pipelineConstructionType, colorFormat, params.stencilFormat); in testStencilExportReplace()
500 PipelineLayoutWrapper pipelineLayout(params.pipelineConstructionType, vk, device); in testStencilExportReplace()
502 params.pipelineConstructionType); in testStencilExportReplace()
535 params.pipelineConstructionType); in testStencilExportReplace()
607 params.pipelineConstructionType); in checkSupport()
622 PipelineConstructionType pipelineConstructionType) in createStencilExportTests() argument
634 TestParams params{pipelineConstructionType, vk::VK_FORMAT_S8_UINT, false}; in createStencilExportTests()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTests.cpp49 …id createChildren(tcu::TestCaseGroup *group, vk::PipelineConstructionType pipelineConstructionType) in createChildren() argument
53 group->addChild(new DynamicStateVPTests(testCtx, pipelineConstructionType)); in createChildren()
54 group->addChild(new DynamicStateRSTests(testCtx, pipelineConstructionType)); in createChildren()
55 group->addChild(new DynamicStateCBTests(testCtx, pipelineConstructionType)); in createChildren()
56 group->addChild(new DynamicStateDSTests(testCtx, pipelineConstructionType)); in createChildren()
57 group->addChild(new DynamicStateGeneralTests(testCtx, pipelineConstructionType)); in createChildren()
58 group->addChild(new DynamicStateInheritanceTests(testCtx, pipelineConstructionType)); in createChildren()
59 group->addChild(new DynamicStateClearTests(testCtx, pipelineConstructionType)); in createChildren()
60 group->addChild(new DynamicStateDiscardTests(testCtx, pipelineConstructionType)); in createChildren()
61 group->addChild(new DynamicStateLWTests(testCtx, pipelineConstructionType)); in createChildren()
[all …]
DvktDynamicStateClearTests.cpp53 …CmdBaseCase(Context &context, vk::PipelineConstructionType pipelineConstructionType, const char *v… in CmdBaseCase() argument
55 … : DynamicStateBaseClass(context, pipelineConstructionType, vertexShaderName, fragmentShaderName) in CmdBaseCase()
192 …ClearTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, ShaderM… in ClearTestInstance() argument
193 : CmdBaseCase(context, pipelineConstructionType, shaders[glu::SHADERTYPE_VERTEX], in ClearTestInstance()
248 …BlitTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, ShaderMa… in BlitTestInstance() argument
249 : CmdBaseCase(context, pipelineConstructionType, shaders[glu::SHADERTYPE_VERTEX], in BlitTestInstance()
311 …CopyTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, ShaderMa… in CopyTestInstance() argument
312 : CmdBaseCase(context, pipelineConstructionType, shaders[glu::SHADERTYPE_VERTEX], in CopyTestInstance()
371 …ResolveTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, Shade… in ResolveTestInstance() argument
372 : CmdBaseCase(context, pipelineConstructionType, shaders[glu::SHADERTYPE_VERTEX], in ResolveTestInstance()
[all …]
DvktDynamicStateDiscardTests.cpp91 DiscardTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType,
120 …tance::DiscardTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in DiscardTestInstance() argument
123 : DynamicStateBaseClass(context, pipelineConstructionType, vertexShaderName, fragmentShaderName) in DiscardTestInstance()
369 StencilTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in StencilTestInstance() argument
371 … : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, in StencilTestInstance()
430 ViewportTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in ViewportTestInstance() argument
432 … : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, in ViewportTestInstance()
485 ScissorTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in ScissorTestInstance() argument
487 … : DiscardTestInstance(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, in ScissorTestInstance()
540 DepthTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in DepthTestInstance() argument
[all …]
DvktDynamicStateTestCaseUtil.hpp63 … const vk::PipelineConstructionType pipelineConstructionType, const ShaderMap &shaderPaths) in InstanceFactory() argument
65 , m_pipelineConstructionType(pipelineConstructionType) in InstanceFactory()
72 … const vk::PipelineConstructionType pipelineConstructionType, const ShaderMap &shaderPaths, in InstanceFactory() argument
75 , m_pipelineConstructionType(pipelineConstructionType) in InstanceFactory()
DvktDynamicStateVPTests.cpp52 ViewportStateBaseCase(Context &context, vk::PipelineConstructionType pipelineConstructionType, in ViewportStateBaseCase() argument
54 …: DynamicStateBaseClass(context, pipelineConstructionType, vertexShaderName, fragmentShaderName, m… in ViewportStateBaseCase()
141 … ViewportParamTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in ViewportParamTestInstance() argument
143 … : ViewportStateBaseCase(context, pipelineConstructionType, shaders.at(glu::SHADERTYPE_VERTEX), in ViewportParamTestInstance()
192 … ScissorParamTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in ScissorParamTestInstance() argument
194 … : ViewportStateBaseCase(context, pipelineConstructionType, shaders.at(glu::SHADERTYPE_VERTEX), in ScissorParamTestInstance()
247 … ViewportArrayTestInstance(Context &context, vk::PipelineConstructionType pipelineConstructionType, in ViewportArrayTestInstance() argument
249 … : DynamicStateBaseClass(context, pipelineConstructionType, shaders.at(glu::SHADERTYPE_VERTEX), in ViewportArrayTestInstance()
460 vk::PipelineConstructionType pipelineConstructionType) in DynamicStateVPTests() argument
462 , m_pipelineConstructionType(pipelineConstructionType) in DynamicStateVPTests()
/external/deqp/external/vulkancts/framework/vulkan/
DvkComputePipelineConstructionUtil.hpp43 …mputePipelineConstructionTypeShaderObject(ComputePipelineConstructionType pipelineConstructionType) in isComputePipelineConstructionTypeShaderObject() argument
45 return (pipelineConstructionType == COMPUTE_PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_SPIRV || in isComputePipelineConstructionTypeShaderObject()
46 pipelineConstructionType == COMPUTE_PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_BINARY); in isComputePipelineConstructionTypeShaderObject()
50 PipelineConstructionType pipelineConstructionType) in graphicsToComputeConstructionType() argument
52 if (pipelineConstructionType == PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_SPIRV || in graphicsToComputeConstructionType()
53 pipelineConstructionType == PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_SPIRV) in graphicsToComputeConstructionType()
55 if (pipelineConstructionType == PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_BINARY || in graphicsToComputeConstructionType()
56 pipelineConstructionType == PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_BINARY) in graphicsToComputeConstructionType()
69 const ComputePipelineConstructionType pipelineConstructionType);
71 const ComputePipelineConstructionType pipelineConstructionType,
DvkComputePipelineConstructionUtil.cpp48 const ComputePipelineConstructionType pipelineConstructionType; member
54 , pipelineConstructionType(constructionType) in InternalData()
60 … const ComputePipelineConstructionType pipelineConstructionType) in ComputePipelineWrapper() argument
61 : m_internalData(new ComputePipelineWrapper::InternalData(vk, device, pipelineConstructionType)) in ComputePipelineWrapper()
71 … const ComputePipelineConstructionType pipelineConstructionType, in ComputePipelineWrapper() argument
73 : m_internalData(new ComputePipelineWrapper::InternalData(vk, device, pipelineConstructionType)) in ComputePipelineWrapper()
180 if (m_internalData->pipelineConstructionType == COMPUTE_PIPELINE_CONSTRUCTION_TYPE_PIPELINE) in buildPipeline()
228 …if (m_internalData->pipelineConstructionType == COMPUTE_PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_B… in buildPipeline()
247 if (m_internalData->pipelineConstructionType == COMPUTE_PIPELINE_CONSTRUCTION_TYPE_PIPELINE) in bind()

1234567