Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_ETC1_RGB8 (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/panfrost/shared/test/
Dtest-tiling.cpp236 test_ldst(32, 32, 0, 0, 32, 32, 512, PIPE_FORMAT_ETC1_RGB8); in TEST()
244 test_ldst(32, 32, 4, 8, 16, 12, 512, PIPE_FORMAT_ETC1_RGB8); in TEST()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c40 case PIPE_FORMAT_ETC1_RGB8: in pipe2surface()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c472 format != PIPE_FORMAT_ETC1_RGB8) in softpipe_is_format_supported()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h359 PIPE_FORMAT_ETC1_RGB8, enumerator
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c404 (format == PIPE_FORMAT_ETC1_RGB8 && !screen->has_etc1))) { in vc4_screen_is_format_supported()
Dvc4_state.c634 if (prsc->format == PIPE_FORMAT_ETC1_RGB8) in vc4_create_sampler_view()
Dvc4_resource.c359 if (prsc->format == PIPE_FORMAT_ETC1_RGB8) { in vc4_setup_slices()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c226 [PIPE_FORMAT_ETC1_RGB8] = ISL_FORMAT_ETC1_RGB8, in crocus_isl_format_for_pipe_format()
/third_party/mesa3d/src/mesa/main/
Dformats.h554 #define MESA_FORMAT_ETC1_RGB8 PIPE_FORMAT_ETC1_RGB8
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c809 format != PIPE_FORMAT_ETC1_RGB8) in llvmpipe_is_format_supported()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c583 { PIPE_FORMAT_ETC1_RGB8, 0 }
Dst_context.c564 st->has_etc1 = screen->is_format_supported(screen, PIPE_FORMAT_ETC1_RGB8, in st_create_context_priv()
Dst_extensions.c1053 { PIPE_FORMAT_ETC1_RGB8, in st_init_extensions()
Dst_cb_texture.c318 case PIPE_FORMAT_ETC1_RGB8: in st_pbo_get_dst_format()
/third_party/mesa3d/src/util/format/
Du_format.c595 if (format_desc->format == PIPE_FORMAT_ETC1_RGB8) in util_format_fits_8unorm()
Du_format.csv230 PIPE_FORMAT_ETC1_RGB8 , etc, 4, 4, 1, x64, , , , xyz1, rgb
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c1868 case PIPE_FORMAT_ETC1_RGB8: in svga_get_texture_datatype()
/third_party/mesa3d/src/intel/isl/
Disl_format.c602 [PIPE_FORMAT_ETC1_RGB8] = ISL_FORMAT_ETC1_RGB8, in isl_format_for_pipe_format()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2850 case PIPE_FORMAT_ETC1_RGB8: in lp_build_clamp_border_color()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1900 case PIPE_FORMAT_ETC1_RGB8: in si_translate_texformat()