Home
last modified time | relevance | path

Searched refs:is_arith (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1788 bool is_arith; in convert_to_blend_type() local
1857 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; in convert_to_blend_type()
1858 is_arith &= !(mem_type.width == 16 && mem_type.floating); in convert_to_blend_type()
1861 if (!is_arith && src_type.length < dst_type.length) { in convert_to_blend_type()
1873 is_arith = false; in convert_to_blend_type()
1876 if (!is_arith) { in convert_to_blend_type()
1956 bool is_arith; in convert_from_blend_type() local
2033 is_arith = (blend_type.length * blend_type.width != mem_type.width * mem_type.length); in convert_from_blend_type()
2045 is_arith = false; in convert_from_blend_type()
2049 if (!is_arith && (src_type.length % mem_type.length)) { in convert_from_blend_type()
[all …]
/external/libjpeg-turbo/
Djdmarker.c240 get_sof(j_decompress_ptr cinfo, boolean is_prog, boolean is_arith) in get_sof() argument
249 cinfo->arith_code = is_arith; in get_sof()