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

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_to_nir.cpp 830 op = ir->return_deref->type->is_integer_32_64()
868 op = ir->return_deref->type->is_integer_32_64()
912 op = ir->return_deref->type->is_integer_32_64()
953 op = ir->return_deref->type->is_integer_32_64()
991 op = ir->return_deref->type->is_integer_32_64()
1026 op = ir->return_deref->type->is_integer_32_64()
1065 op = ir->return_deref->type->is_integer_32_64()
ir_validate.cpp 687 assert(ir->operands[0]->type->is_integer_32_64() &&
705 assert(ir->type->is_integer_32_64());
ast_to_hir.cpp 535 if (!type_a->is_integer_32_64()) {
540 if (!type_b->is_integer_32_64()) {
622 if (!type_a->is_integer_32_64()) {
626 if (!type_b->is_integer_32_64()) {
744 if (!type_a->is_integer_32_64()) {
1579 if (!op[0]->type->is_integer_32_64()) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_shared_reference.cpp 359 (deref->type->is_integer_32_64() || deref->type->is_float()));
glsl_to_nir.cpp 930 op = ir->return_deref->type->is_integer_32_64()
972 op = ir->return_deref->type->is_integer_32_64()
1016 op = ir->return_deref->type->is_integer_32_64()
1113 op = ir->return_deref->type->is_integer_32_64()
1156 op = ir->return_deref->type->is_integer_32_64()
lower_ubo_reference.cpp 976 (deref->type->is_integer_32_64() || deref->type->is_float()));
ast_to_hir.cpp 535 if (!type_a->is_integer_32_64()) {
540 if (!type_b->is_integer_32_64()) {
622 if (!type_a->is_integer_32_64()) {
626 if (!type_b->is_integer_32_64()) {
744 if (!type_a->is_integer_32_64()) {
1591 if (!op[0]->type->is_integer_32_64()) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 789 bool is_integer_32_64() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 603 bool is_integer_32_64() const function in struct:glsl_type

Completed in 70 milliseconds