Home
last modified time | relevance | path

Searched defs:colorAttachment (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/skia/src/gpu/mtl/
H A DGrMtlFramebuffer.h23 GrMtlAttachment* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function in GrMtlFramebuffer
H A DGrMtlRenderTarget.h38 GrMtlAttachment* colorAttachment() const { return fColorAttachment.get(); } in colorAttachment() function in GrMtlRenderTarget
/third_party/skia/src/gpu/vk/
H A DGrVkFramebuffer.h73 GrVkImage* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() function in GrVkFramebuffer
H A DGrVkTextureRenderTarget.cpp105 sk_sp<GrVkImage> colorAttachment; in MakeNewTextureRenderTarget() local
24 GrVkTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus) GrVkTextureRenderTarget() argument
48 GrVkTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrVkTextureRenderTarget() argument
63 create_rt_attachments(GrVkGpu* gpu, SkISize dimensions, VkFormat format, int sampleCnt, GrProtected isProtected, sk_sp<GrVkImage> texture, sk_sp<GrVkImage>* colorAttachment, sk_sp<GrVkImage>* resolveAttachment) create_rt_attachments() argument
146 sk_sp<GrVkImage> colorAttachment; MakeWrappedTextureRenderTarget() local
[all...]
H A DGrVkRenderTarget.h55 GrVkImage* colorAttachment() const { in colorAttachment() function in GrVkRenderTarget
H A DGrVkFramebuffer.cpp16 Make( GrVkGpu* gpu, SkISize dimensions, sk_sp<const GrVkRenderPass> compatibleRenderPass, GrVkImage* colorAttachment, GrVkImage* resolveAttachment, GrVkImage* stencilAttachment, GrVkResourceProvider::CompatibleRPHandle compatibleRenderPassHandle) Make() argument
64 GrVkFramebuffer(const GrVkGpu* gpu, VkFramebuffer framebuffer, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, sk_sp<GrVkImage> stencilAttachment, sk_sp<const GrVkRenderPass> compatibleRenderPass, GrVkResourceProvider::CompatibleRPHandle compatibleRPHandle) GrVkFramebuffer() argument
81 GrVkFramebuffer(const GrVkGpu* gpu, sk_sp<GrVkImage> colorAttachment, sk_sp<const GrVkRenderPass> renderPass, std::unique_ptr<GrVkSecondaryCommandBuffer> externalCommandBuffer) GrVkFramebuffer() argument
H A DGrVkRenderTarget.cpp51 GrVkRenderTarget(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, CreateType createType) GrVkRenderTarget() argument
142 sk_sp<GrVkImage> colorAttachment; MakeWrappedRenderTarget() local
177 sk_sp<GrVkImage> colorAttachment = MakeSecondaryCBRenderTarget() local
363 GrVkImage* colorAttachment = withResolve ? this->msaaAttachment() : this->colorAttachment(); createFramebuffer() local
380 const GrVkImage* colorAttachment = getAttachmentsDescriptor() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DCHelloTriangle.cpp111 WGPURenderPassColorAttachment colorAttachment = {}; in frame() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferMultiviewTest.cpp494 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
592 GLenum colorAttachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp125 GLenum colorAttachment = in attachTextures() local
178 GLenum colorAttachment = in detachTextures() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp148 de::MovePtr<ImageWithMemory> colorAttachment; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp332 const gl::FramebufferAttachment &colorAttachment = colorAttachments[attachmentIndex]; in getColorAttachmentsForRender() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.cpp64 wgpu::RenderPassColorAttachment colorAttachment; in beginRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp263 de::MovePtr<vk::ImageWithMemory> colorAttachment; in iterate() local
H A DvktPipelineStencilExportTests.cpp505 Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresourceRange); in testStencilExportReplace() local
H A DvktPipelineNoPositionTests.cpp486 const VkAttachmentDescription colorAttachment = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp146 de::MovePtr<ImageWithMemory> colorAttachment; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp72 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty() local
91 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl() local
171 const gl::FramebufferAttachment *colorAttachment = in invalidateBase() local
[all...]
H A DClear11.cpp409 const gl::FramebufferAttachment *colorAttachment = fboData.getFirstColorAttachment(); in clearFramebuffer() local
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp150 BasicRenderPass(uint32_t texWidth, uint32_t texHeight, wgpu::Texture colorAttachment, wgpu::TextureFormat textureFormat) BasicRenderPass() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp569 const GLenum colorAttachment = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)) ? GL_FRONT : GL_BACK); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp259 de::MovePtr<vk::ImageWithMemory> colorAttachment; in iterate() local
H A DvktPipelineStencilExportTests.cpp500 Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresourceRange); in testStencilExportReplace() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp145 MaybeError ValidateOrSetColorAttachmentSampleCount(const TextureViewBase* colorAttachment, in ValidateOrSetColorAttachmentSampleCount() argument
161 ValidateResolveTarget(const DeviceBase* device, const RenderPassColorAttachment& colorAttachment) ValidateResolveTarget() argument
214 ValidateRenderPassColorAttachment( DeviceBase* device, const RenderPassColorAttachment& colorAttachment, uint32_t* width, uint32_t* height, uint32_t* sampleCount) ValidateRenderPassColorAttachment() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp910 createFramebuffer(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView colorAttachment, const tcu::UVec2& renderSize) createFramebuffer() argument

Completed in 19 milliseconds

1234