Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1253 bool is_arith; in convert_to_blend_type() local
1322 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; in convert_to_blend_type()
1323 is_arith &= !(mem_type.width == 16 && mem_type.floating); in convert_to_blend_type()
1326 if (!is_arith && src_type.length < dst_type.length) { in convert_to_blend_type()
1338 is_arith = false; in convert_to_blend_type()
1341 if (!is_arith) { in convert_to_blend_type()
1421 bool is_arith; in convert_from_blend_type() local
1498 is_arith = (blend_type.length * blend_type.width != mem_type.width * mem_type.length); in convert_from_blend_type()
1510 is_arith = false; in convert_from_blend_type()
1514 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()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdmarker.c237 get_sof (j_decompress_ptr cinfo, boolean is_prog, boolean is_arith) in get_sof() argument
248 cinfo->arith_code = is_arith; in get_sof()