Searched refs:is_error (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dhir_field_selection.cpp47 if (op->type->is_error()) {
53 if (result->type->is_error()) {
H A Dast_array_index.cpp148 if (!array->type->is_error()
157 if (!idx->type->is_error()) {
356 } else if (array->type->is_error()) {
H A Dast_to_hir.cpp836 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...]
H A Dir_constant_expression.cpp572 assert(this->type->is_error());
694 if (this->type->is_error())
H A Dast_function.cpp874 if (src->type->is_error())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dhir_field_selection.cpp47 if (op->type->is_error()) {
53 if (result->type->is_error()) {
H A Dast_array_index.cpp148 if (!array->type->is_error()
157 if (!idx->type->is_error()) {
356 } else if (array->type->is_error()) {
H A Dir_constant_expression.cpp514 assert(this->type->is_error());
636 if (this->type->is_error())
H A Dast_to_hir.cpp836 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...]
H A Dast_function.cpp817 if (src->type->is_error())
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Duniform_initializer_utils.cpp178 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/
H A Duniform_initializer_utils.cpp178 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/
H A Dglsl_types.h1015 bool is_error() const function in struct:glsl_type
H A Dnir_types.cpp261 return type->is_error();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h763 bool is_error() const function in struct:glsl_type
H A Dnir_types.cpp242 return type->is_error();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp556 bool is_error; member in struct:Block
1445 is_error = false;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp557 bool is_error; member in struct:Block
1446 is_error = false;

Completed in 57 milliseconds