Home
last modified time | relevance | path

Searched refs:m_teseShaderModule (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp160 Move<VkShaderModule> m_teseShaderModule; member in vkt::pipeline::__anon28ba483d0111::InterfaceMatchingTestInstance
289m_teseShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("tese"), 0… in iterate()
307 *m_teseShaderModule, // VkShaderModule tessellationEvalModule in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp748 Move<VkShaderModule> m_teseShaderModule; member in vkt::BindingModel::__anon83356cd10111::BindingAcceleratioStructureGraphicsTestInstance
769 , m_teseShaderModule () in BindingAcceleratioStructureGraphicsTestInstance()
1189 *m_teseShaderModule, in makeGraphicsPipeline()
1224 …if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT)) m_teseShaderModule = createShade… in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp368 Move<VkShaderModule> m_teseShaderModule; member in vkt::RayQuery::__anona2e4ab340111::GraphicsConfiguration
393 , m_teseShaderModule () in GraphicsConfiguration()
832 *m_teseShaderModule, in makeGraphicsPipeline()
868 …if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT)) m_teseShaderModule = createShade… in initConfiguration()
DvktRayQueryBuiltinTests.cpp409 Move<VkShaderModule> m_teseShaderModule; member in vkt::RayQuery::__anon72c2f0ef0111::GraphicsConfiguration
434 , m_teseShaderModule() in GraphicsConfiguration()
912 *m_teseShaderModule, in makeGraphicsPipeline()
948 …if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT)) m_teseShaderModule = createShade… in initConfiguration()