Searched refs:avail_size (Results 1 – 2 of 2) sorted by relevance
467 int32_t avail_size = out_row_bytes - col_num; in DecodeRLE8() local468 if (!avail_size || in DecodeRLE8()469 static_cast<int32_t>(*first_byte_ptr) > avail_size) { in DecodeRLE8()490 int32_t avail_size = out_row_bytes - col_num; in DecodeRLE8() local491 if (!avail_size || static_cast<int32_t>(*first_byte_ptr) > avail_size) { in DecodeRLE8()568 int32_t avail_size = out_row_bytes - col_num; in DecodeRLE4() local569 if (!avail_size) { in DecodeRLE4()574 if (static_cast<int32_t>(*first_byte_ptr) > avail_size) { in DecodeRLE4()579 *first_byte_ptr = avail_size - 1; in DecodeRLE4()597 int32_t avail_size = out_row_bytes - col_num; in DecodeRLE4() local[all …]
73 unsigned avail_size = 16; in gen7_allocate_push_constants() local83 unsigned size_per_stage = avail_size / stages; in gen7_allocate_push_constants()89 unsigned fs_size = avail_size - size_per_stage * (stages - 1); in gen7_allocate_push_constants()