Home
last modified time | relevance | path

Searched defs:full_type (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/tests/
Dnegative_equal_tests.cpp91 #define compare_with_self(full_type) \ argument
113 #define compare_with_negation(full_type) \ in compare_with_self() argument
205 #define compare_with_self(full_type) \ argument
240 #define compare_with_negation(full_type) \ in compare_with_self() argument
316 nir_alu_type full_type, int first) in count_sequence()
374 nir_alu_type full_type, unsigned components) in negate()
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c370 nir_alu_type full_type) in nir_const_value_negative_equal()
470 const nir_alu_type full_type = nir_op_infos[alu1->op].input_types[src1] | in nir_alu_srcs_negative_equal() local
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc85 std::string full_type; in GetFullName() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc90 auto full_type = type2.dyn_cast<ShapedType>(); in IsTailOfShape() local
/external/flatbuffers/src/
Didl_gen_cpp.cpp1494 auto full_type = in GenMember() local
/external/mesa3d/src/freedreno/ir3/
Dir3.h991 static inline type_t full_type(type_t type) in full_type() function