Home
last modified time | relevance | path

Searched refs:isl_format_has_sint_channel (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.h1425 bool isl_format_has_sint_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1445 isl_format_has_sint_channel(fmt); in isl_format_has_int_channel()
Disl_format.c680 isl_format_has_sint_channel(enum isl_format fmt) in isl_format_has_sint_channel() function
/external/mesa3d/src/intel/compiler/
Dbrw_fs_surface_builder.cpp373 isl_format_has_sint_channel(format); in needs_sign_extension()
1121 isl_format_has_sint_channel(format)); in emit_image_store()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1633 if (isl_format_has_sint_channel(params->src.view.format)) { in try_blorp_blit()