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.cpp752 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; local
849 colorBlendAttachmentStates.push_back(colorBlendAttachmentState);
1158 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount;
1159 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments;

Completed in 148 milliseconds