Home
last modified time | relevance | path

Searched refs:colorAttachmentsCount (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp212 deUint32 colorAttachmentsCount; member
225 result << "color_attachments_" << param.colorAttachmentsCount; in generateTestName()
872 for (deUint32 i = 0; i < param.colorAttachmentsCount; i++) in makeTestRenderPass()
890 param.colorAttachmentsCount, // deUint32 colorAttachmentCount in makeTestRenderPass()
1034 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in buildPipeline()
1141 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1145 m_param.colorAttachmentsCount, attachmentClearValues.data()); in prepareRenderPass()
1158 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1200 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1280 for (deUint32 i = 0; i < param.colorAttachmentsCount;
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp210 deUint32 colorAttachmentsCount; member
223 result << "color_attachments_" << param.colorAttachmentsCount; in generateTestName()
877 for (deUint32 i = 0; i < param.colorAttachmentsCount; i++) in makeTestRenderPass()
895 param.colorAttachmentsCount, // deUint32 colorAttachmentCount in makeTestRenderPass()
1040 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in buildPipeline()
1147 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1151 m_param.colorAttachmentsCount, attachmentClearValues.data()); in prepareRenderPass()
1164 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1195 for (deUint32 i = 0; i < m_param.colorAttachmentsCount; i++) in prepareRenderPass()
1275 for (deUint32 i = 0; i < param.colorAttachmentsCount;
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp213 bool IsValidColorAttachmentBinding(GLenum binding, size_t colorAttachmentsCount) in IsValidColorAttachmentBinding() argument
216 (binding - GL_COLOR_ATTACHMENT0) < colorAttachmentsCount); in IsValidColorAttachmentBinding()

Completed in 7 milliseconds