Home
last modified time | relevance | path

Searched defs:colorAttachments (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp325 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.cpp70 wgpu::RenderPassColorAttachment* colorAttachments = { &colorAttachment }; in beginRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp244 const VkRenderingAttachmentInfoKHR colorAttachments = in iterate() local
H A DvktDrawAhbTests.cpp373 vector<VkImageView> colorAttachments; in iterate() local
H A DvktDrawOHOSNativeBufferTests.cpp386 vector<VkImageView> colorAttachments; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp69 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty() local
295 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl() local
H A DClear11.cpp459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderPassDescriptorValidationTests.cpp104 std::array<wgpu::RenderPassColorAttachment, kMaxColorAttachments + 1> colorAttachments; in TEST_F() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp655 } colorAttachments[] = in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp373 vector<VkImageView> colorAttachments; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h219 RenderPipelineColorAttachmentDesc colorAttachments[kMaxRenderTargets]; member
384 RenderPassColorAttachmentDesc colorAttachments[kMaxRenderTargets]; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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, 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 DvktRenderPassDitheringTests.cpp434 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render() local
H A DvktRenderPassTestsUtil.cpp401 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 DvktRenderPassUnusedClearAttachmentTests.cpp954 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering() local
H A DvktRenderPassLoadStoreOpNoneTests.cpp588 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBuffer() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h101 colorAttachments; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp436 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render() local
H A DvktRenderPassTestsUtil.cpp401 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 DvktRenderPassUnusedClearAttachmentTests.cpp955 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp414 vector<SharedPtrVkImageView> colorAttachments; in test() local
1068 vector<SharedPtrVkImageView> colorAttachments; in testMultiAttachments() local
1495 vector<SharedPtrVkImageView> colorAttachments; in testInputResolveSameAttachment() local
[all...]
H A DvktPipelineMiscTests.cpp1235 const vk::VkRenderingAttachmentInfoKHR colorAttachments = { in runTest() local
H A DvktPipelineRenderToImageTests.cpp980 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 DvktShaderTileImageTests.cpp1742 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in rendering() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp1420 const auto &colorAttachments = mState.getColorAttachments(); in syncClearBufferState() local

Completed in 41 milliseconds

12