Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp409 const VkShaderModule taskShaderModule, in makeGraphicsPipeline() argument
437 if (taskShaderModule != DE_NULL) in makeGraphicsPipeline()
440 stageCreateInfo.module = taskShaderModule; in makeGraphicsPipeline()
DvkObjUtil.hpp106 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()