Searched refs:util_format_is_float (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h67 return util_format_is_float(vk_format_to_pipe_format(format));
H A Dv3dv_meta_clear.c431 util_format_is_float(pformat) ? glsl_vec4_type() : glsl_uvec4_type();
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h116 return util_format_is_float(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c162 if (util_format_is_float(pfi->stvis.color_format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h166 if (util_format_is_float(format) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h288 if (util_format_is_float(format) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c162 if (util_format_is_float(pfi->stvis.color_format)) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c382 if (util_format_is_float(format) ||
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_blend.c279 if (!util_format_is_float(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_screen.c332 if (sample_count > 1 && util_format_is_float(format))
H A Dlima_job.c848 if (cbuf && util_format_is_float(cbuf->format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c477 (util_format_is_pure_integer(format) || util_format_is_float(format)))
513 if (util_format_is_pure_integer(format) || util_format_is_float(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitssboinstruction.cpp257 if (util_format_is_float(format))
298 if (util_format_is_float(format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h710 util_format_is_float(enum pipe_format format);
H A Du_format.c45 util_format_is_float(enum pipe_format format) function in typeref:typename:boolean
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_shader.c238 else if (util_format_is_float(format))
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_framebuffer.c99 if (util_format_is_pure_integer(desc->format) || util_format_is_float(desc->format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state_derived.c935 if (util_format_is_float(view->base.format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state_derived.c935 if (util_format_is_float(view->base.format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c439 util_format_is_float(src_format) &&
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c98 util_format_is_float(enum pipe_format format) function in typeref:typename:boolean
H A Du_format.h720 util_format_is_float(enum pipe_format format) ATTRIBUTE_CONST;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dcompute.c1210 if (util_format_is_float(surface_fmts[i])) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c737 bool is_float = util_format_is_float(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c776 bool is_float = util_format_is_float(format);

Completed in 45 milliseconds

12