Home
last modified time | relevance | path

Searched refs:util_format_is_pure_integer (Results 1 – 25 of 61) sorted by relevance

123

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c238 assert(util_format_is_pure_integer(format)); in nir_blend_logicop()
256 assert(util_format_is_pure_integer(format)); in nir_blend_logicop()
400 } else if (!util_format_is_pure_integer(options->format[rt])) { in nir_lower_blend_store()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c73 if (!util_format_is_pure_integer(format)) in fd3_screen_is_format_supported()
Dfd3_texture.c171 if (prsc->target == PIPE_BUFFER || util_format_is_pure_integer(cso->format)) in fd3_sampler_view_create()
Dfd3_emit.c423 bool isint = util_format_is_pure_integer(pfmt); in fd3_emit_vertex_bufs()
768 bool is_int = util_format_is_pure_integer(format); in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c61 !util_format_is_srgb(format) && !util_format_is_pure_integer(format) && in fd2_screen_is_format_supported()
/third_party/mesa3d/src/vulkan/util/
Dvk_format.h98 return util_format_is_pure_integer(vk_format_to_pipe_format(format)); in vk_format_is_int()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c75 if (!is_zs && util_format_is_pure_integer(format)) in util_gen_mipmap()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c45 !util_format_is_pure_integer(info->src.resource->format)) { in sp_blit()
Dsp_image.c250 int ival = util_format_is_pure_integer(params->format); in sp_tgsi_load()
659 int ival = util_format_is_pure_integer(params->format); in sp_tgsi_op()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h90 util_format_is_pure_integer(info->src.format)) ? 0 : 1; in nv50_blit_get_filter()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c292 if (util_format_is_pure_integer(integer_or_not) != util_format_is_pure_integer(format)) in get_random_format()
297 (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS || util_format_is_pure_integer(format))) in get_random_format()
900 !util_format_is_pure_integer(info.src.format) && rand() % 2) in si_test_blit()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c481 (util_format_is_pure_integer(format) || util_format_is_float(format))) in gpu_supports_texture_format()
517 if (util_format_is_pure_integer(format) || util_format_is_float(format)) in gpu_supports_render_format()
536 if (util_format_is_pure_integer(format)) in gpu_supports_vertex_format()
Detnaviv_translate.h296 if (!util_format_is_pure_integer(fmt)) in translate_output_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c276 if (util_format_is_pure_integer(view->base.format)) { in emit_textures()
568 bool isint = util_format_is_pure_integer(pfmt); in fd4_emit_vertex_bufs()
688 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd4_emit_state()
860 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c90 bool isint = util_format_is_pure_integer(pfmt); in fd6_vertex_state_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vertex.c160 if (util_format_is_pure_integer(elem->src_format)) { in define_input_element_object()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h284 if (util_format_is_pure_integer(format)) in fd_surface_half_precision()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c77 !util_format_is_pure_integer(pfmt)) in get_format_properties()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c175 if (util_format_is_pure_integer(cbuf->format)) in v3d_line_smoothing_enabled()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c488 bool isint = util_format_is_pure_integer(pfmt); in fd5_emit_vertex_bufs()
557 if (util_format_is_pure_integer(pipe_surface_format(pfb->cbufs[0]))) in fd5_emit_state()
793 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c387 if (util_format_is_pure_integer(format)) in test_all()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c128 if (!util_format_is_pure_integer(pformat)) in lvp_physical_device_get_format_properties()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c214 if (!util_format_is_pure_integer(format)) in tu_physical_device_get_format_properties()
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_view.c325 !util_format_is_pure_integer(args->format) && in fdl6_view_init()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld()
1254 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st()

123