Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp159 Move<VkShaderModule> m_tescShaderModule; member in vkt::pipeline::__anon28ba483d0111::InterfaceMatchingTestInstance
288m_tescShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("tesc"), 0… in iterate()
306 *m_tescShaderModule, // VkShaderModule tessellationControlModule in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp747 Move<VkShaderModule> m_tescShaderModule; member in vkt::BindingModel::__anon83356cd10111::BindingAcceleratioStructureGraphicsTestInstance
768 , m_tescShaderModule () in BindingAcceleratioStructureGraphicsTestInstance()
1188 *m_tescShaderModule, in makeGraphicsPipeline()
1223 …if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT)) m_tescShaderModule = createShaderM… in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp367 Move<VkShaderModule> m_tescShaderModule; member in vkt::RayQuery::__anona2e4ab340111::GraphicsConfiguration
392 , m_tescShaderModule () in GraphicsConfiguration()
831 *m_tescShaderModule, in makeGraphicsPipeline()
867 …if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT)) m_tescShaderModule = createShaderM… in initConfiguration()
DvktRayQueryBuiltinTests.cpp408 Move<VkShaderModule> m_tescShaderModule; member in vkt::RayQuery::__anon72c2f0ef0111::GraphicsConfiguration
433 , m_tescShaderModule() in GraphicsConfiguration()
911 *m_tescShaderModule, in makeGraphicsPipeline()
947 …if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT)) m_tescShaderModule = createShaderM… in initConfiguration()