Home
last modified time | relevance | path

Searched refs:tessControlModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp3876 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local
3889 tessControlModule = createShaderModule(*m_deviceInterface, *m_device, in createGraphicsPipeline()
3895 … makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()
3912 … !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; in createGraphicsPipeline()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp3842 const ShaderModule &tessControlModule = *tessControlPointer; in initializePipelineShadersState() local
3846 tessControlModule.getHandle(), stateOut->specializationInfo, in initializePipelineShadersState()