Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_optimization.h42 #define DFREXP_DLDEXP_TO_ARITH 0x1000 macro
Dlower_instructions.cpp373 if (lowering(DFREXP_DLDEXP_TO_ARITH)) in dldexp_to_arith()
1463 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) in visit_leave()
1468 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1473 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_ir.cpp105 (have_dfrexp ? 0 : DFREXP_DLDEXP_TO_ARITH) | in link_shader()