Home
last modified time | relevance | path

Searched refs:fragModule (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp498 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()
DvktMeshShaderSmokeTests.cpp494 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()
DvktMeshShaderPropertyTests.cpp190 const Move<VkShaderModule> fragModule; // No fragment shader. in iterate() local
200 taskModule.get(), meshModule.get(), fragModule.get(), in iterate()
DvktMeshShaderBuiltinTests.cpp202 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/
DvktImagelessFramebufferTests.cpp1004 …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/
DvktBindingDescriptorUpdateTests.cpp516 …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()
DvktBindingValveMutableTests.cpp2910 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/
DvktRasterizationFragShaderSideEffectsTests.cpp433 …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/
DvktImageDepthStencilDescriptorTests.cpp932 …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/
DvktDrawMultiExtTests.cpp792 …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/
DvktPipelineColorWriteEnableTests.cpp637 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("f… in iterate() local
655 shaderStageCreateInfo.module = fragModule.get(); in iterate()
DvktPipelinePushConstantTests.cpp2821 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()
DvktPipelineSamplerTests.cpp1582 …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()
DvktPipelineExtendedDynamicStateTests.cpp2008 …const auto fragModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection()… in iterate() local
2032 fragModule.get(), // VkShaderModule module; in iterate()
DvktPipelineMultisampleTests.cpp4806 …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/
DvktDynamicStateRSTests.cpp852 …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/
DvktTransformFeedbackSimpleTests.cpp1356 …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/
DvktApiCommandBuffersTests.cpp4515 …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()