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 Diris_resource.h269 unsigned iris_get_num_logical_layers(const struct iris_resource *res,
H A Diris_resource.c291 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 Diris_clear.c431 iris_get_num_logical_layers(res, res_level);
H A Diris_resolve.c707 const uint32_t total_num_layers = iris_get_num_logical_layers(res, level);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.h357 unsigned iris_get_num_logical_layers(const struct iris_resource *res,
H A Diris_clear.c231 iris_get_num_logical_layers(res, res_lvl);
477 iris_get_num_logical_layers(res, res_level);
H A Diris_resource.c492 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 Diris_resolve.c676 const uint32_t total_num_layers = iris_get_num_logical_layers(res, level);

Completed in 16 milliseconds