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

  /external/mesa3d/src/glsl/
lower_if_to_cond_assign.cpp 119 glsl_type::bool_type,
128 glsl_type::bool_type,
179 cond_var = new(mem_ctx) ir_variable(glsl_type::bool_type,
lower_discard.cpp 175 ir_variable *temp = new(mem_ctx) ir_variable(glsl_type::bool_type,
ir_validate.cpp 106 if (ir->condition->type != glsl_type::bool_type) {
266 assert(ir->type == glsl_type::bool_type);
331 assert(ir->type == glsl_type::bool_type);
366 assert(ir->type == glsl_type::bool_type);
367 assert(ir->operands[0]->type == glsl_type::bool_type);
368 assert(ir->operands[1]->type == glsl_type::bool_type);
lower_vec_index_to_cond_assign.cpp 107 glsl_type::bool_type,
196 glsl_type::bool_type,
lower_jumps.cpp 125 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
136 this->break_flag = new(this->signature) ir_variable(glsl_type::bool_type, "break_flag", ir_var_temporary);
164 this->return_flag = new(this->signature) ir_variable(glsl_type::bool_type, "return_flag", ir_var_temporary);
lower_mat_op_to_vec.cpp 311 glsl_type::bool_type, op0, op1);
326 new(this->mem_ctx) ir_expression(ir_unop_any, glsl_type::bool_type,
331 glsl_type::bool_type,
glsl_types.h 155 static const glsl_type *const bool_type; member in struct:glsl_type
glsl_types.cpp 226 return bool_type;
298 return bool_type + (rows - 1);
lower_variable_index_to_cond_assign.cpp 138 &glsl_type::bool_type[comps - 1],
186 new(this->mem_ctx) ir_expression(ir_binop_less, glsl_type::bool_type,
ast_to_hir.cpp 512 return glsl_type::bool_type;
    [all...]
builtin_types.h 60 const glsl_type *const glsl_type::bool_type = & builtin_core_types[0]; member in class:glsl_type
loop_controls.cpp 138 new(mem_ctx) ir_expression(op, glsl_type::bool_type, add, to);
ir.cpp 271 this->type = glsl_type::bool_type;
296 this->type = glsl_type::bool_type;
487 this->type = glsl_type::bool_type;
    [all...]

Completed in 213 milliseconds