Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_optimization.h43 #define DOPS_TO_DFRAC 0x800 macro
Dlower_instructions.cpp338 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in mod_to_floor()
1663 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1668 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1673 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1678 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1683 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6933 (have_dround ? 0 : DOPS_TO_DFRAC) | in st_link_shader()