Searched defs:colorBlendAttachmentStates (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp175 const VkPipelineColorBlendAttachmentState colorBlendAttachmentStates[] = local
188 DE_LENGTH_OF_ARRAY(colorBlendAttachmentStates), // deUint32 attachmentCount;
189 colorBlendAttachmentStates, // const VkPipelineColorBlendAttachmentState* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp754 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; local
851 colorBlendAttachmentStates.push_back(colorBlendAttachmentState);
1160 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount;
1161 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments;

Completed in 93 milliseconds