/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.cpp | 325 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender() local
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnOpsRenderPass.cpp | 70 wgpu::RenderPassColorAttachment* colorAttachments = { &colorAttachment }; in beginRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSampleAttributeTests.cpp | 244 const VkRenderingAttachmentInfoKHR colorAttachments = in iterate() local
|
H A D | vktDrawAhbTests.cpp | 373 vector<VkImageView> colorAttachments; in iterate() local
|
H A D | vktDrawOHOSNativeBufferTests.cpp | 386 vector<VkImageView> colorAttachments; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.cpp | 69 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty() local 295 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl() local
|
H A D | Clear11.cpp | 459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderPassDescriptorValidationTests.cpp | 104 std::array<wgpu::RenderPassColorAttachment, kMaxColorAttachments + 1> colorAttachments; in TEST_F() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 655 } colorAttachments[] = in test() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawAhbTests.cpp | 373 vector<VkImageView> colorAttachments; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_state_cache.h | 219 RenderPipelineColorAttachmentDesc colorAttachments[kMaxRenderTargets]; member 384 RenderPassColorAttachmentDesc colorAttachments[kMaxRenderTargets]; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferFetchTest.cpp | 400 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, DrawNonFetchDrawFetchWithDifferentAttachmentsTest() local 815 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, DrawNonFetchDrawFetchWithDifferentProgramsTest() local 893 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, DrawFetchBlitDrawFetchTest() local 1496 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, TEST_P() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 434 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render() local
|
H A D | vktRenderPassTestsUtil.cpp | 401 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const std::vector<AttachmentReference>& inputAttachments, const std::vector<AttachmentReference>& colorAttachments, const std::vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const std::vector<deUint32>& preserveAttachments, bool omitBlendState) Subpass() argument
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 954 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering() local
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 588 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBuffer() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Commands.h | 101 colorAttachments; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 436 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render() local
|
H A D | vktRenderPassTestsUtil.cpp | 401 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const std::vector<AttachmentReference>& inputAttachments, const std::vector<AttachmentReference>& colorAttachments, const std::vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const std::vector<deUint32>& preserveAttachments, bool omitBlendState) Subpass() argument
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 955 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 414 vector<SharedPtrVkImageView> colorAttachments; in test() local 1068 vector<SharedPtrVkImageView> colorAttachments; in testMultiAttachments() local 1495 vector<SharedPtrVkImageView> colorAttachments; in testInputResolveSameAttachment() local [all...] |
H A D | vktPipelineMiscTests.cpp | 1235 const vk::VkRenderingAttachmentInfoKHR colorAttachments = { in runTest() local
|
H A D | vktPipelineRenderToImageTests.cpp | 980 vector<SharedPtrVkImageView> colorAttachments; in testWithSizeReduction() local 1344 vector<SharedPtrVkImageView> colorAttachments; in drawToMipLevel() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktShaderTileImageTests.cpp | 1742 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in rendering() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 1420 const auto &colorAttachments = mState.getColorAttachments(); in syncClearBufferState() local
|