Searched refs:util_format_get_first_non_void_channel (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h78 return util_format_get_first_non_void_channel(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_util.c69 unsigned i = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c108 i = util_format_get_first_non_void_channel(format);
183 i = util_format_get_first_non_void_channel(format);
196 i = util_format_get_first_non_void_channel(format);
209 i = util_format_get_first_non_void_channel(format);
252 i = util_format_get_first_non_void_channel(format);
270 i = util_format_get_first_non_void_channel(format);
H A Du_format.h1452 util_format_get_first_non_void_channel(enum pipe_format format) function in typeref:typename:int
1475 int c = util_format_get_first_non_void_channel(desc->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c55 i = util_format_get_first_non_void_channel(format);
118 i = util_format_get_first_non_void_channel(format);
131 i = util_format_get_first_non_void_channel(format);
144 i = util_format_get_first_non_void_channel(format);
182 i = util_format_get_first_non_void_channel(format);
H A Du_format.h1253 util_format_get_first_non_void_channel(enum pipe_format format) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_framebuffer.c63 int c = util_format_get_first_non_void_channel(desc->format);
422 int c = util_format_get_first_non_void_channel(desc->format);
472 int c = util_format_get_first_non_void_channel(desc->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_format.c155 unsigned first_non_void = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_screen.c579 c = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c122 int i = util_format_get_first_non_void_channel(info->src.format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_screen.c501 c = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c767 int c = util_format_get_first_non_void_channel(format_desc->format);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_precision.cpp448 util_format_get_first_non_void_channel(resource->data.image_format);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c365 i = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1981 util_format_get_first_non_void_channel(format)) != ~0U;
2129 first_non_void = util_format_get_first_non_void_channel(format);
3598 first_non_void = util_format_get_first_non_void_channel(format);
3737 first_non_void = util_format_get_first_non_void_channel(pipe_format);
4491 first_non_void = util_format_get_first_non_void_channel(elements[i].src_format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2090 util_format_get_first_non_void_channel(format)) != ~0U;
2242 first_non_void = util_format_get_first_non_void_channel(format);
3760 first_non_void = util_format_get_first_non_void_channel(format);
4020 first_non_void = util_format_get_first_non_void_channel(pipe_format);
4733 first_non_void = util_format_get_first_non_void_channel(elements[i].src_format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c949 int chan = util_format_get_first_non_void_channel(sample_format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_draw.c216 int i = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c1034 int chan = util_format_get_first_non_void_channel(sample_format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_draw.c764 int i = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2254 chan = util_format_get_first_non_void_channel(format_desc->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c3018 int channel = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c3100 int channel = util_format_get_first_non_void_channel(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2731 chan = util_format_get_first_non_void_channel(format_desc->format);

Completed in 59 milliseconds