Searched refs:t_dimension (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1248 uint32_t t_dimension; member in struct:MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D 1262 assert(values->t_dimension >= 1); 1266 cl[ 1] = __gen_uint(values->t_dimension - 1, 0, 15) | 1282 values->t_dimension = __gen_unpack_uint(cl, 32, 47) + 1; 1293 fprintf(fp, "%*sT dimension: %u\n", indent, "", values->t_dimension);
|
| H A D | v5_pack.h | 1300 uint32_t t_dimension; member in struct:MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D 1314 assert(values->t_dimension >= 1); 1318 cl[ 1] = __gen_uint(values->t_dimension - 1, 0, 15) | 1334 values->t_dimension = __gen_unpack_uint(cl, 32, 47) + 1; 1345 fprintf(fp, "%*sT dimension: %u\n", indent, "", values->t_dimension);
|
| H A D | v6_pack.h | 1229 uint32_t t_dimension; member in struct:MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D 1243 assert(values->t_dimension >= 1); 1247 cl[ 1] = __gen_uint(values->t_dimension - 1, 0, 15) | 1263 values->t_dimension = __gen_unpack_uint(cl, 32, 47) + 1; 1274 fprintf(fp, "%*sT dimension: %u\n", indent, "", values->t_dimension);
|
| H A D | v7_pack.h | 1281 uint32_t t_dimension; member in struct:MALI_ATTRIBUTE_BUFFER_CONTINUATION_3D 1295 assert(values->t_dimension >= 1); 1299 cl[ 1] = __gen_uint(values->t_dimension - 1, 0, 15) | 1315 values->t_dimension = __gen_unpack_uint(cl, 32, 47) + 1; 1326 fprintf(fp, "%*sT dimension: %u\n", indent, "", values->t_dimension);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1513 cfg.t_dimension = cfg.r_dimension = 1; 1523 cfg.t_dimension = u_minify(rsrc->base.height0, level);
|
Completed in 59 milliseconds