Home
last modified time | relevance | path

Searched refs:colorBlendAttState (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp941 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 DvktImageDepthStencilDescriptorTests.cpp941 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 DvktDynamicRenderingUnusedAttachmentsTests.cpp633 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 DvktMemoryAddressBindingTests.cpp1198 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 DvktMemoryDeviceMemoryReportTests.cpp1183 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 DvktMemoryAddressBindingTests.cpp1159 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 DvktMemoryDeviceMemoryReportTests.cpp1177 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 DvktApiObjectManagementTests.cpp1951 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 DvktApiObjectManagementTests.cpp1951 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 DvktShaderObjectMiscTests.cpp1349 const vk::VkPipelineColorBlendAttachmentState colorBlendAttState =
1385 &colorBlendAttState, // const VkPipelineColorBlendAttachmentState* pAttachments;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4204 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()

Completed in 39 milliseconds