Home
last modified time | relevance | path

Searched refs:dst_cpp (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c245 const unsigned dst_cpp = dst_fmtl->bpb / 8; in crocus_emit_blt() local
257 if (src_cpp != dst_cpp) in crocus_emit_blt()
263 assert(src_cpp == dst_cpp); in crocus_emit_blt()
345 dst_cpp * 8, dst->surf.samples, in crocus_emit_blt()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_private.h235 uint32_t dst_cpp,
Dv3dvx_meta_common.c837 uint32_t dst_cpp, in v3dX()
892 uint32_t uif_block_h = 2 * v3d_utile_height(dst_cpp); in v3dX()