Home | History | Annotate | Download | only in glsl

Lines Matching refs:bool_type

512    return glsl_type::bool_type;
1033 type = glsl_type::bool_type;
1035 assert(error_emitted || (result->type == glsl_type::bool_type));
1095 type = glsl_type::bool_type;
1097 ir_variable *const tmp = new(ctx) ir_variable(glsl_type::bool_type,
1160 type = glsl_type::bool_type;
1162 ir_variable *const tmp = new(ctx) ir_variable(glsl_type::bool_type,
1201 result = new(ctx) ir_expression(operations[this->oper], glsl_type::bool_type,
1203 type = glsl_type::bool_type;
1217 result = new(ctx) ir_expression(operations[this->oper], glsl_type::bool_type,
1219 type = glsl_type::bool_type;
1656 type = glsl_type::bool_type;
2949 new(ctx) ir_expression(ir_unop_logic_not, glsl_type::bool_type, cond,