Home
last modified time | relevance | path

Searched refs:util_format_is_float (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h124 return util_format_is_float(vk_format_to_pipe_format(format)); in vk_format_is_float()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c46 util_format_is_float(enum pipe_format format) in util_format_is_float() function
231 util_format_is_float(format)) { in util_format_is_supported()
Du_format.h472 util_format_is_float(enum pipe_format format);
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h171 if (util_format_is_float(format) && in fd_surface_half_precision()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c162 if (util_format_is_float(pfi->stvis.color_format)) { in stw_query_attrib()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c448 (util_format_is_pure_integer(format) || util_format_is_float(format))) in gpu_supports_texture_format()
484 if (util_format_is_pure_integer(format) || util_format_is_float(format)) in gpu_supports_render_format()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c375 if (util_format_is_float(format) || in v3d_nir_lower_logic_ops_block()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitssboinstruction.cpp221 if (util_format_is_float(format)) in get_rat_opcode()
/external/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c98 if (util_format_is_pure_integer(desc->format) || util_format_is_float(desc->format)) in pan_format_class_load()
/external/mesa3d/src/util/format/
Du_format.h681 util_format_is_float(enum pipe_format format) ATTRIBUTE_CONST;
Du_format.c97 util_format_is_float(enum pipe_format format) in util_format_is_float() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c935 if (util_format_is_float(view->base.format)) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c440 util_format_is_float(src_format) && in si_compute_copy_image()
Dsi_blit.c844 util_format_is_float(texture->format)) { in si_use_compute_copy_for_float_formats()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1210 if (util_format_is_float(surface_fmts[i])) { in test_surface_st_check()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c764 bool is_float = util_format_is_float(format); in fd3_emit_state()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c158 util_format_is_float(pformat) ? glsl_vec4_type() : glsl_uvec4_type(); in get_color_clear_rect_fs()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1824 if (util_format_is_float(srcFormat)) { in st_CopyPixels()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c4074 boolean clamped_zero = !util_format_is_float(format) && in make_variant_key()