/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 928 map<string, string> specs; 930 specs["n_input"] = de::toString(numInput); 932 return decoration.specialize(specs); 954 map<string, string> specs; 956 specs["n_input"] = de::toString(numInput); 957 specs["testtype"] = m_spirvTestType; 959 return testfun.specialize(specs); 1518 map<string, string> specs; 1568 specs["testtype"] = m_spirvTestType; 1569 specs["scalartyp [all...] |
H A D | vktSpvAsmInstructionTests.cpp | 11654 map<string, string> specs; in createFloat16LogicalSet() local 11659 specs["num_data_points"] = de::toString(iterations); in createFloat16LogicalSet() 11660 specs["op_code"] = testOp.opCode; in createFloat16LogicalSet() 11661 specs["op_arg1"] = (testOp.argCount == 1) ? "" : "%val_src1"; in createFloat16LogicalSet() 11662 specs["op_arg1_calc"] = (testOp.argCount == 1) ? "" : arg1Calc.specialize(specs); in createFloat16LogicalSet() 11667 fragments["decoration"] = decoration.specialize(specs); in createFloat16LogicalSet() 11668 fragments["pre_main"] = preMain.specialize(specs); in createFloat16LogicalSet() 11669 fragments["testfun"] = testFun.specialize(specs); in createFloat16LogicalSet() 11783 map<string, string> specs; in createFloat16LogicalSet() local 12003 map<string, string> specs; createFloat16FuncSet() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 930 map<string, string> specs; 932 specs["n_input"] = de::toString(numInput); 934 return decoration.specialize(specs); 956 map<string, string> specs; 958 specs["n_input"] = de::toString(numInput); 959 specs["testtype"] = m_spirvTestType; 961 return testfun.specialize(specs); 1520 map<string, string> specs; 1570 specs["testtype"] = m_spirvTestType; 1571 specs["scalartyp [all...] |
H A D | vktSpvAsmInstructionTests.cpp | 11556 map<string, string> specs; in createFloat16LogicalSet() local 11561 specs["num_data_points"] = de::toString(iterations); in createFloat16LogicalSet() 11562 specs["op_code"] = testOp.opCode; in createFloat16LogicalSet() 11563 specs["op_arg1"] = (testOp.argCount == 1) ? "" : "%val_src1"; in createFloat16LogicalSet() 11564 specs["op_arg1_calc"] = (testOp.argCount == 1) ? "" : arg1Calc.specialize(specs); in createFloat16LogicalSet() 11569 fragments["decoration"] = decoration.specialize(specs); in createFloat16LogicalSet() 11570 fragments["pre_main"] = preMain.specialize(specs); in createFloat16LogicalSet() 11571 fragments["testfun"] = testFun.specialize(specs); in createFloat16LogicalSet() 11685 map<string, string> specs; in createFloat16LogicalSet() local 11905 map<string, string> specs; createFloat16FuncSet() local [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | Makefile | 28 %-user.h: ../../../../Documentation/netlink/specs/%.yaml $(TOOL) 32 %-user.c: ../../../../Documentation/netlink/specs/%.yaml $(TOOL)
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness-shadowrealm.js | 46 const specs = await Promise.all(srcs.concat(deps).map(spec => { 49 const idls = JSON.stringify(specs);
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | SubgraphOptimizerTest.java | 77 private static RangeTree ranges(String... specs) { in ranges() argument 78 return RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in ranges()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeTest.java | 225 List<RangeSpecification> specs = specs( in testComplexSpecsToSimpleRange() 235 RangeTree r = RangeTree.from(specs); in testComplexSpecsToSimpleRange() 236 assertThat(r).containsExactly(specs); in testComplexSpecsToSimpleRange() 343 List<RangeSpecification> expected = specs( in testSerializingRealWorldExample() 532 return RangeTree.from(specs(s)); in ranges() 539 private static List<RangeSpecification> specs(String... s) { in specs() method in RangeTreeTest
|
H A D | RangeSpecificationTest.java | 234 .isEqualTo(specs("12xx")); in testRangeProcessing_singleBlock() 240 .isEqualTo(specs("xxxx")); in testRangeProcessing_fullRange() 245 Truth.assertThat(RangeSpecification.from(setOf(range("1199", "1300")))).isEqualTo(specs( in testRangeProcessing_edgeCases() 253 Truth.assertThat(RangeSpecification.from(setOf(range("123", "45678")))).isEqualTo(specs( in testRangeProcessing_complex() 285 List<RangeSpecification> specs(String... s) { in specs() method in RangeSpecificationTest
|
H A D | RangeTreeFactorizerTest.java | 95 return RangeTree.from(specs(s)); in ranges() 98 List<RangeSpecification> specs(String... s) { in specs() method in RangeTreeFactorizerTest
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboNoAttachmentTests.cpp | 559 const FboSpec specs[] = in createFboNoAttachmentTests() local 591 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(specs); caseNdx++) in createFboNoAttachmentTests() 593 const FboSpec& spec = specs[caseNdx]; in createFboNoAttachmentTests() 644 const FboSpec specs[][2] = in createFboNoAttachmentTests() local 656 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); specNdx++) in createFboNoAttachmentTests() 658 const FboSpec& baseSpec = specs[specNdx][0]; in createFboNoAttachmentTests() 659 const FboSpec& altSpec = specs[specNdx][1]; in createFboNoAttachmentTests()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 178 u32 specs[4]; in etnaviv_hw_specs() local 181 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS); in etnaviv_hw_specs() 182 specs[1] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_2); in etnaviv_hw_specs() 183 specs[2] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_3); in etnaviv_hw_specs() 184 specs[3] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_4); in etnaviv_hw_specs() 186 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 188 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs() 190 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 192 gpu->identity.vertex_cache_size = etnaviv_field(specs[0], in etnaviv_hw_specs() 194 gpu->identity.shader_core_count = etnaviv_field(specs[ in etnaviv_hw_specs() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 186 u32 specs[4]; in etnaviv_hw_specs() local 189 specs[0] = gpu_read(gpu, VIVS_HI_CHIP_SPECS); in etnaviv_hw_specs() 190 specs[1] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_2); in etnaviv_hw_specs() 191 specs[2] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_3); in etnaviv_hw_specs() 192 specs[3] = gpu_read(gpu, VIVS_HI_CHIP_SPECS_4); in etnaviv_hw_specs() 194 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 196 gpu->identity.register_max = etnaviv_field(specs[0], in etnaviv_hw_specs() 198 gpu->identity.thread_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 200 gpu->identity.vertex_cache_size = etnaviv_field(specs[0], in etnaviv_hw_specs() 202 gpu->identity.shader_core_count = etnaviv_field(specs[ in etnaviv_hw_specs() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tridpars.h | 310 * at any location between specs or delimiters, and is returned 326 * @param specs the given Specs object. 331 static SingleID* specsToID(const Specs* specs, int32_t dir); 337 * @param specs the given Specs. 341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tridpars.h | 310 * at any location between specs or delimiters, and is returned 326 * @param specs the given Specs object. 331 static SingleID* specsToID(const Specs* specs, int32_t dir); 337 * @param specs the given Specs. 341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tridpars.h | 310 * at any location between specs or delimiters, and is returned 326 * @param specs the given Specs object. 331 static SingleID* specsToID(const Specs* specs, int32_t dir); 337 * @param specs the given Specs. 341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
|
/third_party/zlib/nintendods/ |
H A D | Makefile | 38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_state.c | 113 cs->config1 = screen->specs.seamless_cube_map ? in etna_create_sampler_state_state() 143 if ((ctx->screen->specs.halti < 2) && ss->compare_mode) { in etna_create_sampler_state_state() 265 if (!screen->specs.npot_tex_any_wrap && in etna_create_sampler_view_state() 435 if (unlikely(screen->specs.tex_astc && (dirty & (ETNA_DIRTY_SAMPLER_VIEWS)))) { in etna_emit_new_texture_state() 577 if (unlikely(screen->specs.tex_astc && (dirty & (ETNA_DIRTY_SAMPLER_VIEWS)))) { in etna_emit_texture_state() 613 if (ctx->screen->specs.halti >= 1) in etna_texture_state_init()
|
H A D | etnaviv_rs.c | 117 for (unsigned pipe = 0; pipe < screen->specs.pixel_pipes; ++pipe) { in etna_compile_rs_state() 146 if (!screen->specs.single_buffer && screen->specs.pixel_pipes == 2 && !(rs->height & 7)) { in etna_compile_rs_state() 165 if (screen->specs.single_buffer && rs->source == rs->dest && in etna_compile_rs_state() 221 } else if (screen->specs.pixel_pipes > 1 || in etna_submit_rs_state() 293 assert(screen->specs.halti >= 2); in etna_rs_gen_clear_surface() 555 h_align = 64 * screen->specs.pixel_pipes; in etna_get_rs_alignment_mask()
|
H A D | etnaviv_compiler_nir_emit.c | 148 if (c->specs->has_new_transcendentals) in etna_emit_alu() 201 .tex.id = texid + (is_fs(c) ? 0 : c->specs->vertex_sampler_offset), in etna_emit_tex() 254 .type = (c->specs->halti < 2) ? INST_TYPE_F32 : INST_TYPE_U32, in etna_emit_discard()
|
/third_party/libabigail/tests/ |
H A D | test-read-common.cc | 200 /// @param specs the @ref abigail::tests::read_common::InOutSpec 211 run_tests(const size_t num_tests, const InOutSpec* specs, in run_tests() argument 231 for (const InOutSpec *s = specs; s->in_elf_path; ++s) in run_tests()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | compile_cas.go | 16 "go.skia.org/infra/task_scheduler/go/specs" 216 func generateCompileCAS(b *specs.TasksCfgBuilder, cfg *Config) { 221 spec := &specs.CasSpec{
|
/kernel/linux/linux-6.6/drivers/pmdomain/imx/ |
H A D | scu-pd.c | 321 struct of_phandle_args specs; in imx_sc_pd_get_console_rsrc() local 329 0, &specs); in imx_sc_pd_get_console_rsrc() 333 imx_con_rsrc = specs.args[0]; in imx_sc_pd_get_console_rsrc()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilStateTests.cpp | 245 // Draw a list of test specs, and check if the stencil value is equal to the expected value 409 TestSpec specs[3] = { in TEST_P() local 420 DoTest({specs[i], specs[j], specs[last]}, specs[last].color); in TEST_P() 421 DoTest({specs[j], specs[i], specs[last]}, specs[las in TEST_P() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tdfxfb.c | 34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee, 473 DPRINTK("mode outside monitor's specs\n"); in tdfxfb_check_var() 1347 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() 1356 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector() 1378 struct fb_monspecs *specs; in tdfxfb_probe() local 1480 specs = &info->monspecs; in tdfxfb_probe() 1485 err = tdfxfb_probe_i2c_connector(default_par, specs); in tdfxfb_probe() 1488 if (specs->modedb == NULL) in tdfxfb_probe() 1493 fb_videomode_to_modelist(specs->modedb, in tdfxfb_probe() 1494 specs in tdfxfb_probe() 1346 tdfxfb_probe_i2c_connector(struct tdfx_par *par, struct fb_monspecs *specs) tdfxfb_probe_i2c_connector() argument [all...] |