Searched refs:s_then (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 435 s_expression *s_then; in read_if() local 438 s_pattern pat[] = { "if", s_cond, s_then, s_else }; in read_if() 452 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if()
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_reader.cpp | 435 s_expression *s_then; in read_if() local 438 s_pattern pat[] = { "if", s_cond, s_then, s_else }; in read_if() 452 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if()
|