Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp80 const auto &colorAttachments = mState.getColorAttachments(); in markAttachmentsDirty() local
318 const auto &colorAttachments = mState.getColorAttachments(); in blitImpl() local
DClear11.cpp459 const auto &colorAttachments = fboData.getColorAttachments(); in clearFramebuffer() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp96 std::vector<vk::VkImageView> colorAttachments { *m_colorTargetView }; in initialize() local
DvktDrawDifferingInterpolationTests.cpp240 vector<VkImageView> colorAttachments { *colorTargetView }; in iterate() local
DvktDrawMultisampleLinearInterpolationTests.cpp367 std::vector<VkRenderingAttachmentInfo> colorAttachments(imagesCount, in iterate() local
DvktDrawNegativeViewportHeightTests.cpp178 std::vector<VkImageView> colorAttachments { *m_colorTargetView }; in NegativeViewportHeightTestInstance() local
DvktDrawAhbTests.cpp373 vector<VkImageView> colorAttachments; in iterate() local
DvktDrawExplicitVertexParameterTests.cpp425 vector<VkImageView> colorAttachments { *m_colorTargetView }; in iterate() local
DvktDrawMultipleInterpolationTests.cpp750 std::vector<vk::VkRenderingAttachmentInfoKHR> colorAttachments(imagesCount, in beginDynamicRender() local
DvktDrawInstancedTests.cpp459 std::vector<vk::VkImageView> colorAttachments { *m_colorTargetView }; in InstancedDrawInstance() local
/external/angle/src/tests/gl_tests/
DFramebufferFetchTest.cpp834 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in MultipleRenderTargetTest() local
914 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in MultipleRenderTargetArrayTest() local
1260 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() local
1378 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in DrawNonFetchDrawFetchWithDifferentProgramsTest() local
1456 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in DrawFetchBlitDrawFetchTest() local
2231 GLenum colorAttachments[kMaxColorBuffer] = {GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, in TEST_P() local
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.h217 std::array<RenderPipelineColorAttachmentDesc, kMaxRenderTargets> colorAttachments; member
385 std::array<RenderPassColorAttachmentDesc, kMaxRenderTargets> colorAttachments; member
/external/skia/src/gpu/ganesh/dawn/
DGrDawnOpsRenderPass.cpp72 wgpu::RenderPassColorAttachment* colorAttachments = { &colorAttachment }; in beginRenderPass() local
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp325 const auto &colorAttachments = mState.getColorAttachments(); in getColorAttachmentsForRender() local
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp74 VkRenderingAttachmentInfo colorAttachments[sw::MAX_COLOR_BUFFERS] = { {} }; member
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp209 std::vector<vk::VkImageView> colorAttachments(1); in initFramebuffer() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp409 vector<SharedPtrVkImageView> colorAttachments; in test() local
1058 vector<SharedPtrVkImageView> colorAttachments; in testMultiAttachments() local
1481 vector<SharedPtrVkImageView> colorAttachments; in testInputResolveSameAttachment() local
DvktPipelineRenderToImageTests.cpp896 vector<SharedPtrVkImageView> colorAttachments; in testWithSizeReduction() local
1221 vector<SharedPtrVkImageView> colorAttachments; in drawToMipLevel() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp215 std::vector<vk::VkImageView> colorAttachments { *m_colorTargetView }; in createRenderPassWithClear() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp573 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate() local
979 const std::vector<vk::VkAttachmentReference> colorAttachments(1u, colorRef); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp289 …std::vector<VkPipelineColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorB… in makeGraphicsPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp955 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in createCommandBufferDynamicRendering() local
DvktRenderPassTestsUtil.cpp404 const std::vector<AttachmentReference>& colorAttachments, in Subpass()
DvktRenderPassDitheringTests.cpp436 std::vector<VkRenderingAttachmentInfoKHR> colorAttachments; in render() local
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp655 } colorAttachments[] = in test() local

12