Home
last modified time | relevance | path

Searched refs:colorAttachmentsCount (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp206 deUint32 colorAttachmentsCount; member
218 result << "color_attachments_" << param.colorAttachmentsCount; in generateTestName()
870 for (deUint32 i = 0; i < param.colorAttachmentsCount; i++) in makeTestRenderPass()
888 param.colorAttachmentsCount, // deUint32 colorAttachmentCount in makeTestRenderPass()
1136 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in buildPipeline()
1256 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1260 m_param.colorAttachmentsCount, attachmentClearValues.data()); in prepareRenderPass()
1273 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1304 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1384 for (deUint32 i = 0; i < param.colorAttachmentsCount; i++) in BlendOperationAdvancedTestInstance()
[all …]
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp344 bool IsValidColorAttachmentBinding(GLenum binding, size_t colorAttachmentsCount) in IsValidColorAttachmentBinding() argument
347 (binding - GL_COLOR_ATTACHMENT0) < colorAttachmentsCount); in IsValidColorAttachmentBinding()