Home
last modified time | relevance | path

Searched refs:target (Results 451 - 475 of 4063) sorted by relevance

1...<<11121314151617181920>>...163

/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.cc296 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
329 target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, items[static_cast<ptrdiff_t>(i)]->first, items[static_cast<ptrdiff_t>(i)]->second, target, stream); in _InternalSerialize()
336 target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, it->first, it->second, target, stream); in _InternalSerialize()
343 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize()
344 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize()
347 return target; in _InternalSerialize()
687 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
694 target in _InternalSerialize()
295 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
686 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
990 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java75 CharBuffer source, ByteBuffer target, IntBuffer offsets,
78 return onUnmappableInput.call(encoder, context, source, target,
81 return onMalformedInput.call(encoder, context, source, target,
84 // return CharsetCallback.FROM_U_CALLBACK_STOP.call(encoder, context, source, target, offsets, buffer, length, cp, cr);
283 * @param target
287 abstract CoderResult encodeLoop(CharBuffer source, ByteBuffer target, in encodeLoop() argument
293 * @param target The output byte buffer
299 final CoderResult encode(CharBuffer source, ByteBuffer target, in encode() argument
303 if (target == null || source == null) { in encode()
316 * consumed or the target fille in encode()
390 fromUnicodeWithCallback(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) fromUnicodeWithCallback() argument
776 cbFromUWriteSub(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteSub() argument
797 cbFromUWriteUChars(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteUChars() argument
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_paren.py20 target=testlist_safe< any (',' any)+ [',']
29 target=testlist_safe< any (',' any)+ [',']
38 target = results["target"]
41 lparen.prefix = target.prefix
42 target.prefix = "" # Make it hug the parentheses
43 target.insert_child(0, lparen)
44 target.append_child(RParen())
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dgl.h421 typedef void (GL_APIENTRYP PFNGLGETTEXENVFVPROC) (GLenum target, GLenum pname, GLfloat *params);
422 typedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);
432 typedef void (GL_APIENTRYP PFNGLMULTITEXCOORD4FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
441 typedef void (GL_APIENTRYP PFNGLTEXENVFPROC) (GLenum target, GLenum pname, GLfloat param);
442 typedef void (GL_APIENTRYP PFNGLTEXENVFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
443 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
444 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
448 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
449 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture);
451 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeipt
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc41 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN() local
47 target, new_target, argc, [=] { return LoadContextFromBaseline(); }, in TF_BUILTIN()
53 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN() local
61 target, new_target, argc, [=] { return context; }, in TF_BUILTIN()
67 TNode<Object> target, TNode<Object> new_target, TNode<Int32T> argc, in BuildConstruct()
74 CollectConstructFeedback(eager_context, target, new_target, feedback_vector(), in BuildConstruct()
79 TailCallBuiltin(Builtin::kConstruct, eager_context, target, new_target, argc); in BuildConstruct()
82 TailCallBuiltin(Builtin::kArrayConstructorImpl, eager_context, target, in BuildConstruct()
87 auto target = Parameter<Object>(Descriptor::kTarget); in TF_BUILTIN() local
91 CallOrConstructWithArrayLike(target, new_targe in TF_BUILTIN()
66 BuildConstruct( TNode<Object> target, TNode<Object> new_target, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstruct() argument
96 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
118 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
128 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
142 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
157 BuildConstructWithSpread( TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstructWithSpread() argument
265 auto target = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local
278 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target) FastNewObject() argument
295 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target, Label* call_runtime) FastNewObject() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_1_0.cpp248 void Context::getTexEnvfv(TextureEnvTarget target, TextureEnvParameter pname, GLfloat *params) in getTexEnvfv() argument
250 GetTextureEnv(mState.getActiveSampler(), &mState.gles1(), target, pname, params); in getTexEnvfv()
253 void Context::getTexEnviv(TextureEnvTarget target, TextureEnvParameter pname, GLint *params) in getTexEnviv() argument
256 GetTextureEnv(mState.getActiveSampler(), &mState.gles1(), target, pname, paramsf); in getTexEnviv()
260 void Context::getTexEnvxv(TextureEnvTarget target, TextureEnvParameter pname, GLfixed *params) in getTexEnvxv() argument
263 GetTextureEnv(mState.getActiveSampler(), &mState.gles1(), target, pname, paramsf); in getTexEnvxv()
267 void Context::getTexParameterxv(TextureType target, GLenum pname, GLfixed *params) in getTexParameterxv() argument
269 const Texture *const texture = getTextureByType(target); in getTexParameterxv()
394 void Context::multiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in multiTexCoord4f() argument
396 unsigned int unit = target in multiTexCoord4f()
401 multiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) multiTexCoord4x() argument
534 texEnvf(TextureEnvTarget target, TextureEnvParameter pname, GLfloat param) texEnvf() argument
539 texEnvfv(TextureEnvTarget target, TextureEnvParameter pname, const GLfloat *params) texEnvfv() argument
544 texEnvi(TextureEnvTarget target, TextureEnvParameter pname, GLint param) texEnvi() argument
551 texEnviv(TextureEnvTarget target, TextureEnvParameter pname, const GLint *params) texEnviv() argument
558 texEnvx(TextureEnvTarget target, TextureEnvParameter pname, GLfixed param) texEnvx() argument
565 texEnvxv(TextureEnvTarget target, TextureEnvParameter pname, const GLfixed *params) texEnvxv() argument
572 texParameterx(TextureType target, GLenum pname, GLfixed param) texParameterx() argument
578 texParameterxv(TextureType target, GLenum pname, const GLfixed *params) texParameterxv() argument
[all...]
H A DvalidationES2.h38 BufferBinding target, in ValidateBindBuffer()
41 if (!context->isValidBufferBinding(target)) in ValidateBindBuffer()
140 TextureType target);
144 TextureType target, in ValidateBindTexture()
147 if (!context->getStateCache().isValidBindTextureType(target)) in ValidateBindTexture()
149 RecordBindTextureTypeError(context, entryPoint, target); in ValidateBindTexture()
159 if (textureObject && textureObject->getType() != target) in ValidateBindTexture()
178 TextureTarget target,
196 TextureType target,
36 ValidateBindBuffer(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, BufferID buffer) ValidateBindBuffer() argument
142 ValidateBindTexture(const Context *context, angle::EntryPoint entryPoint, TextureType target, TextureID texture) ValidateBindTexture() argument
/third_party/gn/src/gn/
H A Dninja_outputs_writer.cc34 TargetLabelPair(const Target* target, const Label& default_toolchain_label) in TargetLabelPair()
35 : target(target), in TargetLabelPair()
37 target->label().GetUserVisibleName(default_toolchain_label))) {} in TargetLabelPair()
39 const Target* target; member
48 // Create list of TargetLabelPairs sorted by their target labels.
87 const Target* target = pair.target; in GenerateJSON() local
90 auto it = outputs_map.find(target); in GenerateJSON()
H A Dfunctions_target.cc44 NonNestableBlock non_nestable(scope, function, "target"); in ExecuteGenericTarget()
111 " The tools and commands used to create this target type will be\n" \
114 " target containing both C and C++ sources is acceptable, but a\n" \
115 " target containing C and Rust sources is not).\n"
119 "action: Declare a target that runs a script a single time.";
121 R"(action: Declare a target that runs a script a single time.
123 This target type allows you to run a script a single time to produce one or
149 configs variables (defines, include_dirs, etc.) set directly on the target.
150 These behave exactly as they would on a binary target and can be accessed
209 "action_foreach: Declare a target tha
[all...]
/third_party/ltp/lib/newlib_tests/
H A Druntest.sh73 local target="$1"
77 eval vars="\$LTP_${target}_API_TESTS"
79 runtest_res TINFO "=== Run $target tests ==="
108 runtest_res TINFO "=== $target TEST RESULTS ==="
145 local target="$1"
150 runtest_res TCONF "$target tests skipped"
152 runtest_res TPASS "All $target tests TCONF/TPASS"
154 runtest_res TFAIL "Some $target test(s) TBROK/TFAIL/TWARN"
/third_party/node/src/
H A Dtimers.cc45 void Initialize(Local<Object> target, in Initialize() argument
51 SetMethod(context, target, "getLibuvNow", GetLibuvNow); in Initialize()
52 SetMethod(context, target, "setupTimers", SetupTimers); in Initialize()
53 SetMethod(context, target, "scheduleTimer", ScheduleTimer); in Initialize()
54 SetMethod(context, target, "toggleTimerRef", ToggleTimerRef); in Initialize()
55 SetMethod(context, target, "toggleImmediateRef", ToggleImmediateRef); in Initialize()
57 target in Initialize()
63 target in Initialize()
/third_party/rust/crates/env_logger/src/fmt/writer/
H A Dmod.rs15 /// Log target, either `stdout`, `stderr` or a custom pipe.
46 /// Log target, either `stdout`, `stderr` or a custom pipe.
59 fn from(target: Target) -> Self { in from()
60 match target { in from()
87 /// Whether or not to print styles to the target.
104 /// A terminal target with color awareness.
126 /// The target and style choice can be configured before building.
129 target: WritableTarget,
139 target: Default::default(),
146 /// Set the target t
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_build_scripts.py30 target = self.mkdtemp()
33 cmd = self.get_build_scripts_cmd(target,
39 built = os.listdir(target)
43 def get_build_scripts_cmd(self, target, scripts):
48 build_scripts=target,
82 target = self.mkdtemp()
86 cmd = self.get_build_scripts_cmd(target,
104 built = os.listdir(target)
/third_party/typescript/tests/baselines/reference/
H A DautoAccessorExperimentalDecorators(target=es2015).js2 declare var dec: (target: any, key: PropertyKey, desc: PropertyDescriptor) => void;
22 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
23 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
24 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
25 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
26 return c > 3 && r && Object.defineProperty(target, key, r), r;
/third_party/skia/gn/
H A Dcompile_sksl_tests.py70 target = os.path.join(targetDir, tail)
72 target += "StandaloneSettings"
74 targets.append(target)
78 worklist.write(target + ".glsl\n")
82 worklist.write(target + ".metal\n")
86 worklist.write(target + ".asm" + extensionForSpirvAsm(ext) + "\n")
90 worklist.write(target + ".skvm\n")
94 worklist.write(target + ".stage\n")
/third_party/python/Lib/distutils/
H A Ddep_util.py11 def newer (source, target):
13 'target', or if 'source' exists and 'target' doesn't. Return false if
14 both exist and 'target' is the same age or younger than 'source'.
20 if not os.path.exists(target):
25 mtime2 = os.stat(target)[ST_MTIME]
34 than its corresponding target. Return a pair of lists (sources,
35 targets) where source is newer than target, according to the semantics
54 def newer_group (sources, target, missing='error'):
55 """Return true if 'target' i
[all...]
/third_party/vixl/benchmarks/aarch32/
H A Dbench-branch-masm.cc55 Label target; in benchmark() local
56 __ B(&target); in benchmark()
57 __ B(eq, &target); in benchmark()
58 __ Bl(&target); in benchmark()
59 __ Blx(&target); in benchmark()
60 __ Bind(&target); in benchmark()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp42 size_t GetLevelInfoIndex(gl::TextureTarget target, size_t level) in GetLevelInfoIndex() argument
44 return gl::IsCubeMapFaceTarget(target) in GetLevelInfoIndex()
45 ? ((level * gl::kCubeFaceCount) + gl::CubeMapTextureTargetToFaceIndex(target)) in GetLevelInfoIndex()
172 gl::TextureTarget target = index.getTarget(); in setImage() local
181 reserveTexImageToBeFilled(context, target, level, internalFormat, size, format, type)); in setImage()
189 return setSubImageRowByRowWorkaround(context, target, level, area, format, type, unpack, in setImage()
204 ANGLE_TRY(reserveTexImageToBeFilled(context, target, level, internalFormat, size, in setImage()
213 return setSubImagePaddingWorkaround(context, target, level, area, format, type, unpack, in setImage()
218 ANGLE_TRY(setImageHelper(context, target, level, internalFormat, size, format, type, pixels)); in setImage()
224 gl::TextureTarget target, in setImageHelper()
223 setImageHelper(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImageHelper() argument
295 reserveTexImageToBeFilled(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) reserveTexImageToBeFilled() argument
327 gl::TextureTarget target = index.getTarget(); setSubImage() local
387 setSubImageRowByRowWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, size_t maxBytesUploadedPerChunk, const uint8_t *pixels) setSubImageRowByRowWorkaround() argument
470 setSubImagePaddingWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImagePaddingWorkaround() argument
574 gl::TextureTarget target = index.getTarget(); setCompressedImage() local
621 gl::TextureTarget target = index.getTarget(); setCompressedSubImage() local
665 gl::TextureTarget target = index.getTarget(); copyImage() local
810 gl::TextureTarget target = index.getTarget(); copySubImage() local
891 gl::TextureTarget target = index.getTarget(); copyTexture() local
918 gl::TextureTarget target = index.getTarget(); copySubTexture() local
926 copySubTextureHelper(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Offset &destOffset, GLint sourceLevel, const gl::Rectangle &sourceArea, const gl::InternalFormat &destFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTextureHelper() argument
1203 gl::TextureTarget target = index.getTarget(); setImageExternal() local
1927 setLevelInfo(const gl::Context *context, gl::TextureTarget target, size_t level, size_t levelCount, const LevelInfoGL &levelInfo) setLevelInfo() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_rsa.cc365 Local<Object> target) { in ExportJWKRsaKey()
391 if (target->Set( in ExportJWKRsaKey()
398 if (SetEncodedValue(env, target, env->jwk_n_string(), n).IsNothing() || in ExportJWKRsaKey()
399 SetEncodedValue(env, target, env->jwk_e_string(), e).IsNothing()) { in ExportJWKRsaKey()
406 if (SetEncodedValue(env, target, env->jwk_d_string(), d).IsNothing() || in ExportJWKRsaKey()
407 SetEncodedValue(env, target, env->jwk_p_string(), p).IsNothing() || in ExportJWKRsaKey()
408 SetEncodedValue(env, target, env->jwk_q_string(), q).IsNothing() || in ExportJWKRsaKey()
409 SetEncodedValue(env, target, env->jwk_dp_string(), dp).IsNothing() || in ExportJWKRsaKey()
410 SetEncodedValue(env, target, env->jwk_dq_string(), dq).IsNothing() || in ExportJWKRsaKey()
411 SetEncodedValue(env, target, en in ExportJWKRsaKey()
362 ExportJWKRsaKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) ExportJWKRsaKey() argument
508 GetRsaKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetRsaKeyDetail() argument
634 Initialize(Environment* env, Local<Object> target) Initialize() argument
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFinnishTest.java86 private void doTest(char[] source, char[] target, int result) { in doTest() argument
88 String t = new String(target); in doTest()
97 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
121 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
123 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
131 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
133 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
146 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
148 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java249 * @param target target CollationKey
251 * is less than than target, if the value is zero they are equal, and
253 * than target.
259 public int compareTo(CollationKey target) in compareTo() argument
263 int r = target.m_key_[i]&0xff; in compareTo()
282 * @param target the object to compare to.
291 public boolean equals(Object target) in equals() argument
293 if (!(target instanceof CollationKey)) { in equals()
297 return equals((CollationKey)target); in equals()
313 equals(CollationKey target) equals() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationFinnishTest.java89 private void doTest(char[] source, char[] target, int result) { in doTest() argument
91 String t = new String(target); in doTest()
100 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
124 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
126 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
134 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
136 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
149 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
151 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollationKey.java243 * @param target target CollationKey
245 * is less than than target, if the value is zero they are equal, and
247 * than target.
252 public int compareTo(CollationKey target) in compareTo() argument
256 int r = target.m_key_[i]&0xff; in compareTo()
275 * @param target the object to compare to.
283 public boolean equals(Object target) in equals() argument
285 if (!(target instanceof CollationKey)) { in equals()
289 return equals((CollationKey)target); in equals()
304 equals(CollationKey target) equals() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h42 nv50_blit_texture_type(enum pipe_texture_target target) in nv50_blit_texture_type() argument
44 switch (target) { in nv50_blit_texture_type()
51 assert(target == PIPE_BUFFER); in nv50_blit_texture_type()
57 nv50_blit_get_tgsi_texture_target(enum pipe_texture_target target) in nv50_blit_get_tgsi_texture_target() argument
59 switch (target) { in nv50_blit_get_tgsi_texture_target()
66 assert(target == PIPE_BUFFER); in nv50_blit_get_tgsi_texture_target()
72 nv50_blit_reinterpret_pipe_texture_target(enum pipe_texture_target target) in nv50_blit_reinterpret_pipe_texture_target() argument
74 switch (target) { in nv50_blit_reinterpret_pipe_texture_target()
81 return target; in nv50_blit_reinterpret_pipe_texture_target()
105 * rendering to ZETA, so we attach the ZS surface to a colour render target
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DFunctionLookup.cpp27 std::vector<std::vector<int>> target; in GetImplicitConversionCombinations() local
28 target.push_back(std::vector<int>()); in GetImplicitConversionCombinations()
32 size_t prevIterSize = target.size(); in GetImplicitConversionCombinations()
35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations()
37 target.push_back(combination); in GetImplicitConversionCombinations()
41 return target; in GetImplicitConversionCombinations()
93 std::vector<ImmutableString> target; in GetMangledNames() local
133 target.push_back(ImmutableString(newName)); in GetMangledNames()
136 return target; in GetMangledNames()

Completed in 18 milliseconds

1...<<11121314151617181920>>...163