Searched refs:taskShaderModule (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkObjUtil.cpp | 409 const VkShaderModule taskShaderModule, in makeGraphicsPipeline() argument 437 if (taskShaderModule != DE_NULL) in makeGraphicsPipeline() 440 stageCreateInfo.module = taskShaderModule; in makeGraphicsPipeline()
|
| D | vkObjUtil.hpp | 106 const VkShaderModule taskShaderModule,
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktShaderExecutor.cpp | 3008 …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/ |
| D | vktShaderExecutor.cpp | 3008 …const auto taskShaderModule = (useTask ? createShaderModule(vk, vkDevice, binaries.get("task")) : … in execute() local 3021 taskShaderModule.get(), meshShaderModule.get(), DE_NULL, in execute()
|