Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_optimization.h41 #define DOPS_TO_DFRAC 0x800 macro
Dlower_instructions.cpp1488 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1493 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1498 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1503 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1508 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_ir.cpp108 (have_dround ? 0 : DOPS_TO_DFRAC) | in link_shader()