Home
last modified time | relevance | path

Searched refs:all_types (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A 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_expression="{src0} == {src1}"),
655 operation("nequal", 2, printable_name="!=", source_types=all_types, dest_type=bool_type, c_expression="{src0} != {src1}"),
659 operation("all_equal", 2, source_types=all_types, dest_type=bool_type, c_expression="op[0]->has_value(op[1])", flags=frozenset((horizontal_operation, types_identical_operation))),
663 operation("any_nequal", 2, source_types=all_types, dest_type=bool_type, c_expression="!op[0]->has_value(op[1])", flags=frozenset((horizontal_operation, types_identical_operation))),
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)),
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A 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)
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py667 all_types = set()
668 all_types.update(types)
673 all_types.update(referenced)
674 return all_types
/third_party/spirv-tools/test/opt/
H A Dtype_manager_test.cpp187 std::vector<Type::Kind> all_types; in TEST() local
189 all_types.push_back(static_cast<Type::Kind>(kind)); in TEST()
192 EXPECT_THAT(generated_types, testing::UnorderedElementsAreArray(all_types)); in TEST()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc349 constexpr CreatePtrs all_types[] = { member
414 testing::Combine(testing::ValuesIn(all_types),
415 testing::ValuesIn(all_types)));
2210 constexpr CreatePtrs all_types[] = {
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/
H A 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()

Completed in 28 milliseconds