Searched refs:iris_get_num_logical_layers (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.h | 269 unsigned iris_get_num_logical_layers(const struct iris_resource *res,
|
| H A D | iris_resource.c | 291 iris_get_num_logical_layers(const struct iris_resource *res, unsigned level) function in typeref:typename:unsigned 304 total_slices += iris_get_num_logical_layers(res, level); 324 const unsigned level_layers = iris_get_num_logical_layers(res, level);
|
| H A D | iris_clear.c | 431 iris_get_num_logical_layers(res, res_level);
|
| H A D | iris_resolve.c | 707 const uint32_t total_num_layers = iris_get_num_logical_layers(res, level);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.h | 357 unsigned iris_get_num_logical_layers(const struct iris_resource *res,
|
| H A D | iris_clear.c | 231 iris_get_num_logical_layers(res, res_lvl); 477 iris_get_num_logical_layers(res, res_level);
|
| H A D | iris_resource.c | 492 iris_get_num_logical_layers(const struct iris_resource *res, unsigned level) function in typeref:typename:unsigned 507 total_slices += iris_get_num_logical_layers(res, level); 527 const unsigned level_layers = iris_get_num_logical_layers(res, level);
|
| H A D | iris_resolve.c | 676 const uint32_t total_num_layers = iris_get_num_logical_layers(res, level);
|
Completed in 16 milliseconds