| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_cs.c | 651 cfg.bound_max_x = fb->width - 1; 751 cfg.bound_max_x = fb->width - 1; 910 payload.bound_max_x = fb->extent.maxx >> MALI_TILE_SHIFT;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v4_pack.h | 3326 uint32_t bound_max_x; member in struct:MALI_FRAMEBUFFER_PARAMETERS 3391 cl[ 3] = __gen_uint(values->bound_max_x, 0, 15) | 3483 values->bound_max_x = __gen_unpack_uint(cl, 96, 111); 3543 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x); 3807 uint32_t bound_max_x; member in struct:MALI_FRAGMENT_JOB_PAYLOAD 3821 cl[ 1] = __gen_uint(values->bound_max_x, 0, 11) | 3838 values->bound_max_x = __gen_unpack_uint(cl, 32, 43); 3848 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x);
|
| v5_pack.h | 3361 uint32_t bound_max_x; member in struct:MALI_FRAMEBUFFER_PARAMETERS 3402 cl[ 2] = __gen_uint(values->bound_max_x, 0, 15) | 3439 values->bound_max_x = __gen_unpack_uint(cl, 64, 79); 3470 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x); 4236 uint32_t bound_max_x; member in struct:MALI_FRAGMENT_JOB_PAYLOAD 4253 cl[ 1] = __gen_uint(values->bound_max_x, 0, 11) | 4277 values->bound_max_x = __gen_unpack_uint(cl, 32, 43); 4290 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x);
|
| v6_pack.h | 3901 uint32_t bound_max_x; member in struct:MALI_FRAMEBUFFER_PARAMETERS 3953 cl[10] = __gen_uint(values->bound_max_x, 0, 15) | 4001 values->bound_max_x = __gen_unpack_uint(cl, 320, 335); 4038 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x); 5152 uint32_t bound_max_x; member in struct:MALI_FRAGMENT_JOB_PAYLOAD 5169 cl[ 1] = __gen_uint(values->bound_max_x, 0, 11) | 5193 values->bound_max_x = __gen_unpack_uint(cl, 32, 43); 5206 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x);
|
| v7_pack.h | 3979 uint32_t bound_max_x; member in struct:MALI_FRAMEBUFFER_PARAMETERS 4031 cl[10] = __gen_uint(values->bound_max_x, 0, 15) | 4079 values->bound_max_x = __gen_unpack_uint(cl, 320, 335); 4116 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x); 5208 uint32_t bound_max_x; member in struct:MALI_FRAGMENT_JOB_PAYLOAD 5225 cl[ 1] = __gen_uint(values->bound_max_x, 0, 11) | 5249 values->bound_max_x = __gen_unpack_uint(cl, 32, 43); 5262 fprintf(fp, "%*sBound Max X: %u\n", indent, "", values->bound_max_x);
|