/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderApiTests.cpp | 498 Move<VkShaderModule> fragModule; in iterate() local 504 fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate() 510 taskModule.get(), meshModule.get(), fragModule.get(), in iterate()
|
D | vktMeshShaderSmokeTests.cpp | 494 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag"), 0u); in iterate() local 499 …vkd, device, pipelineLayout.get(), taskModule.get(), meshModule.get(), fragModule.get(), renderPas… in iterate()
|
D | vktMeshShaderPropertyTests.cpp | 190 const Move<VkShaderModule> fragModule; // No fragment shader. in iterate() local 200 taskModule.get(), meshModule.get(), fragModule.get(), in iterate()
|
D | vktMeshShaderBuiltinTests.cpp | 202 Move<VkShaderModule> fragModule; in iterate() local 207 fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate() 227 taskModule.get(), meshModule.get(), fragModule.get(), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1004 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCo… in readOneSampleFromMultisampleImage() local 1024 …hicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_imageExtent2D… in readOneSampleFromMultisampleImage() 1213 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCol… in iterate() local 1217 …phicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_imageExtent2D… in iterate() 1447 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCol… in iterate() local 1451 …phicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_imageExtent2D… in iterate() 1650 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local 1654 …phicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_imageExtent2D… in iterate() 1950 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryC… in iterate() local 1954 …phicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_imageExtent2D… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 516 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 618 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate() 952 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollectio… in iterate() local 1048 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|
D | vktBindingValveMutableTests.cpp | 2910 VkShaderModule fragModule, in buildGraphicsPipeline() argument 2952 …(fragModule == DE_NULL ? VK_TRUE : VK_FALSE), // VkBool32 rasterizerDiscardE… in buildGraphicsPipeline() 2980 vertModule, tescModule, teseModule, geomModule, fragModule, in buildGraphicsPipeline() 3258 VkShaderModule fragModule = DE_NULL; in iterate() local 3265 fragModule = shaderModule.get(); in iterate() 3288 … pipelineLayout.get(), vertModule, tescModule, teseModule, geomModule, fragModule, renderPass.get(… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 433 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 563 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 932 …const auto fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"… in iterate() local 985 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), // Shader modules. in iterate() 996 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), // Shader modules. in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 792 …const auto fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("fr… in iterate() local 892 vertModule.get(), tescModule.get(), teseModule.get(), geomModule.get(), fragModule.get(), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 637 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 655 shaderStageCreateInfo.module = fragModule.get(); in iterate()
|
D | vktPipelinePushConstantTests.cpp | 2821 Move<VkShaderModule> fragModule; in iterate() local 2836 fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate() 2851 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), renderPass.get(), in iterate()
|
D | vktPipelineSamplerTests.cpp | 1582 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 1679 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 2008 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection()… in iterate() local 2032 fragModule.get(), // VkShaderModule module; in iterate()
|
D | vktPipelineMultisampleTests.cpp | 4806 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 4823 shaderStageCreateInfo.module = fragModule.get(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 852 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 918 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), // shaders in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 1356 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local 1371 …elineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, *fragModule, m_imageExtent2D… in iterate() 1474 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local 1511 …*pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, DE_NULL, *fragModule, m_imageExtent2D… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4515 …const auto fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"… in iterate() local 4572 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|