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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
hir_field_selection.cpp 47 if (op->type->is_error()) {
53 if (result->type->is_error()) {
ast_array_index.cpp 148 if (!array->type->is_error()
157 if (!idx->type->is_error()) {
356 } else if (array->type->is_error()) {
ast_to_hir.cpp 836 if (rhs->type->is_error())
844 if (state->stage == MESA_SHADER_TESS_CTRL && !lhs->type->is_error()) {
938 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error());
1435 error_emitted = type->is_error();
1445 error_emitted = type->is_error();
1461 error_emitted = type->is_error();
1477 error_emitted = type->is_error();
1492 error_emitted = op[0]->type->is_error() || op[1]->type->is_error();
    [all...]
ir_constant_expression.cpp 572 assert(this->type->is_error());
694 if (this->type->is_error())
ast_function.cpp 874 if (src->type->is_error())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
hir_field_selection.cpp 47 if (op->type->is_error()) {
53 if (result->type->is_error()) {
ast_array_index.cpp 148 if (!array->type->is_error()
157 if (!idx->type->is_error()) {
356 } else if (array->type->is_error()) {
ir_constant_expression.cpp 514 assert(this->type->is_error());
636 if (this->type->is_error())
ast_to_hir.cpp 836 if (rhs->type->is_error())
844 if (state->stage == MESA_SHADER_TESS_CTRL && !lhs->type->is_error()) {
938 bool error_emitted = (lhs->type->is_error() || rhs->type->is_error());
1423 error_emitted = type->is_error();
1433 error_emitted = type->is_error();
1449 error_emitted = type->is_error();
1465 error_emitted = type->is_error();
1480 error_emitted = op[0]->type->is_error() || op[1]->type->is_error();
    [all...]
ast_function.cpp 817 if (src->type->is_error())
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 178 ASSERT_FALSE(type->is_error());
192 ASSERT_FALSE(element_type->is_error());
196 ASSERT_FALSE(array_type->is_error());
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 178 ASSERT_FALSE(type->is_error());
192 ASSERT_FALSE(element_type->is_error());
196 ASSERT_FALSE(array_type->is_error());
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1015 bool is_error() const function in struct:glsl_type
nir_types.cpp 261 return type->is_error();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 763 bool is_error() const function in struct:glsl_type
nir_types.cpp 242 return type->is_error();
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texcompress_astc.cpp 557 bool is_error; member in struct:Block
1446 is_error = false;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_astc.cpp 556 bool is_error; member in struct:Block
1445 is_error = false;

Completed in 23 milliseconds