HomeSort by relevance Sort by last modified time
    Searched refs:permit_hardware_blit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_texture.c 181 static boolean permit_hardware_blit(struct pipe_screen *screen, function
301 if (!permit_hardware_blit(ctx->screen, texture) ||
492 if (util_format_is_depth_or_stencil(rtex->real_format) && permit_hardware_blit(screen, base))
532 if (permit_hardware_blit(screen, templ)) {
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 181 static boolean permit_hardware_blit(struct pipe_screen *screen, function
301 if (!permit_hardware_blit(ctx->screen, texture) ||
492 if (util_format_is_depth_or_stencil(rtex->real_format) && permit_hardware_blit(screen, base))
532 if (permit_hardware_blit(screen, templ)) {

Completed in 76 milliseconds