Home
last modified time | relevance | path

Searched refs:all_types (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type) variable
654 …operation("equal", 2, printable_name="==", source_types=all_types, dest_type=bool_type, c_expressi…
655 …operation("nequal", 2, printable_name="!=", source_types=all_types, dest_type=bool_type, c_express…
659 …operation("all_equal", 2, source_types=all_types, dest_type=bool_type, c_expression="op[0]->has_va…
663 …operation("any_nequal", 2, source_types=all_types, dest_type=bool_type, c_expression="!op[0]->has_…
699 operation("vector_extract", 2, source_types=all_types, c_expression="anything-except-None"),
727 … all_signatures=zip(all_types, zip(len(all_types) * (bool_type,), all_types, all_types)),
741 operation("vector_insert", 3, source_types=all_types, c_expression="anything-except-None"),
748 operation("vector", 4, source_types=all_types, c_expression="anything-except-None"),
/third_party/selinux/secilc/docs/
Dcil_access_vector_rules.md74 (typeattribute all_types)
75 (typeattributeset all_types (all))
83 (allow all_types all_types (android_classes (set_2))) ; classmap/classmapping
86 ; (neverallow type_5 all_types (property_service (set)))
88 (allow type_1 all_types (property_service (set)))
242 (typeattribute all_types)
243 (typeattributeset all_types ((all)))
245 (neverallow type_3 all_types (property_service (set)))
460 (typeattribute all_types)
461 (typeattributeset all_types ((all)))
[all …]
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py934 all_types = unittest_pb2.TestAllTypes()
935 all_descriptor = all_types.DESCRIPTOR
936 all_types.repeated_string.append(u'\u00fc\ua71f')
938 msg.value.Pack(all_types)
942 all_types.SerializeToString())
949 self.assertEqual(all_types, unpacked_message)
954 msg.Pack(all_types)
963 all_types = unittest_pb2.TestAllTypes()
964 all_descriptor = all_types.DESCRIPTOR
965 msg.value.Pack(all_types)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsistency_tools.py548 all_types = set()
549 all_types.update(types)
554 all_types.update(referenced)
555 return all_types
/third_party/spirv-tools/test/opt/
Dtype_manager_test.cpp181 std::vector<Type::Kind> all_types; in TEST() local
183 all_types.push_back(static_cast<Type::Kind>(kind)); in TEST()
186 EXPECT_THAT(generated_types, testing::UnorderedElementsAreArray(all_types)); in TEST()
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc349 constexpr CreatePtrs all_types[] = { variable
414 testing::Combine(testing::ValuesIn(all_types),
415 testing::ValuesIn(all_types)));
2210 constexpr CreatePtrs all_types[] = { variable
2279 testing::Combine(testing::ValuesIn(all_types),
2322 testing::Combine(testing::ValuesIn(all_types),
2323 testing::ValuesIn(all_types),
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp9984 static const glw::GLenum all_types[] = { GL_UNSIGNED_BYTE, in Prepare() local
10009 static const glw::GLuint all_types_count = sizeof(all_types) / sizeof(all_types[0]); in Prepare()
10020 if (all_types[i] == m_type_invalid) in Prepare()
/third_party/protobuf/
DMakefile.am1323 js/experimental/benchmarks/code_size/kernel/all_types.js \