Home
last modified time | relevance | path

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

/external/igt-gpu-tools/assembler/
Dbrw_eu_emit.c483 bool low_precision, in brw_set_math_message() argument
521 insn->bits3.math_gen5.precision = low_precision; in brw_set_math_message()
528 insn->bits3.math.precision = low_precision; in brw_set_math_message()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c473 bool low_precision, in brw_set_math_message() argument
510 brw_inst_set_math_msg_precision(devinfo, inst, low_precision); in brw_set_math_message()