Home
last modified time | relevance | path

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

12345678

/third_party/mesa3d/src/glx/
H A Ddri2.h42 unsigned int attachment; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_dma_buf.h28 struct dma_buf_attachment *attachment; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_dma_buf.h27 struct dma_buf_attachment *attachment; member
/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
/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...]
/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...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiviewTest.cpp189 GLenum attachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in AttachMultiviewTextures() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.h119 wgpu::Texture attachment; member
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp58 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local
172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local

Completed in 10 milliseconds

12345678