Searched refs:taskShaderModule (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 400 const VkShaderModule taskShaderModule, in makeGraphicsPipeline() argument 428 if (taskShaderModule != DE_NULL) in makeGraphicsPipeline() 431 stageCreateInfo.module = taskShaderModule; in makeGraphicsPipeline()
|
D | vkPipelineConstructionUtil.hpp | 234 const VkShaderModule taskShaderModule,
|
D | vkPipelineConstructionUtil.cpp | 1020 const VkShaderModule taskShaderModule, in setupPreRasterizationMeshShaderState() argument 1041 const bool hasTask = (taskShaderModule != DE_NULL); in setupPreRasterizationMeshShaderState() 1080 stageInfo.module = taskShaderModule; in setupPreRasterizationMeshShaderState()
|
D | vkObjUtil.hpp | 104 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()
|