Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp376 … const VkPipelineLayout pipelineLayout, const VkShaderModule taskShaderModule, in makeGraphicsPipeline() argument
399 if (taskShaderModule != DE_NULL) in makeGraphicsPipeline()
402 stageCreateInfo.module = taskShaderModule; in makeGraphicsPipeline()
H A DvkObjUtil.hpp86 const VkShaderModule taskShaderModule, const VkShaderModule meshShaderModule,
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3152 const auto taskShaderModule = in execute() local
3166 …makeGraphicsPipeline(vk, vkDevice, pipelineLayout.get(), taskShaderModule.get(), meshShaderModule.… in execute()