Home
last modified time | relevance | path

Searched defs:bytes_per_element (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c38 unsigned bytes_per_element = util_format_get_blocksize(images[shader][i].desc.format); in svga_get_image_size_constant() local
116 unsigned bytes_per_element = util_format_get_blocksize(sv->format); in svga_get_extra_constants_common() local
/aosp_15_r20/external/v4l2_codec2/common/
H A DVideoPixelFormat.cpp301 static const int bytes_per_element[] = {1, 2}; in bytesPerElement() local