HomeSort by: relevance | last modified time | path
    Searched refs:has_format_bc1_through_bc7 (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_gpu_info.h 118 bool has_format_bc1_through_bc7; member in struct:radeon_info
ac_gpu_info.c 384 info->has_format_bc1_through_bc7 = true;
568 printf(" has_format_bc1_through_bc7 = %u\n", info->has_format_bc1_through_bc7);
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_gpu_info.h 177 bool has_format_bc1_through_bc7; member in struct:radeon_info
ac_gpu_info.c 710 info->has_format_bc1_through_bc7 = true;
1239 fprintf(f, " has_format_bc1_through_bc7 = %u\n", info->has_format_bc1_through_bc7);
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 590 ws->info.has_format_bc1_through_bc7 = ws->info.drm_minor >= 31;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 578 ws->info.has_format_bc1_through_bc7 = ws->info.drm_minor >= 31;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state.c 1764 if (!sscreen->info.has_format_bc1_through_bc7)
1809 if (!sscreen->info.has_format_bc1_through_bc7)
1838 if (!sscreen->info.has_format_bc1_through_bc7)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state.c 1665 if (!sscreen->info.has_format_bc1_through_bc7)
1711 if (!sscreen->info.has_format_bc1_through_bc7)
1740 if (!sscreen->info.has_format_bc1_through_bc7)

Completed in 14 milliseconds