/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 941 VkPipelineColorBlendAttachmentState colorBlendAttState = {}; in iterate() local 979 colorBlendAttState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 980 colorBlendAttState.blendEnable = VK_FALSE; in iterate() 982 colorBlendInfo.pAttachments = &colorBlendAttState; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 941 VkPipelineColorBlendAttachmentState colorBlendAttState = {}; in iterate() local 979 colorBlendAttState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 980 colorBlendAttState.blendEnable = VK_FALSE; in iterate() 982 colorBlendInfo.pAttachments = &colorBlendAttState; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingUnusedAttachmentsTests.cpp | 633 const auto colorBlendAttState = makePipelineColorBlendAttachmentState(VK_FALSE, VK_BLEND_FACTOR_ZERO, VK_BLEND_FACTOR_ZERO, VK_BLEND_OP_ADD, VK_BLEND_FACTOR_ZERO, VK_BLEND_FACTOR_ZERO, VK_BLEND_OP_ADD, colorWriteMask); in iterate() local 635 const std::vector<VkPipelineColorBlendAttachmentState> colorBlendStateVec (pipelineRenderingCreateInfo.colorAttachmentCount, colorBlendAttState); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1198 const VkPipelineColorBlendAttachmentState colorBlendAttState[]= in create() local 1219 DE_LENGTH_OF_ARRAY(colorBlendAttState), // uint32_t attachmentCount; in create() 1220 colorBlendAttState, // const VkPipelineColorBlendAttachmentState* pAttachments; in create()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1183 const VkPipelineColorBlendAttachmentState colorBlendAttState[]= in create() local 1204 DE_LENGTH_OF_ARRAY(colorBlendAttState), // uint32_t attachmentCount; in create() 1205 colorBlendAttState, // const VkPipelineColorBlendAttachmentState* pAttachments; in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1159 const VkPipelineColorBlendAttachmentState colorBlendAttState[]= in create() local 1180 DE_LENGTH_OF_ARRAY(colorBlendAttState), // uint32_t attachmentCount; in create() 1181 colorBlendAttState, // const VkPipelineColorBlendAttachmentState* pAttachments; in create()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1177 const VkPipelineColorBlendAttachmentState colorBlendAttState[]= in create() local 1198 DE_LENGTH_OF_ARRAY(colorBlendAttState), // uint32_t attachmentCount; in create() 1199 colorBlendAttState, // const VkPipelineColorBlendAttachmentState* pAttachments; in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 1951 const VkPipelineColorBlendAttachmentState colorBlendAttState[]= in createMultiple() local 1971 DE_LENGTH_OF_ARRAY(colorBlendAttState), in createMultiple() 1972 colorBlendAttState, in createMultiple()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 1951 const VkPipelineColorBlendAttachmentState colorBlendAttState[]= in createMultiple() local 1971 DE_LENGTH_OF_ARRAY(colorBlendAttState), in createMultiple() 1972 colorBlendAttState, in createMultiple()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectMiscTests.cpp | 1349 const vk::VkPipelineColorBlendAttachmentState colorBlendAttState = 1385 &colorBlendAttState, // const VkPipelineColorBlendAttachmentState* pAttachments;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 4204 const auto colorBlendAttState = makePipelineColorBlendAttachmentState(VK_FALSE, VK_BLEND_FACTOR_ZERO, VK_BLEND_FACTOR_ZERO, VK_BLEND_OP_ADD, VK_BLEND_FACTOR_ZERO, VK_BLEND_FACTOR_ZERO, VK_BLEND_OP_ADD, (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT)); in iterate() local 4249 const std::vector<VkPipelineColorBlendAttachmentState> colorBlendStateVec (1u, colorBlendAttState); in iterate()
|