HomeSort by: relevance | last modified time | path
    Searched refs:is_boolean (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_validate.cpp 313 assert(ir->type->is_boolean());
314 assert(ir->operands[0]->type->is_boolean());
358 assert(ir->type->is_boolean());
363 assert(ir->type->is_boolean());
366 assert(ir->operands[0]->type->is_boolean());
370 assert(ir->operands[0]->type->is_boolean());
375 assert(ir->type->is_boolean());
378 assert(ir->operands[0]->type->is_boolean());
444 assert(ir->type->is_boolean());
471 assert(ir->operands[0]->type->is_boolean());
    [all...]
ir_set_program_inouts.cpp 270 type->fields.array->is_boolean())))) {
glsl_to_nir.cpp 878 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type);
1435 if (val->type->is_boolean())
1460 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type);
1467 if (type->is_boolean())
1489 if (val->type->is_boolean())
ir_constant_expression.cpp 1142 if (!cond || !cond->type->is_boolean())
lower_precision.cpp 740 if (!ir->type->is_boolean())
ast_to_hir.cpp 1218 if (val->type->is_boolean() && val->type->is_scalar())
1508 || (type->is_boolean() && type->is_scalar()));
5336 (var->type->is_numeric() || var->type->is_boolean())) {
5483 if (check_type->is_boolean() ||
5927 (var->type->is_numeric() || var->type->is_boolean())) {
6644 if (!condition->type->is_boolean() || !condition->type->is_scalar()) {
7112 || !cond->type->is_boolean() || !cond->type->is_scalar()) {
ast_function.cpp 564 if (formal->type->is_numeric() || formal->type->is_boolean()) {
2099 return type->is_numeric() || type->is_boolean() ||
ir.cpp 1582 if (int(bool(i)) != i && this->type->is_boolean())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_validate.cpp 252 assert(ir->type->is_boolean());
253 assert(ir->operands[0]->type->is_boolean());
300 assert(ir->type->is_boolean());
303 assert(ir->operands[0]->type->is_boolean());
308 assert(ir->type->is_boolean());
311 assert(ir->operands[0]->type->is_boolean());
377 assert(ir->type->is_boolean());
404 assert(ir->operands[0]->type->is_boolean());
595 assert(ir->type->is_boolean());
668 assert(ir->type->is_boolean());
    [all...]
glsl_to_nir.cpp 817 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type);
1314 if (val->type->is_boolean())
1342 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type);
1356 if (type->is_boolean())
1420 unsigned bit_size = type->is_boolean() ? 32 : glsl_get_bit_size(type);
1427 if (type->is_boolean())
1449 if (val->type->is_boolean())
1756 unsigned bit_size = ir->type->is_boolean() ? 32 :
1769 if (ir->type->is_boolean())
ir_set_program_inouts.cpp 270 type->fields.array->is_boolean())))) {
ir_constant_expression.cpp 965 if (!cond || !cond->type->is_boolean())
ast_function.cpp 516 if (formal->type->is_numeric() || formal->type->is_boolean()) {
2034 return type->is_numeric() || type->is_boolean() ||
ast_to_hir.cpp 1206 if (val->type->is_boolean() && val->type->is_scalar())
1496 || (type->is_boolean() && type->is_scalar()));
5161 && (var->type->is_numeric() || var->type->is_boolean())
5312 if (check_type->is_boolean() ||
6424 if (!condition->type->is_boolean() || !condition->type->is_scalar()) {
6883 || !cond->type->is_boolean() || !cond->type->is_scalar()) {
ir.cpp 1292 if (int(bool(i)) != i && this->type->is_boolean())
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 931 bool is_boolean() const function in struct:glsl_type
nir_types.cpp 385 return type->is_boolean();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 679 bool is_boolean() const function in struct:glsl_type
nir_types.cpp 353 return type->is_boolean();
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
uniform_query.cpp 1046 if (!uni->type->is_boolean() && !uni->is_bindless) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
uniform_query.cpp 1124 if (!uni->type->is_boolean() && !copy_as_uint64 && !copy_to_float16) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1698 if (ir->operands[0]->type->is_boolean() &&
1758 if (ir->operands[0]->type->is_boolean() &&
2183 if (ir->type->is_boolean()) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1630 if (ir->operands[0]->type->is_boolean() &&
1690 if (ir->operands[0]->type->is_boolean() &&
2110 if (ir->type->is_boolean()) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
ir_to_mesa.cpp 1093 if (ir->operands[0]->type->is_boolean() &&
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
ir_to_mesa.cpp 1175 if (ir->operands[0]->type->is_boolean() &&

Completed in 48 milliseconds