Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_optimization.h44 #define DFREXP_DLDEXP_TO_ARITH 0x1000 macro
Dlower_instructions.cpp526 if (lowering(DFREXP_DLDEXP_TO_ARITH)) in dldexp_to_arith()
1633 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) in visit_leave()
1638 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1643 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp114 DFREXP_DLDEXP_TO_ARITH); in process_glsl_ir()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6930 (have_dfrexp ? 0 : DFREXP_DLDEXP_TO_ARITH) | in st_link_shader()