Home
last modified time | relevance | path

Searched refs:geometryModule (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp92 const VkShaderModule geometryModule, in makeGraphicsPipeline() argument
131 geometryModule, // const VkShaderModule geometryShaderModule in makeGraphicsPipeline()
169 …const Unique<VkShaderModule> geometryModule (createShaderModule (vk, device, context.getBinaryCo… in draw() local
175 …sPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModu… in draw()
DvktGeometryLayeredRenderingTests.cpp297 const VkShaderModule geometryModule, in makeGraphicsPipeline() argument
347 geometryModule, // const VkShaderModule geometryShaderModule in makeGraphicsPipeline()
1250 …const Unique<VkShaderModule> geometryModule (createShaderModule (vk, device, context.getBinaryC… in test() local
1256 …sPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModu… in test()
1344 …const Unique<VkShaderModule> geometryModule (createShaderModule (vk, device, context.getBinaryC… in testLayeredReadBack() local
1377 …sPipeline (vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModu… in testLayeredReadBack()
1609 …const Unique<VkShaderModule> geometryModule (createShaderModule(vk, device, context.getBinaryCol… in testSecondaryCmdBuffer() local
1615 …csPipeline(vk, device, *pipelineLayout, *renderPass, *vertexModule, *geometryModule, *fragmentModu… in testSecondaryCmdBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp46 const VkShaderModule geometryModule) in makeGraphicsPipeline() argument
127 geometryModule, // const VkShaderModule geometryShaderModule in makeGraphicsPipeline()
753 Move<VkShaderModule> geometryModule; in recordCommands() local
758geometryModule = createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().… in recordCommands()
762 …e, getDevice(), *pipelineLayout, *m_renderPass, *vertexModule, *fragmentModule, *geometryModule))); in recordCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp413 Move<VkShaderModule> geometryModule; in DepthClampTestInstance() local
417 geometryModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0); in DepthClampTestInstance()
425 if (*geometryModule != 0) in DepthClampTestInstance()
426 …pipelineCreateInfo.addShader(PipelineCreateInfo::PipelineShaderStage(*geometryModule, "main", VK_S… in DepthClampTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp101 const VkShaderModule geometryModule, in makeGraphicsPipeline() argument
131 geometryModule, // const VkShaderModule geometryShaderModule in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1567 const VkShaderModule geometryModule, in makeGraphicsPipeline() argument
1589 geometryModule, // const VkShaderModule geometryShaderModule in makeGraphicsPipeline()
DvktTransformFeedbackSimpleTests.cpp175 const VkShaderModule geometryModule, in makeGraphicsPipeline() argument
229 geometryModule, // const VkShaderModule geometryShaderModule in makeGraphicsPipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1765 const ShaderModule &geometryModule = geometryPointer.get().get(); in initializePipeline() local
1768 VK_SHADER_STAGE_GEOMETRY_BIT, geometryModule.getHandle(), in initializePipeline()