Home
last modified time | relevance | path

Searched refs:util_format_is_unorm (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h112 return util_format_is_unorm(vk_format_to_pipe_format(format)); in vk_format_is_unorm()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c284 if (util_format_is_unorm(c->fs_key->color_fmt[rt].format)) { in v3d_nir_emit_logic_op()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c288 if (!util_format_is_unorm(sv->format)) in texture_use_int_filter()
Detnaviv_state.c220 cs->PS_CONTROL = COND(util_format_is_unorm(cbuf->base.format), VIVS_PS_CONTROL_SATURATE_RT0); in etna_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c157 if (util_format_is_unorm(format)) { in convert_clear_color()
/external/mesa3d/src/util/format/
Du_format.h717 util_format_is_unorm(enum pipe_format format) ATTRIBUTE_CONST;
Du_format.c218 util_format_is_unorm(enum pipe_format format) in util_format_is_unorm() function
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c295 COND(util_format_is_unorm(pfmt), in emit_blit_setup()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1086 if (util_format_is_unorm(sample_format)) { in v3d_create_sampler_view()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c3730 if (util_format_is_unorm(sp_sview.base.format)) { in sp_tgsi_get_samples()