Home
last modified time | relevance | path

Searched refs:isl_format_has_int_channel (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_formats.c130 const bool is_integer = isl_format_has_int_channel(format); in iris_is_format_supported()
Diris_clear.c46 if (isl_format_has_int_channel(format)) { in iris_is_color_fast_clear_compatible()
Diris_state.c3532 comp[3] = isl_format_has_int_channel(fmt.fmt) ? VFCOMP_STORE_1_INT in iris_create_vertex_elements()
/external/mesa3d/src/intel/isl/
Disl_surface_state.c329 isl_format_has_int_channel((enum isl_format) s.SurfaceFormat); in isl_genX()
514 !isl_format_has_int_channel(info->view->format); in isl_genX()
786 if (isl_format_has_int_channel(info->view->format)) { in isl_genX()
Disl.h1594 isl_format_has_int_channel(enum isl_format fmt) in isl_format_has_int_channel() function
Disl.c474 if (isl_format_has_int_channel(format)) { in isl_color_value_is_zero_one()
Disl_format.c1330 if (isl_format_has_int_channel(format)) { in isl_color_value_unpack()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c354 if (isl_format_has_int_channel(image_fmt)) in convert_color_for_load()
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c1135 .int_format = isl_format_has_int_channel(params->dst.view.format), in blorp_params_get_mcs_partial_resolve_kernel()
Dblorp_genX_exec.h1963 if (isl_format_has_int_channel(info->view.format)) { in blorp_update_clear_color()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c1594 isl_format_has_int_channel(src_surf.surf->format)) { in anv_image_msaa_resolve()