Searched refs:sparse_block_counts (Results 1 – 1 of 1) sorted by relevance
1000 uint32_t sparse_block_counts[3] = { in lvp_image_bind_sparse() local1006 …uint32_t sparse_block_count = sparse_block_counts[0] * sparse_block_counts[1] * sparse_block_count… in lvp_image_bind_sparse()1009 … 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 …art_z = (sparse_block_base[2] + (block / sparse_block_counts[0] / sparse_block_counts[1]) % sparse… in lvp_image_bind_sparse()