Searched refs:safe_math (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_context.cpp37 unsigned sb_context::safe_math = 0; member in class:r600_sb::sb_context
H A Dsb_core.cpp64 sb_context::safe_math = df & DBG_SB_SAFEMATH;
H A Dsb_shader.h306 bool safe_math; member in class:r600_sb::shader
H A Dsb_expr.cpp749 if (!sh.safe_math && (flags & AF_M_ASSOC)) {
771 if (!sh.safe_math) {
784 if (!sh.safe_math) {
945 if (!sh.safe_math && (n.bc.op_ptr->flags & AF_M_ASSOC)) {
1005 if (!sh.safe_math && (n.bc.op == ALU_OP3_MULADD ||
H A Dsb_bc_parser.cpp78 sh->safe_math = sb_context::safe_math || (t == TARGET_COMPUTE || bc->precise);
H A Dsb_bc.h654 static unsigned safe_math; member in class:r600_sb::sb_context
H A Dsb_shader.cpp43 uses_gradients(), safe_math(), ngpr(), nstack(), dce_flags() {}
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_context.cpp37 unsigned sb_context::safe_math = 0; member in class:r600_sb::sb_context
H A Dsb_core.cpp64 sb_context::safe_math = df & DBG_SB_SAFEMATH;
H A Dsb_shader.h306 bool safe_math; member in class:r600_sb::shader
H A Dsb_expr.cpp749 if (!sh.safe_math && (flags & AF_M_ASSOC)) {
771 if (!sh.safe_math) {
784 if (!sh.safe_math) {
945 if (!sh.safe_math && (n.bc.op_ptr->flags & AF_M_ASSOC)) {
1005 if (!sh.safe_math && (n.bc.op == ALU_OP3_MULADD ||
H A Dsb_bc.h688 static unsigned safe_math; member in class:r600_sb::sb_context
H A Dsb_bc_parser.cpp78 sh->safe_math = sb_context::safe_math || (t == TARGET_COMPUTE || bc->precise);
H A Dsb_shader.cpp43 uses_gradients(), safe_math(), ngpr(), nstack(), dce_flags() {}

Completed in 21 milliseconds