Home
last modified time | relevance | path

Searched refs:util_format_get_first_non_void_channel (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format.c108 i = util_format_get_first_non_void_channel(format); in util_format_is_float()
183 i = util_format_get_first_non_void_channel(format); in util_format_is_pure_integer()
196 i = util_format_get_first_non_void_channel(format); in util_format_is_pure_sint()
209 i = util_format_get_first_non_void_channel(format); in util_format_is_pure_uint()
252 i = util_format_get_first_non_void_channel(format); in util_format_is_scaled()
270 i = util_format_get_first_non_void_channel(format); in util_format_is_snorm8()
Du_format.h1452 util_format_get_first_non_void_channel(enum pipe_format format) in util_format_get_first_non_void_channel() function
1475 int c = util_format_get_first_non_void_channel(desc->format); in util_format_is_unorm8()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c63 int c = util_format_get_first_non_void_channel(desc->format); in pan_unpacked_type_for_format()
422 int c = util_format_get_first_non_void_channel(desc->format); in pan_unpack()
472 int c = util_format_get_first_non_void_channel(desc->format); in pan_pack()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c69 unsigned i = util_format_get_first_non_void_channel(format); in pipe2surface()
/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h78 return util_format_get_first_non_void_channel(vk_format_to_pipe_format(format)); in vk_format_get_first_non_void_channel()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_format.c155 unsigned first_non_void = util_format_get_first_non_void_channel(format); in zink_decompose_vertex_format()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c122 int i = util_format_get_first_non_void_channel(info->src.format); in validate_blit_for_blt()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c501 c = util_format_get_first_non_void_channel(format); in r300_is_blending_supported()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c755 int c = util_format_get_first_non_void_channel(format_desc->format); in llvmpipe_is_format_supported()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_clear.c367 i = util_format_get_first_non_void_channel(format); in panvk_meta_get_format_type()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2090 util_format_get_first_non_void_channel(format)) != ~0U; in si_is_sampler_format_supported()
2242 first_non_void = util_format_get_first_non_void_channel(format); in si_is_vertex_format_supported()
3760 first_non_void = util_format_get_first_non_void_channel(format); in si_make_buffer_descriptor()
4020 first_non_void = util_format_get_first_non_void_channel(pipe_format); in si_make_texture_descriptor()
4733 first_non_void = util_format_get_first_non_void_channel(elements[i].src_format); in si_create_vertex_elements()
/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp448 util_format_get_first_non_void_channel(resource->data.image_format); in handle_call()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c216 int i = util_format_get_first_non_void_channel(format); in lima_pipe_format_to_attrib_type()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1034 int chan = util_format_get_first_non_void_channel(sample_format); in v3d_create_sampler_view()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c3100 int channel = util_format_get_first_non_void_channel(format); in r600_translate_colorformat()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2731 chan = util_format_get_first_non_void_channel(format_desc->format); in lp_build_clamp_border_color()