Searched refs:level_layers (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c182 const unsigned level_layers = brw_get_num_logical_layers(mt, level); local in function:brw_fast_clear_depth
184 for (uint32_t layer = 0; layer < level_layers; layer++) {
H A Dintel_mipmap_tree.c497 const unsigned level_layers = brw_get_num_logical_layers(mt, level); local in function:create_aux_state_map
498 for (uint32_t a = 0; a < level_layers; a++)
1965 const uint32_t level_layers = local in function:intel_miptree_has_color_unresolved
1967 for (unsigned a = 0; a < level_layers; a++) {
2378 const uint32_t level_layers = local in function:intel_miptree_prepare_access
2380 for (uint32_t a = 0; a < level_layers; a++) {
2393 const uint32_t level_layers = local in function:intel_miptree_prepare_access
2395 for (uint32_t a = 0; a < level_layers; a++) {
2410 const uint32_t level_layers = local in function:intel_miptree_prepare_access
2412 for (uint32_t a = 0; a < level_layers;
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c184 const unsigned level_layers = brw_get_num_logical_layers(mt, level); local in function:brw_fast_clear_depth
186 for (uint32_t layer = 0; layer < level_layers; layer++) {
H A Dbrw_mipmap_tree.c297 const unsigned level_layers = brw_get_num_logical_layers(mt, level); local in function:create_aux_state_map
298 for (uint32_t a = 0; a < level_layers; a++)
1721 const uint32_t level_layers = local in function:brw_miptree_has_color_unresolved
1723 for (unsigned a = 0; a < level_layers; a++) {
1776 const uint32_t level_layers = local in function:brw_miptree_prepare_access
1778 for (uint32_t a = 0; a < level_layers; a++) {
1822 const uint32_t level_layers = local in function:brw_miptree_finish_write
1825 for (uint32_t a = 0; a < level_layers; a++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resolve.c731 const uint32_t level_layers = local in function:has_color_unresolved
733 for (unsigned a = 0; a < level_layers; a++) {
1121 const uint32_t level_layers = local in function:iris_resource_prepare_access
1123 for (uint32_t a = 0; a < level_layers; a++) {
1133 const uint32_t level_layers = local in function:iris_resource_prepare_access
1135 for (uint32_t a = 0; a < level_layers; a++) {
1149 const uint32_t level_layers = local in function:iris_resource_prepare_access
1151 for (uint32_t a = 0; a < level_layers; a++) {
H A Diris_clear.c430 const unsigned level_layers = local in function:fast_clear_depth
432 for (unsigned layer = 0; layer < level_layers; layer++) {
H A Diris_resource.c324 const unsigned level_layers = iris_get_num_logical_layers(res, level); local in function:create_aux_state_map
325 for (uint32_t a = 0; a < level_layers; a++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c806 const uint32_t level_layers = local in function:crocus_has_invalid_primary
808 for (unsigned a = 0; a < level_layers; a++) {
842 const uint32_t level_layers = local in function:crocus_resource_prepare_access
844 for (uint32_t a = 0; a < level_layers; a++) {
890 const uint32_t level_layers = local in function:crocus_resource_finish_write
893 for (uint32_t a = 0; a < level_layers; a++) {
H A Dcrocus_clear.c221 const unsigned level_layers = local in function:fast_clear_color
223 for (unsigned layer = 0; layer < level_layers; layer++) {
481 const unsigned level_layers = local in function:fast_clear_depth
483 for (unsigned layer = 0; layer < level_layers; layer++) {
H A Dcrocus_resource.c403 const unsigned level_layers = crocus_get_num_logical_layers(res, level); local in function:create_aux_state_map
404 for (uint32_t a = 0; a < level_layers; a++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resolve.c700 const uint32_t level_layers = local in function:iris_has_invalid_primary
702 for (unsigned a = 0; a < level_layers; a++) {
733 const uint32_t level_layers = local in function:iris_resource_prepare_access
735 for (uint32_t a = 0; a < level_layers; a++) {
778 const uint32_t level_layers = local in function:iris_resource_finish_write
781 for (uint32_t a = 0; a < level_layers; a++) {
H A Diris_clear.c230 const unsigned level_layers = local in function:fast_clear_color
232 for (unsigned layer = 0; layer < level_layers; layer++) {
476 const unsigned level_layers = local in function:fast_clear_depth
478 for (unsigned layer = 0; layer < level_layers; layer++) {
H A Diris_resource.c527 const unsigned level_layers = iris_get_num_logical_layers(res, level); local in function:create_aux_state_map
528 for (uint32_t a = 0; a < level_layers; a++)

Completed in 77 milliseconds