Home
last modified time | relevance | path

Searched defs:vertexModule (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp95const VkShaderModule vertexModule, const VkShaderModule fragmentModule, in makeGraphicsPipeline()
476 const Unique<VkShaderModule> vertexModule( in iterate() local
821 const Unique<VkShaderModule> vertexModule( in iterate() local
1182 …const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentMod… in makeGraphicsPipeline()
1603 const Unique<VkShaderModule> vertexModule( in iterate() local
1977 …const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentMod… in makeGraphicsPipeline()
2269 const Unique<VkShaderModule> vertexModule( in iterate() local
H A DvktFragmentOperationsOcclusionQueryTests.cpp96const VkShaderModule vertexModule, const VkShaderModule fragmentModule, in makeGraphicsPipeline()
410 const Unique<VkShaderModule> vertexModule( in iterate() local
H A DvktFragmentOperationsScissorMultiViewportTests.cpp96const VkShaderModule vertexModule, const VkShaderModule geometryModule, in makeGraphicsPipeline()
H A DvktFragmentOperationsTransientAttachmentTests.cpp430 const Unique<VkShaderModule> vertexModule( in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp194 const VkRenderPass renderPass, const ShaderWrapper vertexModule, in preparePipelineWrapper()
403 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in test() local
789 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in testNoAtt() local
1063 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in testMultiAttachments() local
1517 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in testInputResolveSameAttachment() local
H A DvktPipelineMultisampleImageTests.cpp93 … const VkRenderPass renderPass, const ShaderWrapper vertexModule, in makeGraphicsPipelines()
311 const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, in preparePipelineWrapper()
1001 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in renderMultisampledImage() local
1268 const ShaderWrapper vertexModule( in test() local
1914 const ShaderWrapper vertexModule( in test() local
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp566 const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, in preparePipelineWrapper()
703const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, in preparePipelineWrapperSinglePassColor()
1555 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, m_context.getBinaryCollection().get("ve… in drawSinglePass() local
2351 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, m_context.getBinaryCollection().get("ve… in drawPatternChangeReference() local
2477 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, m_context.getBinaryCollection().get("ve… in drawRenderPasses() local
2910 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, m_context.getBinaryCollection().get("ve… in drawSubpasses() local
3098 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, m_context.getBinaryCollection().get("ve… in drawSameSubpass() local
H A DvktPipelineStencilExportTests.cpp343 … const VkRenderPass renderPass, const uint32_t subpass, const ShaderWrapper vertexModule, in preparePipelineWrapper()
494 …ShaderWrapper vertexModule = ShaderWrapper(vk, device, context.getBinaryCollection().get("vert"), … in testStencilExportReplace() local
H A DvktPipelineRenderToImageTests.cpp223 const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, in preparePipelineWrapper()
922 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in testWithSizeReduction() local
1283 const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule) in drawToMipLevel()
1435 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in testRenderToMipMaps() local
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp191const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, const tcu::IVec2 &framebuffe… in preparePipelineWrapper()
232 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, m_context.getBinaryCollection().get("ve… in iterate() local
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp435 const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, const bool enableBlend, in makeGraphicsPipeline()
3116 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in drawBasic() local
3432 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in drawClearAttachments() local
3545const ShaderWrapper &vertexModule, const PipelineLayoutWrapper &pipelineLayout, const uint32_t pas… in drawOnePass()
3714 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in drawSingleRenderPass() local
3774 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in drawMultiRenderPass() local
4530 … const PipelineLayoutWrapper &pipelineLayout, const ShaderWrapper &vertexModule, in copyToInputAttachment()
4791 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in drawInputAttachments() local
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp177 const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule, const bool useVertexInput, in preparePipelineWrapper()
984 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in draw() local
1655 …const ShaderWrapper vertexModule(ShaderWrapper(vk, device, context.getBinaryCollection().get("vert… in drawResolve() local
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLModuleLoader.cpp345 const Module* vertexModule = this->loadVertexModule(compiler); in loadGraphiteVertexModule() local
356 const Module* vertexModule = this->loadVertexModule(compiler); in loadGraphiteVertexES2Module() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp88const VkShaderModule vertexModule, const VkShaderModule geometryModule, in makeGraphicsPipeline()
162 const Unique<VkShaderModule> vertexModule( in draw() local
H A DvktGeometryLayeredRenderingTests.cpp273const VkShaderModule vertexModule, const VkShaderModule geometryModule, in makeGraphicsPipeline()
1262 const Unique<VkShaderModule> vertexModule( in test() local
1398 const Unique<VkShaderModule> vertexModule( in testLayeredReadBack() local
1755 const Unique<VkShaderModule> vertexModule( in testSecondaryCmdBuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp42const VkShaderModule vertexModule, const VkShaderModule fragmentModule, in makeGraphicsPipeline()
765 Move<VkShaderModule> vertexModule = in recordCommands() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp527 …ineLayoutWrapper &pipelineLayout, const VkRenderPass renderPass, const ShaderWrapper &vertexModule, in makeGraphicsPipeline()
979 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
1070 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
1316 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
1571 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
1760 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
1946 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
2097 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
2633 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
3511 const ShaderWrapper vertexModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryPositionFetchTests.cpp336 const VkShaderModule vertexModule, const uint32_t subpass) in makeGraphicsPipeline()
548 …auto vertexModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0… in iterate() local
H A DvktRayQueryOpacityMicromapTests.cpp423 const VkShaderModule vertexModule, const uint32_t subpass) in makeGraphicsPipeline()
919 …auto vertexModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0… in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp809 VkPipelineLayout pipelineLayout, VkRenderPass renderPass, VkShaderModule vertexModule, in createGraphicsPipeline()
888 …Move<VkShaderModule> vertexModule = createShaderModule(vki, dev, m_context.getBinaryCollection()… in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp546 …const auto vertexModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get(… in iterate() local
993 …const auto vertexModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get(… in iterate() local
H A DvktBindingStagesTests.cpp354 …const auto vertexModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("vert")… in iterate() local
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp274 vk::ShaderModule vertexModule = hooks.createVertexShader(*this); in createGraphicsPipeline() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp211 const Move<VkShaderModule> vertexModule = in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp260 const Move<VkShaderModule> vertexModule = in iterate() local

12