Home
last modified time | relevance | path

Searched refs:fragmentModule (Results 1 – 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp93 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
132 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
170 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCo… in draw() local
175 …vice, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModule, renderExtent)… in draw()
DvktGeometryLayeredRenderingTests.cpp298 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
348 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
1251 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryC… in test() local
1256 …ipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModule, in test()
1345 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryC… in testLayeredReadBack() local
1377 …vice, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModule, imageExtent2D… in testLayeredReadBack()
1610 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, context.getBinaryCol… in testSecondaryCmdBuffer() local
1615 …Pipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModule, in testSecondaryCmdBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsOcclusionQueryTests.cpp102 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
145 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
428 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryC… in iterate() local
432 …icsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, m_renderSize, in iterate()
435 …icsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, m_renderSize, in iterate()
DvktFragmentOperationsEarlyFragmentTests.cpp101 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
143 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
417 …const Unique<VkShaderModule> fragmentModule(createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local
421 …phicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, renderSize, in iterate()
671 …const Unique<VkShaderModule> fragmentModule(createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local
675 …phicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, renderSize, in iterate()
913 const VkShaderModule fragmentModule,
958 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
1016 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
1361 …const Unique<VkShaderModule> fragmentModule(createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local
[all …]
DvktFragmentOperationsScissorMultiViewportTests.cpp102 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
132 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
DvktFragmentOperationsScissorTests.cpp120 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
175 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp565 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
673 pipelineShaderStageParams[1].module = fragmentModule; in makeGraphicsPipeline()
771 const VkShaderModule fragmentModule, in makeGraphicsPipelineSinglePassColor() argument
781 …raphicsPipeline(vk, device, dynamicState, pipelineLayout, renderPass, vertexModule, fragmentModule, in makeGraphicsPipelineSinglePassColor()
1596 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCol… in drawSinglePass() local
1644 …vk, device, dynamicState, *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, vie… in drawSinglePass()
1650 …ynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, viewport, sci… in drawSinglePass()
2260 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCo… in drawPatternChangeReference() local
2318 …std::vector<VkDynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, in drawPatternChangeReference()
2372 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCo… in drawRenderPasses() local
[all …]
DvktPipelineFramebufferAttachmentTests.cpp194 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
254 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
418 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, context.getBinaryColl… in test() local
463 …dPtr(makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, in test()
785 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryC… in testNoAtt() local
841 …dPtr(makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, in testNoAtt()
1057 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, context.getBinaryColl… in testDifferentAttachmentSizes() local
1115 …csPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, caseDef.rende… in testDifferentAttachmentSizes()
1478 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, context.getBinaryCo… in testInputResolveSameAttachment() local
1527 …csPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, caseDef.rende… in testInputResolveSameAttachment()
DvktPipelineMultisampleImageTests.cpp94 const VkShaderModule fragmentModule, in makeGraphicsPipelines() argument
253 fragmentModule, // VkShaderModule module; in makeGraphicsPipelines()
896 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCo… in renderMultisampledImage() local
901 …ines (vk, device, caseDef.numLayers, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, in renderMultisampledImage()
1104 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCol… in test() local
1109 …akeGraphicsPipelines (vk, device, 1u, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, in test()
1663 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCol… in test() local
1668 …akeGraphicsPipelines (vk, device, 1u, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, in test()
DvktPipelineRenderToImageTests.cpp237 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
398 fragmentModule, // VkShaderModule module; in makeGraphicsPipeline()
983 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCo… in testWithSizeReduction() local
1084 …vk, device, basePipeline, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, imageSize.… in testWithSizeReduction()
1294 const VkShaderModule fragmentModule) in drawToMipLevel() argument
1325 …vk, device, basePipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, mipSize.swizz… in drawToMipLevel()
1419 …const Unique<VkShaderModule> fragmentModule (createShaderModule (vk, device, context.getBinaryCol… in testRenderToMipMaps() local
1523 *vertexModule, *fragmentModule); in testRenderToMipMaps()
DvktPipelineStencilExportTests.cpp262 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
395 fragmentModule, // VkShaderModule module; in makeGraphicsPipeline()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp179 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
356 fragmentModule, // VkShaderModule module; in makeGraphicsPipeline()
1089 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, context.getBinaryColle… in draw() local
1100 …makeGraphicsPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, /*u… in draw()
1708 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, context.getBinaryColle… in drawResolve() local
1713 …csPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, useVertexInpu… in drawResolve()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp275 vk::ShaderModule fragmentModule = hooks.createFragmentShader(*this); in createGraphicsPipeline() local
278 assert(fragmentModule); // TODO: if nullptr, use a default in createGraphicsPipeline()
286 shaderStages[1].module = fragmentModule; in createGraphicsPipeline()
304 device.destroyShaderModule(fragmentModule); in createGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp45 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
128 fragmentModule, // const VkShaderModule fragmentShaderModule in makeGraphicsPipeline()
752 …Move<VkShaderModule> fragmentModule = createShaderModule(deviceInterface, getDevice(), m_context.g… in recordCommands() local
762 …deviceInterface, getDevice(), *pipelineLayout, *m_renderPass, *vertexModule, *fragmentModule, *geo… in recordCommands()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthBiasTests.cpp71 wgpu::ShaderModule fragmentModule = utils::CreateShaderModule(device, R"( in RunDepthBiasTest() local
101 renderPipelineDesc.cFragment.module = fragmentModule; in RunDepthBiasTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp446 VkShaderModule fragmentModule) const;
777 VkShaderModule fragmentModule) const in createGraphicsPipeline()
828 fragmentModule, // fragmentShaderModule in createGraphicsPipeline()
860 …Move<VkShaderModule> fragmentModule = createShaderModule(vki, dev, m_context.getBinaryCollectio… in iterate() local
862 … pipeline = createGraphicsPipeline(*pipelineLayout, *renderPass, *vertexModule, *fragmentModule); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h366 const ShaderModule *fragmentModule,
830 const vk::ShaderModule *fragmentModule,
845 fragmentModule, desc, descPtrOut, pipelineOut);
856 const vk::ShaderModule *fragmentModule,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationImageLayoutTransitionTests.cpp206 …const Move<VkShaderModule> fragmentModule = createShaderModule (vk, device, m_context.getBin… in iterate() local
249 DE_NULL, fragmentModule.get(), renderPass.get(), in iterate()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp1206 wgpu::ShaderModule fragmentModule, in CheckCreatingRenderPipeline() argument
1210 descriptor.cFragment.module = fragmentModule; in CheckCreatingRenderPipeline()
1317 wgpu::ShaderModule fragmentModule = fragmentModules[fragmentModuleIndex]; in TEST_F() local
1319 CheckCreatingRenderPipeline(vertexModule, fragmentModule, shouldSuccess); in TEST_F()
1454 wgpu::ShaderModule fragmentModule = fragmentModules[fragmentModuleIndex]; in TEST_F() local
1458 CheckCreatingRenderPipeline(vertexModule, fragmentModule, shouldSuccess); in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp205 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCol… in NegativeViewportHeightTestInstance() local
214 …pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*fragmentModule, "main", VK_S… in NegativeViewportHeightTestInstance()
DvktDrawDepthClampTests.cpp414 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBi… in DepthClampTestInstance() local
427 …pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*fragmentModule, "main", VK_S… in DepthClampTestInstance()
DvktDrawDiscardRectanglesTests.cpp144 const VkShaderModule fragmentModule, in makeGraphicsPipeline() argument
301 fragmentModule, // VkShaderModule module; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp155 const vk::VkShaderModule fragmentModule,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp558 Move<VkShaderModule> fragmentModule; in bufferMarkerMemoryDep() local
608 fragmentModule = createShaderModule(vk, device, context.getBinaryCollection().get("frag"), 0u); in bufferMarkerMemoryDep()
654 fragmentModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm323 const ShaderModule* fragmentModule = ToBackend(descriptor->fragmentStage->module);
325 ShaderModule::MetalFunctionData fragmentData = fragmentModule->GetFunction(

12