Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp400 const VkShaderModule taskShaderModule, in makeGraphicsPipeline() argument
428 if (taskShaderModule != DE_NULL) in makeGraphicsPipeline()
431 stageCreateInfo.module = taskShaderModule; in makeGraphicsPipeline()
DvkPipelineConstructionUtil.hpp234 const VkShaderModule taskShaderModule,
DvkPipelineConstructionUtil.cpp1020 const VkShaderModule taskShaderModule, in setupPreRasterizationMeshShaderState() argument
1041 const bool hasTask = (taskShaderModule != DE_NULL); in setupPreRasterizationMeshShaderState()
1080 stageInfo.module = taskShaderModule; in setupPreRasterizationMeshShaderState()
DvkObjUtil.hpp104 const VkShaderModule taskShaderModule,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.cpp3008 …const auto taskShaderModule = (useTask ? createShaderModule(vk, vkDevice, binaries.get("task")) : … in execute() local
3021 taskShaderModule.get(), meshShaderModule.get(), DE_NULL, in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp3008 …const auto taskShaderModule = (useTask ? createShaderModule(vk, vkDevice, binaries.get("task")) : … in execute() local
3021 taskShaderModule.get(), meshShaderModule.get(), DE_NULL, in execute()