Searched refs:sparse_block_base (Results 1 – 1 of 1) sorted by relevance
994 uint32_t sparse_block_base[3] = { in lvp_image_bind_sparse() local1009 … uint32_t start_x = (sparse_block_base[0] + block % sparse_block_counts[0]) * sparse_tile_size[0]; in lvp_image_bind_sparse()1010 …uint32_t start_y = (sparse_block_base[1] + (block / sparse_block_counts[0]) % sparse_block_counts[… in lvp_image_bind_sparse()1012 …uint32_t start_z = (sparse_block_base[2] + (block / sparse_block_counts[0] / sparse_block_counts[1… in lvp_image_bind_sparse()