| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 3276 * Fetch the current render target layer index. 3282 /* The render target array index is provided in the thread payload as 3290 /* The render target array index is provided in the thread payload as 3311 unsigned target) 3337 emit_mcs_fetch(coords, 3, brw_imm_ud(target), fs_reg()) : fs_reg(); 3368 srcs[TEX_LOGICAL_SRC_SURFACE] = brw_imm_ud(target); 3380 * Actual coherent framebuffer read implemented using the native render target 3384 emit_coherent_fb_read(const fs_builder &bld, const fs_reg &dst, unsigned target) 3388 inst->target = target; [all...] |
| /third_party/node/deps/ada/ |
| H A D | ada.h | 4343 const std::string_view target = details::is_special_list[hash_value]; in is_special() local 4344 return (target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1)); in is_special() 4351 const std::string_view target = details::is_special_list[hash_value]; variable 4352 if ((target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1))) { 4366 const std::string_view target = details::is_special_list[hash_value]; variable 4367 if ((target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1))) {
|
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 2184 void *target; in av_opt_is_set_to_default_by_name() local 2187 o = av_opt_find2(obj, name, NULL, 0, search_flags, &target); in av_opt_is_set_to_default_by_name() 2190 return av_opt_is_set_to_default(target, o); in av_opt_is_set_to_default_by_name()
|
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | x86inc.asm | 152 ; Use this instead of RET if it's a branch target. 662 ; a branch or a branch target. So switch to a 2-byte form of ret in that case. 663 ; We can automatically detect "follows a branch", but not a branch target.
|
| /third_party/backends/backend/genesys/ |
| H A D | gl841.cpp | 451 * @param ydpi motor target resolution 1559 * We scan a line with no gain until average offset reaches the target 1569 int target; in ad_fe_offset_calibration() local 1613 /* loop on scan until target offset is reached */ in ad_fe_offset_calibration() 1615 target=24; in ad_fe_offset_calibration() 1653 /* if min value is above target, the current value becomes the new top in ad_fe_offset_calibration() 1655 if(average>target) in ad_fe_offset_calibration()
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 1672 * Create a new Proxy object with the given target and handler 1680 jerry_create_proxy (const jerry_value_t target, /**< target argument */ in jerry_create_proxy() argument 1685 if (ecma_is_value_error_reference (target) in jerry_create_proxy() 1692 ecma_object_t *proxy_p = ecma_proxy_create (target, handler); in jerry_create_proxy() 1970 * target buffer, the copy will fail. 2009 * target buffer, the copy will fail. 3633 * Access the "new.target" value. 3635 * The "new.target" value depends on the current call site. That is 3752 jerry_arraybuffer_write (const jerry_value_t value, /**< target ArrayBuffe [all...] |
| /third_party/node/lib/internal/util/ |
| H A D | inspect.js | 272 // Typically, the target value will be an instance of `Object`. If that is 433 function defineColorAlias(target, alias) { 437 return this[target]; 440 this[target] = value;
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| H A D | msvs.py | 32 # silently skip building the target causing hard to track down errors. 503 p: the target project 504 spec: the target project dict 533 p: the target project 534 spec: the target project dict 620 p: the target project 677 # Gather stuff needed to emit all: target. 688 # Only use one target from each rule as the dependency for 696 # Write out all: target, including mkdir for each output directory. 971 spec: The target dictionar [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| H A D | msvs.py | 32 # silently skip building the target causing hard to track down errors. 501 p: the target project 502 spec: the target project dict 531 p: the target project 532 spec: the target project dict 618 p: the target project 675 # Gather stuff needed to emit all: target. 686 # Only use one target from each rule as the dependency for 694 # Write out all: target, including mkdir for each output directory. 969 spec: The target dictionar [all...] |
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_unix_events.py | 1184 def patch(target, wrapper): 1185 return mock.patch(target, wraps=wrapper, 1737 th = threading.Thread(target=f)
|
| /third_party/python/Lib/ |
| H A D | inspect.py | 3300 target = args.object 3301 mod_name, has_attrs, attrs = target.partition(":") 3322 print('Target: {}'.format(target))
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcPackedDepthStencilTests.cpp | 1260 GLenum target = coreTexTargets[i]; in iterate() local 1263 gl.getTexLevelParameterfv(target, 0, GL_TEXTURE_STENCIL_SIZE, &fp); in iterate() 1272 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_STENCIL_SIZE, &ip); in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | CopyTextureTest.cpp | 396 void initializeSourceTexture(GLenum target, in initializeSourceTexture() argument 415 glBindTexture(target, mTextures[0]); in initializeSourceTexture() 416 glTexImage2D(target, 0, sourceFormat, 2, 2, 0, sourceFormat, GL_UNSIGNED_BYTE, in initializeSourceTexture() 845 // Invalid enum for a completely invalid target in TEST_P() 850 // Invalid value for a valid target enum but is not valid for the destination texture in TEST_P()
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShader.cpp | 186 uint32_t target = insn.word(i); in robustBufferAccess() local 187 decorations[target].Apply(groupDecorations); in robustBufferAccess() 188 descriptorDecorations[target].Apply(descriptorGroupDecorations); in robustBufferAccess()
|
| H A D | SpirvShaderDebugger.cpp | 752 Type *target = nullptr; // Class, struct or function. 756 uint32_t sizeInBytes() const override { return target->sizeInBytes(); } 761 return target->value(ptr, interleaved); 1671 tpl->target = get(debug::Type::ID(insn.word(5)));
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | intrinsic_test.cc | 2054 auto* target = call_sem->Target(); in TEST_P() local 2055 ASSERT_NE(target, nullptr); in TEST_P() 2057 auto got = resolver::to_str(param.function, target->Parameters()); in TEST_P()
|
| /third_party/python/Lib/test/ |
| H A D | test_ast.py | 811 NAMED_EXPR = enum.auto() # <target> := <expr1> 1888 target = tree.body[0].targets[0] 1890 ast.copy_location(new_target, target) 2102 self._check_content(s, for_loop.target, 'x, y') 2247 self._check_content(s, cmp.elt.generators[0].target, 'x, y')
|
| H A D | test_os.py | 315 symlink(src='target', dst=os_helper.TESTFN, 2718 'Create a "directory" link to a non-existent target' 2722 target = r'c:\\target does not exist.29r3c740' 2723 assert not os.path.exists(target) 2725 os.symlink(target, linkname, target_is_dir) 2742 def check_stat(self, link, target): 2743 self.assertEqual(os.stat(link), os.stat(target)) 2747 self.assertEqual(os.stat(bytes_link), os.stat(target)) 2797 target [all...] |
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | gen_framework_sc.py | 3007 for target in vkTargets: 3008 execute([pythonExecutable, "../scripts/genvk.py", "-o", "../include/vulkan", target]) 3023 for target in videoTargets: 3024 execute([pythonExecutable, "../scripts/genvk.py", "-registry", "video.xml", "-o", videoDir, target])
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
| H A D | es3cCopyTexImageConversionsTests.cpp | 4748 const char* getTargetName(GLenum target) const; 4749 GLenum getGeneralTargetForDetailedTarget(GLenum target); 4754 void destroyGLObject(GLenum target, GLuint object_id); 5498 /** Retrieves a string representing name of target passed by argument. 5500 * @param target GLES target to retrieve a string for. 5505 const char* TestBase::getTargetName(GLenum target) const 5509 switch (target) 5546 /** Returns a general texture target for cube-map texture targets or 5547 * user-specified target otherwis [all...] |
| /third_party/ffmpeg/ |
| H A D | configure | 365 --target-os=OS compiler targets OS [$target_os] 366 --target-exec=CMD command to run executables on target 367 --target-path=DIR path to view of build directory on target 368 --target-samples=DIR path to samples directory on target 477 Cannot be combined with --target-exec 4413 die "Must specify target arch (--arch) and OS (--target [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | function-body-decoder-impl.h | 3004 const uint32_t target = iterator.next(); in DECODE() local 3005 if (!VALIDATE(target < control_depth())) { in DECODE() 3006 this->DecodeError(pos, "invalid branch depth: %u", target); in DECODE() 3009 // Avoid redundant branch target checks. in DECODE() 3010 if (br_targets[target]) continue; in DECODE() 3011 br_targets[target] = true; in DECODE() 3015 arity = control_at(target)->br_merge()->arity; in DECODE() 3016 } else if (!VALIDATE(control_at(target)->br_merge()->arity == arity)) { in DECODE() 3022 if (!VALIDATE(TypeCheckBranch<false>(control_at(target), 1))) return 0; in DECODE() 4605 "br_on_cast must target in DecodeGCOpcode() [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cComputeShaderTests.cpp | 2247 bool CheckIndexed(GLenum target, const GLint* min_values) in CheckIndexed() argument 2254 glGetIntegeri_v(target, c, &i); in CheckIndexed() 2264 glGetInteger64i_v(target, c, &i64); in CheckIndexed() 2277 bool Check(GLenum target, const GLint min_value) in Check() argument 2284 glGetIntegerv(target, &i); in Check() 2291 glGetInteger64v(target, &i64); in Check() 2298 glGetFloatv(target, &f); in Check() 2305 glGetBooleanv(target, &b); in Check() 4237 " command if target regions of memory do not overlap."; in Purpose() 4672 /* validate render target */ in Run() [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | SubzeroReactor.cpp | 486 const SectionHeader *target = elfSection(elfHeader, relocationTable.sh_info); in relocateSymbol() local 510 const SectionHeader *target = elfSection(elfHeader, symbol.st_shndx); in relocateSymbol() 511 symbolValue = reinterpret_cast<void *>((intptr_t)elfHeader + symbol.st_value + target->sh_offset); in relocateSymbol() 519 intptr_t address = (intptr_t)elfHeader + target->sh_offset; in relocateSymbol() 571 const SectionHeader *target = elfSection(elfHeader, relocationTable.sh_info); 595 const SectionHeader *target = elfSection(elfHeader, symbol.st_shndx); 596 symbolValue = reinterpret_cast<void *>((intptr_t)elfHeader + symbol.st_value + target->sh_offset); 604 intptr_t address = (intptr_t)elfHeader + target->sh_offset;
|
| /test/testfwk/xdevice/src/xdevice/_core/command/ |
| H A D | console.py | 94 target=Context.terminate_cmd_exec())
|