/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 261 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 386 vertexModule, // VkShaderModule module; in makeGraphicsPipeline() 489 …Move<VkShaderModule> vertexModule = createShaderModule (vk, device, context.getBinaryCollecti… in testStencilExportReplace() local 495 … makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, 0, *vertexModule, *fragmentStenc… in testStencilExportReplace() 496 … makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, 1, *vertexModule, *fragmentColor… in testStencilExportReplace()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 564 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 667 vertexModule, // VkShaderModule module in makeGraphicsPipeline() 770 const VkShaderModule vertexModule, in makeGraphicsPipelineSinglePassColor() argument 781 …return makeGraphicsPipeline(vk, device, dynamicState, pipelineLayout, renderPass, vertexModule, fr… in makeGraphicsPipelineSinglePassColor() 1595 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColle… in drawSinglePass() local 1644 …vk, device, dynamicState, *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, vie… in drawSinglePass() 1650 …vk, device, std::vector<VkDynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fr… in drawSinglePass() 2259 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in drawPatternChangeReference() local 2318 …vk, device, std::vector<VkDynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fr… in drawPatternChangeReference() 2371 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in drawRenderPasses() local [all …]
|
D | vktPipelineFramebufferAttachmentTests.cpp | 193 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 250 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 417 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryCollec… in test() local 463 …edPtr(makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in test() 784 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCol… in testNoAtt() local 841 …edPtr(makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in testNoAtt() 1056 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryCollec… in testDifferentAttachmentSizes() local 1115 …pipeline = makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragment… in testDifferentAttachmentSizes() 1477 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryColl… in testInputResolveSameAttachment() local 1527 …pipeline = makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragment… in testInputResolveSameAttachment()
|
D | vktPipelineRenderToImageTests.cpp | 236 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 389 vertexModule, // VkShaderModule module; in makeGraphicsPipeline() 982 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColl… in testWithSizeReduction() local 1084 …vk, device, basePipeline, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, imageSize.… in testWithSizeReduction() 1293 const VkShaderModule vertexModule, in drawToMipLevel() argument 1325 …vk, device, basePipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, mipSize.swizz… in drawToMipLevel() 1418 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColle… in testRenderToMipMaps() local 1523 *vertexModule, *fragmentModule); in testRenderToMipMaps()
|
D | vktPipelineMultisampleImageTests.cpp | 93 const VkShaderModule vertexModule, in makeGraphicsPipelines() argument 244 vertexModule, // VkShaderModule module; in makeGraphicsPipelines() 895 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColl… in renderMultisampledImage() local 901 …lines (vk, device, caseDef.numLayers, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in renderMultisampledImage() 1103 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColle… in test() local 1109 …makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in test() 1662 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColle… in test() local 1668 …makeGraphicsPipelines (vk, device, 1u, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in test()
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 178 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 347 vertexModule, // VkShaderModule module; in makeGraphicsPipeline() 1088 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryCollect… in draw() local 1100 …makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, /*u… in draw() 1707 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryCollect… in drawResolve() local 1713 …ine (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in drawResolve()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 91 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 128 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 168 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColl… in draw() local 175 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModul… in draw()
|
D | vktGeometryLayeredRenderingTests.cpp | 296 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 344 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 1249 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCol… in test() local 1256 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModul… in test() 1343 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCol… in testLayeredReadBack() local 1377 …e (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModul… in testLayeredReadBack() 1608 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryColle… in testSecondaryCmdBuffer() local 1615 …ne (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModul… in testSecondaryCmdBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsOcclusionQueryTests.cpp | 101 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 141 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 427 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCol… in iterate() local 432 …e (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in iterate() 435 …rite (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in iterate()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 100 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 139 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 416 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local 421 …ne (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in iterate() 670 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local 675 …ne (makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in iterate() 912 const VkShaderModule vertexModule, 957 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 1012 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 1360 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local [all …]
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 100 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 128 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline()
|
D | vktFragmentOperationsTransientAttachmentTests.cpp | 422 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryC… in iterate() local 478 *vertexModule, // const VkShaderModule vertexShaderModule in iterate()
|
D | vktFragmentOperationsScissorTests.cpp | 119 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 171 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 44 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 124 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 763 …Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands() local 774 …deviceInterface, getDevice(), *pipelineLayout, *m_renderPass, *vertexModule, *fragmentModule, *geo… in recordCommands()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 274 vk::ShaderModule vertexModule = hooks.createVertexShader(*this); in createGraphicsPipeline() local 277 assert(vertexModule); // TODO: if nullptr, use a default in createGraphicsPipeline() 282 shaderStages[0].module = vertexModule; in createGraphicsPipeline() 305 device.destroyShaderModule(vertexModule); in createGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 445 VkShaderModule vertexModule, 776 VkShaderModule vertexModule, in createGraphicsPipeline() argument 824 vertexModule, // vertexShaderModule in createGraphicsPipeline() 859 …Move<VkShaderModule> vertexModule = createShaderModule(vki, dev, m_context.getBinaryCollection(… in iterate() local 862 … pipeline = createGraphicsPipeline(*pipelineLayout, *renderPass, *vertexModule, *fragmentModul… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationImageLayoutTransitionTests.cpp | 205 …const Move<VkShaderModule> vertexModule = createShaderModule (vk, device, m_context.getBinar… in iterate() local 248 …icsPipeline = makeGraphicsPipeline(vk, device, pipelineLayout.get(), vertexModule.get(), DE_NULL,… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 175 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 270 vertexModule, // const VkShaderModule vertexShaderModule in makeGraphicsPipeline() 620 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getBi… in iterate() local 624 …(makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, DE_NULL, DE_NU… in iterate() 693 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getB… in iterate() local 697 …(makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, DE_NULL, DE_NU… in iterate() 929 …const Move<VkShaderModule> vertexModule(createShaderModule(vk, device, m_context.getBinaryCollect… in iterate() local 942 *vertexModule, in iterate() 1102 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getBi… in iterate() local 1106 …(makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, DE_NULL, DE_NU… in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawNegativeViewportHeightTests.cpp | 204 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColle… in NegativeViewportHeightTestInstance() local 213 …pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*vertexModule, "main", VK_S… in NegativeViewportHeightTestInstance()
|
D | vktDrawDepthClampTests.cpp | 412 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBina… in DepthClampTestInstance() local 424 …pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*vertexModule, "main", VK_S… in DepthClampTestInstance()
|
D | vktDrawInvertedDepthRangesTests.cpp | 265 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColle… in InvertedDepthRangesTestInstance() local 274 …pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*vertexModule, "main", VK_S… in InvertedDepthRangesTestInstance()
|
D | vktDrawDiscardRectanglesTests.cpp | 143 const VkShaderModule vertexModule, in makeGraphicsPipeline() argument 292 vertexModule, // VkShaderModule module; in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 557 Move<VkShaderModule> vertexModule; in bufferMarkerMemoryDep() local 607 vertexModule = createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u); in bufferMarkerMemoryDep() 639 vertexModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.hpp | 154 const vk::VkShaderModule vertexModule,
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 515 …const auto vertexModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get(… in iterate() local 618 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate() 951 …const auto vertexModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollecti… in iterate() local 1048 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|