Searched refs:fdl_slice (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfreedreno_layout.c62 struct fdl_slice *slice = &layout->slices[level];
63 struct fdl_slice *ubwc_slice = &layout->ubwc_slices[level];
H A Dfreedreno_layout.h80 struct fdl_slice { struct
97 struct fdl_slice slices[FDL_MAX_MIP_LEVELS];
98 struct fdl_slice ubwc_slices[FDL_MAX_MIP_LEVELS];
189 const struct fdl_slice *slice = &layout->slices[level];
196 const struct fdl_slice *slice = &layout->ubwc_slices[level];
H A Dfd5_layout.c64 struct fdl_slice *slice = &layout->slices[level];
H A Dfd6_layout.c188 struct fdl_slice *slice = &layout->slices[level];
189 struct fdl_slice *ubwc_slice = &layout->ubwc_slices[level];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c41 struct fdl_slice *slice = fd_resource_slice(rsc, level);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c58 struct fdl_slice *slice = fd_resource_slice(rsc, level);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.c43 struct fdl_slice *slice = fd_resource_slice(rsc, level);
H A Dfd3_texture.c194 struct fdl_slice *slice = fd_resource_slice(rsc, lvl);
H A Dfd3_emit.c240 struct fdl_slice *slice = fd_resource_slice(rsc, j + start);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h270 static inline struct fdl_slice *
H A Dfreedreno_resource.c1369 struct fdl_slice *slice = fd_resource_slice(rsc, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c57 struct fdl_slice *slice = NULL;
493 struct fdl_slice *slice = fd_resource_slice(rsc, 0);
618 struct fdl_slice *slice;
H A Dfd5_blitter.c311 struct fdl_slice *sslice, *dslice;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h279 struct fdl_slice *slice = fd_resource_slice(rsc, img->u.tex.level);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c772 const struct fdl_slice *slice = layout->slices + pSubresource->mipLevel;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c87 struct fdl_slice *slice = NULL;

Completed in 15 milliseconds