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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_function.cpp 87 !actual->type->can_implicitly_convert_to(param->type, state))
92 if (!param->type->can_implicitly_convert_to(actual->type, state))
ast_function.cpp 1113 if (from->type->can_implicitly_convert_to(desired_type, state)) {
ast_to_hir.cpp 7048 glsl_type::int_type->can_implicitly_convert_to(glsl_type::uint_type,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_function.cpp 86 if (!actual->type->can_implicitly_convert_to(param->type, state))
91 if (!param->type->can_implicitly_convert_to(actual->type, state))
ast_function.cpp 1056 if (from->type->can_implicitly_convert_to(desired_type, state)) {
ast_to_hir.cpp 6819 glsl_type::int_type->can_implicitly_convert_to(glsl_type::uint_type,
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 711 bool can_implicitly_convert_to(const glsl_type *desired,
glsl_types.cpp 1831 glsl_type::can_implicitly_convert_to(const glsl_type *desired, function in class:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 541 bool can_implicitly_convert_to(const glsl_type *desired,
glsl_types.cpp 1576 glsl_type::can_implicitly_convert_to(const glsl_type *desired, function in class:glsl_type

Completed in 24 milliseconds