Home
last modified time | relevance | path

Searched defs:colorAttachments (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferFetchTest.cpp400 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in MultipleRenderTargetTest() local
454 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in MultipleRenderTargetArrayTest() local
697 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() local
815 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in DrawNonFetchDrawFetchWithDifferentProgramsTest() local
893 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in DrawFetchBlitDrawFetchTest() local
1496 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp95 std::vector<vk::VkImageView> colorAttachments { *m_colorTargetView }; in initialize() local
DvktDrawDifferingInterpolationTests.cpp230 vector<VkImageView> colorAttachments { *colorTargetView }; in iterate() local
DvktDrawNegativeViewportHeightTests.cpp172 std::vector<VkImageView> colorAttachments { *m_colorTargetView }; in NegativeViewportHeightTestInstance() local
DvktDrawExplicitVertexParameterTests.cpp410 vector<VkImageView> colorAttachments { *colorTargetView }; in iterate() local
DvktDrawAhbTests.cpp373 vector<VkImageView> colorAttachments; in iterate() local
DvktDrawMultipleInterpolationTests.cpp571 std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachments(imagesCount, in render() local
DvktDrawInstancedTests.cpp433 std::vector<vk::VkImageView> colorAttachments { *m_colorTargetView }; in InstancedDrawInstance() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp69 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty() local
295 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl() local
DClear11.cpp459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_state_cache.h219 RenderPipelineColorAttachmentDesc colorAttachments[kMaxRenderTargets]; member
384 RenderPassColorAttachmentDesc colorAttachments[kMaxRenderTargets]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp159 std::vector<vk::VkImageView> colorAttachments(1); in initFramebuffer() local
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp70 wgpu::RenderPassColorAttachment* colorAttachments = { &colorAttachment }; in beginRenderPass() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp325 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp409 vector<SharedPtrVkImageView> colorAttachments; in test() local
1048 vector<SharedPtrVkImageView> colorAttachments; in testDifferentAttachmentSizes() local
1458 vector<SharedPtrVkImageView> colorAttachments; in testInputResolveSameAttachment() local
DvktPipelineRenderToImageTests.cpp992 vector<SharedPtrVkImageView> colorAttachments; in testWithSizeReduction() local
1307 vector<SharedPtrVkImageView> colorAttachments; in drawToMipLevel() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp571 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate() local
976 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp326 …std::vector<VkPipelineColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorB… in makeGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp875 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBuffer() local
DvktRenderPassTestsUtil.cpp404 const std::vector<AttachmentReference>& colorAttachments, in Subpass()
DvktRenderPassLoadStoreOpNoneTests.cpp510 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBuffer() local
DvktRenderPassTests.cpp558 const vector<AttachmentReference>& colorAttachments, in Subpass()
875 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo() local
1591 deUint32 getAttachmentNdx (const vector<AttachmentReference>& colorAttachments, size_t ndx) in getAttachmentNdx()
3461 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in renderReferenceValues() local
4903 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in initializeSubpassRenderInfo() local
5709 set<deUint32> colorAttachments; in addAttachmentAllocationTests() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h101 colorAttachments; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPassDescriptorValidationTests.cpp104 std::array<wgpu::RenderPassColorAttachment, kMaxColorAttachments + 1> colorAttachments; in TEST_F() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboStateQueryTests.cpp654 } colorAttachments[] = in test() local

12