Home | History | Annotate | Download | only in unit

Lines Matching refs:block

65    for (i = 0; i < format_desc->block.bits/8; ++i) {
84 for (i = 0; i < format_desc->block.height; ++i) {
85 for (j = 0; j < format_desc->block.width; ++j) {
106 for (i = 0; i < format_desc->block.height; ++i) {
107 for (j = 0; j < format_desc->block.width; ++j) {
128 for (i = 0; i < format_desc->block.height; ++i) {
129 for (j = 0; j < format_desc->block.width; ++j) {
149 for (i = 0; i < format_desc->block.height; ++i) {
150 for (j = 0; j < format_desc->block.width; ++j) {
171 for (i = 0; i < format_desc->block.height; ++i) {
172 for (j = 0; j < format_desc->block.width; ++j) {
192 for (i = 0; i < format_desc->block.height; ++i) {
193 for (j = 0; j < format_desc->block.width; ++j) {
212 for (i = 0; i < format_desc->block.height; ++i) {
213 for (j = 0; j < format_desc->block.width; ++j) {
242 format_desc->block.width, format_desc->block.height);
245 for (i = 0; i < format_desc->block.height; ++i) {
246 for (j = 0; j < format_desc->block.width; ++j) {
283 for (i = 0; i < format_desc->block.height; ++i) {
284 for (j = 0; j < format_desc->block.width; ++j) {
293 format_desc->block.width, format_desc->block.height);
296 for (i = 0; i < format_desc->block.bits/8; ++i) {
349 format_desc->block.width, format_desc->block.height);
354 for (i = 0; i < format_desc->block.height; ++i) {
355 for (j = 0; j < format_desc->block.width; ++j) {
406 format_desc->block.width, format_desc->block.height);
409 for (i = 0; i < format_desc->block.bits/8; ++i)
444 format_desc->block.width, format_desc->block.height);
447 for (i = 0; i < format_desc->block.height; ++i) {
448 for (j = 0; j < format_desc->block.width; ++j) {
474 for (i = 0; i < format_desc->block.height; ++i) {
475 for (j = 0; j < format_desc->block.width; ++j) {
485 format_desc->block.width, format_desc->block.height);
488 for (i = 0; i < format_desc->block.bits/8; ++i)
512 format_desc->block.width, format_desc->block.height);
514 for (i = 0; i < format_desc->block.height; ++i) {
515 for (j = 0; j < format_desc->block.width; ++j) {
521 for (i = 0; i < format_desc->block.height; ++i) {
522 for (j = 0; j < format_desc->block.width; ++j) {
547 for (i = 0; i < format_desc->block.height; ++i) {
548 for (j = 0; j < format_desc->block.width; ++j) {
560 format_desc->block.width, format_desc->block.height);
563 for (i = 0; i < format_desc->block.bits/8; ++i)
587 format_desc->block.width, format_desc->block.height);
589 for (i = 0; i < format_desc->block.height; ++i) {
590 for (j = 0; j < format_desc->block.width; ++j) {
596 for (i = 0; i < format_desc->block.height; ++i) {
597 for (j = 0; j < format_desc->block.width; ++j) {
622 for (i = 0; i < format_desc->block.height; ++i) {
623 for (j = 0; j < format_desc->block.width; ++j) {
635 format_desc->block.width, format_desc->block.height);
638 for (i = 0; i < format_desc->block.bits/8; ++i)
696 assert(format_desc->block.bits <= UTIL_FORMAT_MAX_PACKED_BYTES * 8);
697 assert(format_desc->block.height <= UTIL_FORMAT_MAX_UNPACKED_HEIGHT);
698 assert(format_desc->block.width <= UTIL_FORMAT_MAX_UNPACKED_WIDTH);