Searched defs:s_then (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_reader.cpp435 s_expression *s_then; local
438 s_pattern pat[] = { "if", s_cond, s_then, s_else };
452 read_instructions(&iff->then_instructions, s_then, loop_ctx);
/external/mesa3d/src/glsl/
H A Dir_reader.cpp435 s_expression *s_then; local
438 s_pattern pat[] = { "if", s_cond, s_then, s_else };
452 read_instructions(&iff->then_instructions, s_then, loop_ctx);

Completed in 285 milliseconds