Searched refs:should_tile (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 180 bool should_tile = false; local in function:_lima_resource_create_with_modifiers 186 should_tile = false; 189 should_tile = false; 192 if (!should_tile && !drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) 195 if (should_tile || (templat->bind & PIPE_BIND_RENDER_TARGET) || 216 res->tiled = should_tile; 221 pres->target, pres->bind, pres->usage, should_tile, templat->last_level);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 493 bool should_tile = true; local in function:vc4_resource_create_with_modifiers 497 should_tile = false; 501 should_tile = false; 505 should_tile = false; 510 should_tile = false; 518 should_tile = false; 525 should_tile = false; 530 rsc->tiled = should_tile; 531 } else if (should_tile &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 520 bool should_tile = true; local in function:vc4_resource_create_with_modifiers 524 should_tile = false; 528 should_tile = false; 532 should_tile = false; 537 should_tile = false; 545 should_tile = false; 552 should_tile = false; 557 rsc->tiled = should_tile; 558 } else if (should_tile &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_resource.c | 705 bool should_tile = true; local in function:v3d_resource_create_with_modifiers 709 should_tile = false; 714 should_tile = false; 719 should_tile = false; 726 should_tile = false; 732 should_tile = false; 737 rsc->tiled = should_tile; 738 } else if (should_tile &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 182 bool should_tile = lima_debug & LIMA_DEBUG_NO_TILING ? false : true; local in function:_lima_resource_create_with_modifiers 192 should_tile = false; 195 should_tile = false; 199 should_tile = false; 204 should_tile = false; 206 if (should_tile || (templat->bind & PIPE_BIND_RENDER_TARGET) || 227 res->tiled = should_tile; 235 pres->target, pres->bind, pres->usage, should_tile, templat->last_level);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_resource.c | 765 bool should_tile = true; local in function:v3d_resource_create_with_modifiers 769 should_tile = false; 774 should_tile = false; 779 should_tile = false; 786 should_tile = false; 792 should_tile = false; 797 rsc->tiled = should_tile; 798 } else if (should_tile &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 249 bool should_tile = (template->usage != PIPE_USAGE_STREAM) && (template->bind & PIPE_BIND_SAMPLER_VIEW); local in function:panfrost_create_bo 255 should_tile = false; 258 bo->layout = should_tile ? PAN_TILED : PAN_LINEAR;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 173 bool should_tile = (pres->base.usage != PIPE_USAGE_STREAM); local in function:agx_should_tile 177 return must_tile || (can_tile && should_tile);
|
Completed in 14 milliseconds