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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_validate.cpp 324 ir->operands[0]->type->is_float_16_32_64());
331 assert(ir->type->is_float_16_32_64());
511 assert(ir->operands[0]->type->is_float_16_32_64());
711 assert(ir->operands[0]->type->is_float_16_32_64());
845 assert(ir->operands[0]->type->is_float_16_32_64());
885 assert(ir->operands[0]->type->is_float_16_32_64());
891 assert(ir->type->is_float_16_32_64());
898 assert(ir->operands[0]->type->is_float_16_32_64());
opt_algebraic.cpp 581 if (!x_operand->type->is_float_16_32_64() ||
lower_instructions.cpp 213 assert(ir->operands[1]->type->is_float_16_32_64());
1793 if (lowering(MOD_TO_FLOOR) && ir->type->is_float_16_32_64())
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 847 bool is_float_16_32_64() const function in struct:glsl_type

Completed in 7 milliseconds