Home
last modified time | relevance | path

Searched defs:attachment (Results 1 - 25 of 195) sorted by relevance

12345678

/third_party/mesa3d/src/glx/
H A Ddri2.h42 unsigned int attachment; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_attach.h45 bool Attach(const IObject::Ptr& attachment) in Attach() argument
[all...]
H A Dintf_attachment_container.h50 bool Attach(const IObject::Ptr& attachment) in Attach() argument
[all...]
/third_party/skia/src/gpu/mtl/
H A DGrMtlTexture.h34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function in GrMtlTexture
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DFramebuffer.cpp17 Framebuffer::Framebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Format colorFormat, vk::RenderPass renderPass, vk::Extent2D extent, bool multisample) in Framebuffer() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c9 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, in mock_map_dma_buf() argument
44 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment, in mock_unmap_dma_buf() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c9 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, in mock_map_dma_buf() argument
44 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment, in mock_unmap_dma_buf() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.cpp56 TextureViewBase* attachment = in AttachmentStateBlueprint() local
67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.cpp51 bool Object::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() argument
60 bool Object::Detach(const IObject::Ptr& attachment) in Detach() argument
H A Dattachment_container.cpp95 bool AttachmentContainer::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() argument
132 bool AttachmentContainer::Detach(const IObject::Ptr& attachment) in Detach() argument
100 Attach( IContainer::SizeType pos, const IObject::Ptr& attachment, const IObject::Ptr& dataContext) Attach() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp174 CheckGetFrameBufferAttachmentParameter( napi_env env, GLenum target, GLenum attachment, const WebGLFramebuffer* frameBuffer) CheckGetFrameBufferAttachmentParameter() argument
211 GetFrameBufferAttachmentParameterForDefault( napi_env env, GLenum target, GLenum attachment, GLenum pname) GetFrameBufferAttachmentParameterForDefault() argument
260 HandleFrameBufferPname( napi_env env, GLenum target, GLenum attachment, GLenum pname, WebGLAttachment* attachmentObject) HandleFrameBufferPname() argument
305 GetFrameBufferAttachmentParameter( napi_env env, GLenum target, GLenum attachment, GLenum pname) GetFrameBufferAttachmentParameter() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c56 static void omap_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in omap_gem_unmap_dma_buf() argument
18 omap_gem_map_dma_buf( struct dma_buf_attachment *attachment, enum dma_data_direction dir) omap_gem_map_dma_buf() argument
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
H A Ddmabuf-cache.c67 struct dma_buf_attachment *attachment; in tegra_vde_dmabuf_cache_map() local
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/
H A Ddmabuf-cache.c69 struct dma_buf_attachment *attachment; in tegra_vde_dmabuf_cache_map() local
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c33 static void omap_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in omap_gem_unmap_dma_buf() argument
20 omap_gem_map_dma_buf( struct dma_buf_attachment *attachment, enum dma_data_direction dir) omap_gem_map_dma_buf() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderTargetCache.h154 updateCachedRenderTarget( const gl::Context *context, const gl::FramebufferAttachment *attachment, RenderTargetT **cachedRenderTarget) updateCachedRenderTarget() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp26 void compareValue(const T *value, const char *name, GLenum attachment) in compareValue() argument
H A DFramebufferMultiviewTest.cpp141 GLColor getLayerColor(size_t layer, GLenum attachment, GLint x, GLint y) in getLayerColor() argument
149 GLColor getLayerColor(size_t layer, GLenum attachment) in getLayerColor() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.h169 GrVkImage* attachment = global() variable
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h59 GLenum attachment; member
[all...]
/kernel/linux/linux-5.10/drivers/dma-buf/heaps/
H A Dheap-helpers.c140 struct sg_table *dma_heap_map_dma_buf(struct dma_buf_attachment *attachment, in dma_heap_map_dma_buf() argument
153 static void dma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in dma_heap_unmap_dma_buf() argument
93 dma_heap_attach(struct dma_buf *dmabuf, struct dma_buf_attachment *attachment) dma_heap_attach() argument
125 dma_heap_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attachment) dma_heap_detach() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c20 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_map_dma_buf() argument
67 static void i915_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_unmap_dma_buf() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp164 GLenum attachment = BufferTypeAttachment(param.type); in initializeBenchmark() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() local
137 clearAttachment(const RenderPass *renderPass, uint32_t subpassIndex, const VkClearAttachment &attachment, const VkClearRect &rect) clearAttachment() argument
[all...]
H A DVkRenderPass.cpp431 MarkFirstUse(int attachment, int subpass) MarkFirstUse() argument
[all...]

Completed in 12 milliseconds

12345678