Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dast_to_hir.cpp1078 ir_constant *op0_const = op[0]->constant_expression_value(); in hir() local
1079 if (op0_const) { in hir()
1080 if (op0_const->value.b[0]) { in hir()
1093 result = op0_const; in hir()
1143 ir_constant *op0_const = op[0]->constant_expression_value(); in hir() local
1144 if (op0_const) { in hir()
1145 if (op0_const->value.b[0]) { in hir()
1146 result = op0_const; in hir()