| /third_party/mesa3d/src/glx/ |
| H A D | dri2.h | 42 unsigned int attachment; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_dma_buf.h | 28 struct dma_buf_attachment *attachment; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_dma_buf.h | 27 struct dma_buf_attachment *attachment; member
|
| /third_party/skia/src/gpu/mtl/ |
| H A D | GrMtlTexture.h | 34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function in GrMtlTexture
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| H A D | Framebuffer.cpp | 17 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 D | mock_dmabuf.c | 9 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 D | mock_dmabuf.c | 9 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 D | AttachmentState.cpp | 56 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 D | omap_gem_dmabuf.c | 56 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 D | dmabuf-cache.c | 67 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 D | dmabuf-cache.c | 69 struct dma_buf_attachment *attachment; in tegra_vde_dmabuf_cache_map() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
| H A D | omap_gem_dmabuf.c | 33 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 D | RenderTargetCache.h | 154 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 D | BlendIntegerTest.cpp | 26 void compareValue(const T *value, const char *name, GLenum attachment) in compareValue() argument
|
| H A D | FramebufferMultiviewTest.cpp | 141 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 D | GrVkRenderTarget.h | 169 GrVkImage* attachment = global() variable [all...] |
| /kernel/linux/linux-5.10/drivers/dma-buf/heaps/ |
| H A D | heap-helpers.c | 140 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 D | i915_gem_dmabuf.c | 20 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 D | BlitFramebufferPerf.cpp | 164 GLenum attachment = BufferTypeAttachment(param.type); in initializeBenchmark() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkFramebuffer.cpp | 86 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 D | VkRenderPass.cpp | 431 MarkFirstUse(int attachment, int subpass) MarkFirstUse() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | MultiviewTest.cpp | 189 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 D | ValidationTest.h | 119 wgpu::Texture attachment; member
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fFboStateQueryTests.cpp | 58 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 D | ClearMultiviewGL.cpp | 116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local 172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
|