/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | types_test.cpp | 36 v3u32_t_ = MakeUnique<Vector>(u32_t_.get(), 3); 38 MakeUnique<Image>(f64_t_.get(), SpvDim2D, 1, 1, 0, 0, SpvImageFormatR16, 56 EXPECT_TRUE(types[i]->IsSame(types[j].get())) \ 73 TestMultipleInstancesOfTheSameType(Vector, u32_t_.get(), 3) 74 TestMultipleInstancesOfTheSameType(Matrix, v3u32_t_.get(), 4) 75 TestMultipleInstancesOfTheSameType(Image, f64_t_.get(), SpvDimCube, 0, 0, 1, 1, 79 TestMultipleInstancesOfTheSameType(SampledImage, image_t_.get()) 84 TestMultipleInstancesOfTheSameTypeQualified(Array, LenConstant, u32_t_.get(), 91 TestMultipleInstancesOfTheSameTypeQualified(Array, LenSpecId, u32_t_.get(), 94 TestMultipleInstancesOfTheSameTypeQualified(Array, LenDefiningId, u32_t_.get(), [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | types_test.cpp | 36 v3u32_t_ = MakeUnique<Vector>(u32_t_.get(), 3); 38 MakeUnique<Image>(f64_t_.get(), SpvDim2D, 1, 1, 0, 0, SpvImageFormatR16, 56 EXPECT_TRUE(types[i]->IsSame(types[j].get())) \ 73 TestMultipleInstancesOfTheSameType(Vector, u32_t_.get(), 3) 74 TestMultipleInstancesOfTheSameType(Matrix, v3u32_t_.get(), 4) 75 TestMultipleInstancesOfTheSameType(Image, f64_t_.get(), SpvDimCube, 0, 0, 1, 1, 79 TestMultipleInstancesOfTheSameType(SampledImage, image_t_.get()) 84 TestMultipleInstancesOfTheSameTypeQualified(Array, LenConstant, u32_t_.get(), 91 TestMultipleInstancesOfTheSameTypeQualified(Array, LenSpecId, u32_t_.get(), 94 TestMultipleInstancesOfTheSameTypeQualified(Array, LenDefiningId, u32_t_.get(), [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_c_generator.py | 168 if type.get('category') == 'struct' and type.get('structextends') is not None and type.get('name') in self.vkscFeatureList: 171 n = type.get('name') 172 if m.get('values'): 179 code += " case %s:" %(m.get('values')) 194 if feature.get('api').find('vulkansc') != -1: 201 if typeName.get("name") != "": 202 self.featureDict[typeName.get("name")] = feature.get("nam [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser_unittest.cpp | 50 int32_t get(const std::string &testName) in get() function in __anon20291::GPUTestExpectationsParserTest 74 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 86 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 98 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 110 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 122 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 135 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 148 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 161 EXPECT_EQ(get("dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max"), in TEST_P() 173 EXPECT_EQ(get("dEQ in TEST_P() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_type_array_test.cpp | 58 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 61 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 64 context.get(), transformation_context)); in TEST() 67 .IsApplicable(context.get(), transformation_context)); in TEST() 71 .IsApplicable(context.get(), transformation_context)); in TEST() 75 .IsApplicable(context.get(), transformation_context)); in TEST() 79 .IsApplicable(context.get(), transformation_context)); in TEST() 83 .IsApplicable(context.get(), transformation_context)); in TEST() 87 .IsApplicable(context.get(), transformation_context)); in TEST() 91 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_type_float_test.cpp | 50 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 53 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 57 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 62 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 68 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 73 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 77 context.get()->get_feature_mgr()->AddCapability(SpvCapabilityFloat64); in TEST() 79 context.get(), transformation_context)); in TEST() 84 context.get(), transformation_context), in TEST() 114 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_option in TEST() [all...] |
H A D | transformation_add_constant_composite_test.cpp | 68 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 71 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 74 .IsApplicable(context.get(), transformation_context)); in TEST() 77 .IsApplicable(context.get(), transformation_context)); in TEST() 80 .IsApplicable(context.get(), transformation_context)); in TEST() 83 .IsApplicable(context.get(), transformation_context)); in TEST() 91 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 92 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 152 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 153 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() [all...] |
H A D | transformation_set_selection_control_test.cpp | 110 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 114 .IsApplicable(context.get(), transformation_context)); in TEST() 118 .IsApplicable(context.get(), transformation_context)); in TEST() 122 .IsApplicable(context.get(), transformation_context)); in TEST() 127 transformation1.IsApplicable(context.get(), transformation_context)); in TEST() 128 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST() 134 transformation2.IsApplicable(context.get(), transformation_context)); in TEST() 135 ApplyAndCheckFreshIds(transformation2, context.get(), in TEST() 141 transformation3.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(transformation3, context.get(), in TEST() [all...] |
H A D | transformation_adjust_branch_weights_test.cpp | 105 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 108 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 115 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 124 transformation.IsApplicable(context.get(), transformation_context), in TEST() 134 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 142 transformation.IsApplicable(context.get(), transformation_context), in TEST() 152 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 159 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 165 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 171 transformation.IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_load_store_with_copy_memory_test.cpp | 116 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 117 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 149 transformation_bad_1.IsApplicable(context.get(), transformation_context)); in TEST() 155 transformation_bad_2.IsApplicable(context.get(), transformation_context)); in TEST() 161 transformation_bad_3.IsApplicable(context.get(), transformation_context)); in TEST() 168 transformation_bad_4.IsApplicable(context.get(), transformation_context)); in TEST() 175 transformation_bad_5.IsApplicable(context.get(), transformation_context)); in TEST() 182 transformation_bad_6.IsApplicable(context.get(), transformation_context)); in TEST() 186 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), in TEST() 188 ApplyAndCheckFreshIds(transformation_good_1, context.get(), in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_type_array_test.cpp | 58 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 61 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 64 context.get(), transformation_context)); in TEST() 67 .IsApplicable(context.get(), transformation_context)); in TEST() 71 .IsApplicable(context.get(), transformation_context)); in TEST() 75 .IsApplicable(context.get(), transformation_context)); in TEST() 79 .IsApplicable(context.get(), transformation_context)); in TEST() 83 .IsApplicable(context.get(), transformation_context)); in TEST() 87 .IsApplicable(context.get(), transformation_context)); in TEST() 91 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_type_float_test.cpp | 50 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 53 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 57 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 62 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 68 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 73 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 77 context.get()->get_feature_mgr()->AddCapability(SpvCapabilityFloat64); in TEST() 79 context.get(), transformation_context)); in TEST() 84 context.get(), transformation_context), in TEST() 114 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_option in TEST() [all...] |
H A D | transformation_add_constant_composite_test.cpp | 68 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 71 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 74 .IsApplicable(context.get(), transformation_context)); in TEST() 77 .IsApplicable(context.get(), transformation_context)); in TEST() 80 .IsApplicable(context.get(), transformation_context)); in TEST() 83 .IsApplicable(context.get(), transformation_context)); in TEST() 91 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 92 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 152 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 153 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() [all...] |
H A D | transformation_set_selection_control_test.cpp | 110 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 114 .IsApplicable(context.get(), transformation_context)); in TEST() 118 .IsApplicable(context.get(), transformation_context)); in TEST() 122 .IsApplicable(context.get(), transformation_context)); in TEST() 127 transformation1.IsApplicable(context.get(), transformation_context)); in TEST() 128 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST() 134 transformation2.IsApplicable(context.get(), transformation_context)); in TEST() 135 ApplyAndCheckFreshIds(transformation2, context.get(), in TEST() 141 transformation3.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(transformation3, context.get(), in TEST() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_type_array_test.cpp | 58 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 61 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 64 context.get(), transformation_context)); in TEST() 67 .IsApplicable(context.get(), transformation_context)); in TEST() 71 .IsApplicable(context.get(), transformation_context)); in TEST() 75 .IsApplicable(context.get(), transformation_context)); in TEST() 79 .IsApplicable(context.get(), transformation_context)); in TEST() 83 .IsApplicable(context.get(), transformation_context)); in TEST() 87 .IsApplicable(context.get(), transformation_context)); in TEST() 91 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_add_type_float_test.cpp | 50 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 53 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 57 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 62 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 68 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 73 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 77 context.get()->AddCapability(spv::Capability::Float64); in TEST() 79 context.get(), transformation_context)); in TEST() 84 context.get(), transformation_context), in TEST() 114 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_option in TEST() [all...] |
H A D | transformation_add_constant_composite_test.cpp | 68 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 71 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 74 .IsApplicable(context.get(), transformation_context)); in TEST() 77 .IsApplicable(context.get(), transformation_context)); in TEST() 80 .IsApplicable(context.get(), transformation_context)); in TEST() 83 .IsApplicable(context.get(), transformation_context)); in TEST() 91 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 92 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() 152 transformation.IsApplicable(context.get(), transformation_context)); in TEST() 153 ApplyAndCheckFreshIds(transformation, context.get(), in TEST() [all...] |
H A D | transformation_set_selection_control_test.cpp | 110 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 114 .IsApplicable(context.get(), transformation_context)); in TEST() 118 .IsApplicable(context.get(), transformation_context)); in TEST() 122 .IsApplicable(context.get(), transformation_context)); in TEST() 127 transformation1.IsApplicable(context.get(), transformation_context)); in TEST() 128 ApplyAndCheckFreshIds(transformation1, context.get(), in TEST() 134 transformation2.IsApplicable(context.get(), transformation_context)); in TEST() 135 ApplyAndCheckFreshIds(transformation2, context.get(), in TEST() 141 transformation3.IsApplicable(context.get(), transformation_context)); in TEST() 142 ApplyAndCheckFreshIds(transformation3, context.get(), in TEST() [all...] |
/third_party/skia/tests/ |
H A D | TemplatesTest.cpp | 79 REPORTER_ASSERT(reporter, !TContainer((TCount)0).get()); in test_container_apis() 81 REPORTER_ASSERT(reporter, TContainer((TCount)1).get()); in test_container_apis() 83 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).get()); in test_container_apis() 85 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).get()); in test_container_apis() 92 REPORTER_ASSERT(reporter, container.get()); in test_container_apis() 93 REPORTER_ASSERT(reporter, container.get() == container.data()); in test_container_apis() 96 REPORTER_ASSERT(reporter, container.get()); in test_container_apis() 97 REPORTER_ASSERT(reporter, container.get() == container.data()); in test_container_apis() 100 REPORTER_ASSERT(reporter, container.get()); in test_container_apis() 101 REPORTER_ASSERT(reporter, container.get() in test_container_apis() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Region.java | 173 metadataAlias = metadata.get("alias"); in loadRegionData() 174 territoryAlias = metadataAlias.get("territory"); in loadRegionData() 177 codeMappings = supplementalData.get("codeMappings"); in loadRegionData() 178 idValidity = supplementalData.get("idValidity"); in loadRegionData() 179 regionList = idValidity.get("region"); in loadRegionData() 180 regionRegular = regionList.get("regular"); in loadRegionData() 181 regionMacro = regionList.get("macroregion"); in loadRegionData() 182 regionUnknown = regionList.get("unknown"); in loadRegionData() 184 territoryContainment = supplementalData.get("territoryContainment"); in loadRegionData() 185 worldContainment = territoryContainment.get("00 in loadRegionData() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 548 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, colorBufferFormat, colorSRR); in iterate() 554 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), colorBufferExtent.width, colorBufferExtent.height); in iterate() 569 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate() 573 const auto vertexBufferDescInfo = makeDescriptorBufferInfo(vertexBuffer.get(), 0ull, vertexBufferSize); in iterate() 574 const auto indexBufferDescInfo = makeDescriptorBufferInfo(indexBuffer.get(), 0ull, indexBufferSize); in iterate() 575 updateBuilder.writeSingle(descriptorSet.get(), vertexBufferLoc, vertexBufferType, &vertexBufferDescInfo); in iterate() 576 updateBuilder.writeSingle(descriptorSet.get(), indexBufferLoc, indexBufferType, &indexBufferDescInfo); in iterate() 580 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate() [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 190 for xck, xcv in self.build_file_dict.get("xcode_settings", {}).items(): 197 build_file_configurations = self.build_file_dict.get("configurations", {}) 200 build_file_configuration_named = build_file_configurations.get( 205 for xck, xcv in build_file_configuration_named.get( 254 if not int(target.get("suppress_wildcard", False)): 262 if target.get("run_as"): 278 if command.get("working_directory"): 283 command.get("working_directory") 287 if command.get("environment"): 299 for (key, val) in command.get("environmen [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 190 for xck, xcv in self.build_file_dict.get("xcode_settings", {}).items(): 197 build_file_configurations = self.build_file_dict.get("configurations", {}) 200 build_file_configuration_named = build_file_configurations.get( 205 for xck, xcv in build_file_configuration_named.get( 254 if not int(target.get("suppress_wildcard", False)): 262 if target.get("run_as"): 278 if command.get("working_directory"): 283 command.get("working_directory") 287 if command.get("environment"): 299 for (key, val) in command.get("environmen [all...] |
H A D | msvs.py | 114 domain = os.environ.get("USERDOMAIN") 115 username = os.environ.get("USERNAME") 233 if not folders.get(s[0]): 283 if not tools.get(tool_name): 288 if tool.get(setting): 304 return config_data.get("msvs_target_version", "Windows7") 308 return config_data.get("msvs_configuration_platform", "Win32") 324 target_ver = config_data.get("msvs_windows_target_platform_version") 327 config_ver = config_data.get("msvs_windows_sdk_version") 377 cygwin_dir = _FixPath(spec.get("msvs_cygwin_dir [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 21 DILocation *DebugLoc::get() const { in get() function in DebugLoc 22 return cast_or_null<DILocation>(Loc.get()); in get() 26 assert(get() && "Expected valid DebugLoc"); in getLine() 27 return get()->getLine(); in getLine() 31 assert(get() && "Expected valid DebugLoc"); in getCol() 32 return get()->getColumn(); in getCol() 36 assert(get() && "Expected valid DebugLoc"); in getScope() 37 return get()->getScope(); in getScope() 41 assert(get() && "Expected valid DebugLoc"); in getInlinedAt() 42 return get() in getInlinedAt() 71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, get() function in DebugLoc [all...] |