Home
last modified time | relevance | path

Searched refs:m_vertShaderModule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp160 ShaderWrapper m_vertShaderModule; member in vkt::pipeline::__anon3e9852b40111::InterfaceMatchingTestInstance
284 m_vertShaderModule = ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
311 …terizationShaderState(viewports, scissors, m_pipelineLayout, *m_renderPass, 0u, m_vertShaderModule, in iterate()
H A DvktPipelineBindVertexBuffers2Tests.cpp620 …, m_vertShaderModule(getDeviceInterface(), getDevice(), m_context.getBinaryCollection().get("vert"… in BindVertexBuffers2Instance()
647 const vk::ShaderWrapper m_vertShaderModule; member in vkt::pipeline::BindVertexBuffers2Instance
749 … .setupPreRasterizationShaderState(viewports, scissors, layout, renderPass, 0u, m_vertShaderModule, in createPipeline()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp758 Move<VkShaderModule> m_vertShaderModule; member in vkt::BindingModel::__anon5cff99a80111::BindingAcceleratioStructureGraphicsTestInstance
779 , m_vertShaderModule() in BindingAcceleratioStructureGraphicsTestInstance()
1193 …return vk::makeGraphicsPipeline(vkd, device, *m_pipelineLayout, *m_vertShaderModule, *m_tescShader… in makeGraphicsPipeline()
1225 m_vertShaderModule = createShaderModule(vkd, device, collection.get("vert"), 0); in initPipeline()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp325 Move<VkShaderModule> m_vertShaderModule; member in vkt::RayQuery::__anon85ffabeb0111::GraphicsConfiguration
350 , m_vertShaderModule() in GraphicsConfiguration()
790 …return vk::makeGraphicsPipeline(vkd, device, *m_pipelineLayout, *m_vertShaderModule, *m_tescShader… in makeGraphicsPipeline()
831 m_vertShaderModule = createShaderModule(vkd, device, collection.get("vert"), 0); in initConfiguration()
H A DvktRayQueryBuiltinTests.cpp367 Move<VkShaderModule> m_vertShaderModule; member in vkt::RayQuery::__anon2e6761860111::GraphicsConfiguration
392 , m_vertShaderModule() in GraphicsConfiguration()
871 …return vk::makeGraphicsPipeline(vkd, device, *m_pipelineLayout, *m_vertShaderModule, *m_tescShader… in makeGraphicsPipeline()
912 m_vertShaderModule = createShaderModule(vkd, device, collection.get("vert"), 0); in initConfiguration()