Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/
Dglsl-shader-to-spv-c-array.py40 chunk_size = 4
41 spv_bytes_chunks = [spv_bytes[i:i + chunk_size]
42 for i in range(0, len(spv_bytes), chunk_size)]
/hardware/nxp/uwb/halimpl/hal/sr200/
Dfwd_hdll.h62 uint8_t chunk_size; member
Dfwd_hdll.cc1391 hdll_header = hdllCmd->chunk_size ? (HDLL_PKT_CHUNK_BITMASK | hdll_header) in phBuildHdllCmd()
1448 hdllCmd->chunk_size = 0; in sendEdlResetCmd()
1573 hdllCmd->chunk_size = 0; in phGenericGetInfo()