Searched refs:PIPE_FORMAT_ETC1_RGB8 (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_util.c | 40 case PIPE_FORMAT_ETC1_RGB8: in pipe2surface()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 462 format != PIPE_FORMAT_ETC1_RGB8) in softpipe_is_format_supported()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_format.h | 359 PIPE_FORMAT_ETC1_RGB8, enumerator
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_screen.c | 401 (format == PIPE_FORMAT_ETC1_RGB8 && !screen->has_etc1))) { in vc4_screen_is_format_supported()
|
D | vc4_resource.c | 190 if (format == PIPE_FORMAT_ETC1_RGB8) { in vc4_resource_transfer_map() 372 if (prsc->format == PIPE_FORMAT_ETC1_RGB8) { in vc4_setup_slices()
|
D | vc4_state.c | 634 if (prsc->format == PIPE_FORMAT_ETC1_RGB8) in vc4_create_sampler_view()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_formats.c | 226 [PIPE_FORMAT_ETC1_RGB8] = ISL_FORMAT_ETC1_RGB8, in crocus_isl_format_for_pipe_format()
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.h | 554 #define MESA_FORMAT_ETC1_RGB8 PIPE_FORMAT_ETC1_RGB8
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 787 format != PIPE_FORMAT_ETC1_RGB8) in llvmpipe_is_format_supported()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 594 { PIPE_FORMAT_ETC1_RGB8, 0 }
|
D | st_context.c | 667 st->has_etc1 = screen->is_format_supported(screen, PIPE_FORMAT_ETC1_RGB8, in st_create_context_priv()
|
D | st_extensions.c | 1055 { PIPE_FORMAT_ETC1_RGB8, in st_init_extensions()
|
D | st_cb_texture.c | 317 case PIPE_FORMAT_ETC1_RGB8: in get_dst_format()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 159 format != PIPE_FORMAT_ETC1_RGB8) { in swr_is_format_supported()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 594 if (format_desc->format == PIPE_FORMAT_ETC1_RGB8) in util_format_fits_8unorm()
|
D | u_format.csv | 230 PIPE_FORMAT_ETC1_RGB8 , etc, 4, 4, 1, x64, , , , xyz1, rgb
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.c | 1802 case PIPE_FORMAT_ETC1_RGB8: in svga_get_texture_datatype()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_format.c | 600 [PIPE_FORMAT_ETC1_RGB8] = ISL_FORMAT_ETC1_RGB8, in isl_format_for_pipe_format()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 2827 case PIPE_FORMAT_ETC1_RGB8: in lp_build_clamp_border_color()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1787 case PIPE_FORMAT_ETC1_RGB8: in si_translate_texformat()
|