HomeSort by relevance Sort by last modified time
    Searched refs:const_expression (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
ast_type.cpp 862 ast_node *const_expression = exec_node_data(ast_node, node, link); local
864 ir_rvalue *const ir = const_expression->hir(&dummy_instructions, state);
870 YYLTYPE loc = const_expression->get_location();
877 YYLTYPE loc = const_expression->get_location();
885 YYLTYPE loc = const_expression->get_location();
911 ast_expression *const_expression,
916 if (const_expression == NULL) {
921 ir_rvalue *const ir = const_expression->hir(&dummy_instructions, state);
    [all...]
ast.h     [all...]

Completed in 684 milliseconds