/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 515 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 617 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate() 951 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollectio… in iterate() local 1047 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 437 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 567 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 634 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 652 shaderStageCreateInfo.module = fragModule.get(); in iterate()
|
D | vktPipelinePushConstantTests.cpp | 2790 Move<VkShaderModule> fragModule; in iterate() local 2805 fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate() 2820 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), renderPass.get(), in iterate()
|
D | vktPipelineSamplerTests.cpp | 1579 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 1676 vertexModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 1472 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().g… in iterate() local 1503 shaderStageCreateInfo.module = fragModule.get(); in iterate()
|
D | vktPipelineMultisampleTests.cpp | 3932 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local 3949 shaderStageCreateInfo.module = fragModule.get(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 1341 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local 1356 …elineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, *fragModule, m_imageExtent2D… in iterate() 1459 …const Unique<VkShaderModule> fragModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local 1496 …*pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, DE_NULL, *fragModule, m_imageExtent2D… in iterate()
|
/external/deqp/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()
|