Home
last modified time | relevance | path

Searched defs:block_base (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/gsc-utils/chip/g/
H A Dupgrade_fw.h43 uint32_t block_base; /* Offset of this frame into the flash SPI. */ member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmorton_radix_sort.h257 for (uint block_base = startID; block_base < endID; block_base += get_local_size(0)) in sort_morton_codes_scatter_items_func() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_vbt_decode.c87 static uint32_t _get_blocksize(const uint8_t *block_base) in _get_blocksize()