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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_validate.cpp 157 if (!ir->array_index->type->is_integer_16_32()) {
611 assert(ir->operands[0]->type->is_integer_16_32());
808 ir->operands[1]->type->is_integer_16_32());
867 && ir->operands[1]->type->is_integer_16_32());
914 assert(ir->type->is_integer_16_32());
925 && ir->operands[2]->type->is_integer_16_32());
930 assert(ir->type->is_integer_16_32());
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 797 bool is_integer_16_32() const function in struct:glsl_type

Completed in 7 milliseconds