Home
last modified time | relevance | path

Searched defs:tiled (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dtiling.c114 uint32_t *tiled = _tiled; in agx_detile() local
127 uint32_t *tiled = _tiled; in agx_tile() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c154 struct si_texture *tiled = ssrc->surface.is_linear ? sdst : ssrc; in si_sdma_v4_v5_copy_texture() local
294 struct si_texture *tiled = src_mode >= RADEON_SURF_MODE_1D ? ssrc : sdst; in cik_sdma_copy_texture() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.h58 bool tiled; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.h58 bool tiled; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.h96 bool tiled; member
Dv3d_blit.c66 struct pipe_resource *tiled = NULL; in v3d_render_blit() local
/third_party/libdrm/omap/
Domap_drm.h72 } tiled; /* (for tiled formats) */ member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c619 bool tiled; in emit_gmem2mem_surf() local
/third_party/flutter/skia/gm/
Dmultipicturedraw.cpp402 static void tiled(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd, in tiled() function
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c181 bool tiled = layout->modifier == DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED; in pan_image_layout_init() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c698 VkFormatFeatureFlags2KHR linear = 0, tiled = 0, buffer = 0; in radv_physical_device_get_format_properties() local
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2343 const BOOL_32 tiled = (pIn->swizzleMode != ADDR_SW_LINEAR) ? TRUE : FALSE; in HwlComputeNonBlockCompressedView() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c1660 struct tu_native_format tiled = tu6_format_texture(format, TILE6_3); in is_swapped_format() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h529 bool tiled; member