Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp3386 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local
3399tessControlModule = createShaderModule(*m_deviceInterface, *m_device, getShaderBinary(VK_SHADER_ST… in createGraphicsPipeline()
3402 …lace_back(makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()
3416 …inputAssemblyState.topology = !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIV… in createGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp3386 Move<VkShaderModule> tessControlModule; in createGraphicsPipeline() local
3399tessControlModule = createShaderModule(*m_deviceInterface, *m_device, getShaderBinary(VK_SHADER_ST… in createGraphicsPipeline()
3402 …lace_back(makeShaderStageCreateInfo(VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, *tessControlModule)); in createGraphicsPipeline()
3416 …inputAssemblyState.topology = !!tessControlModule ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIV… in createGraphicsPipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1741 const ShaderModule &tessControlModule = tessControlPointer.get().get(); in initializePipeline() local
1745 tessControlModule.getHandle(), specializationInfo, in initializePipeline()