Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_image_casts.c91 } else if (util_format_is_float(from_desc->format)) { in convert_value()
175 final_channels[i] = util_format_is_float(to_desc->format) ? in convert_value()
182 if (util_format_is_float(to_desc->format)) in convert_value()
Dd3d12_context_graphics.cpp1435 if (util_format_is_float(state->cbufs[i]->format)) in d3d12_set_framebuffer_state()
1991 assert(!util_format_is_float(psurf->format)); in d3d12_clear_render_target()
/external/mesa3d/src/vulkan/util/
Dvk_format.h151 return util_format_is_float(vk_format_to_pipe_format(format)); in vk_format_is_float()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c163 is_float = util_format_is_float(format); in driCreateConfigs()
413 if (!allow_fp16 && util_format_is_float(pipe_formats[f])) in dri_fill_in_modes()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h280 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/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c381 if (util_format_is_float(format) || in v3d_nir_lower_logic_ops_block()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c309 if (sample_count > 1 && util_format_is_float(format)) in lima_screen_is_format_supported()
Dlima_job.c811 if (cbuf && util_format_is_float(cbuf->format)) { in lima_pack_pp_frame_reg()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c442 (util_format_is_pure_integer(format) || util_format_is_float(format))) in gpu_supports_texture_format()
505 if (util_format_is_pure_integer(format) || util_format_is_float(format)) in gpu_supports_render_format()
/external/mesa3d/src/compiler/nir/
Dnir_lower_blend.c319 if (util_format_is_float(format) || util_format_is_srgb(format)) in nir_blend_logicop()
/external/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c95 util_format_is_float(desc->format)) in pan_is_format_native()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_blit_perf.c75 } else if (util_format_is_float(tex->format)) { in set_gradient_pixels()
Dsi_blit.c1014 if ((util_format_is_float(dst_templ.format) && in si_gfx_copy_image()
1335 if (key.use_aco && util_format_is_float(info->dst.format) && max_dst_chan_size == 32) { in si_gfx_blit()
Dsi_test_image_copy_region.c287 (util_format_is_float(format) || util_format_get_blocksizebits(format) == 128)) in get_random_format()
Dsi_compute_blit.c606 util_format_is_float(src_format) && in si_compute_copy_image()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c235 else if (util_format_is_float(format)) in vgpu10_return_type()
/external/mesa3d/src/util/format/
Du_format.h751 util_format_is_float(enum pipe_format format) ATTRIBUTE_CONST;
Du_format.c100 util_format_is_float(enum pipe_format format) in util_format_is_float() function
/external/mesa3d/src/microsoft/vulkan/
Ddzn_image.c759 if (util_format_is_float(orig_pfmt) != util_format_is_float(new_pfmt)) in dzn_image_formats_are_compatible()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c561 mode->floatMode = util_format_is_float(visual->color_format); in st_visual_to_context_mode()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c753 bool is_float = util_format_is_float(format); in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c1064 if (util_format_is_float(view->base.format)) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c415 util_format_is_float(pformat) ? glsl_vec4_type() : glsl_uvec4_type(); in get_color_clear_rect_fs()
/external/mesa3d/src/amd/common/nir/
Dac_nir_meta_cs_blit.c1116 max_dst_chan_size <= (util_format_is_float(blit->dst.format) || in ac_prepare_compute_blit()

12