Home
last modified time | relevance | path

Searched refs:target (Results 2876 - 2900 of 4886) sorted by relevance

1...<<111112113114115116117118119120>>...196

/third_party/mesa3d/src/mesa/state_tracker/tests/
H A Dst_format.c41 enum pipe_texture_target target, in is_format_supported()
39 is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) is_format_supported() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.h23 extern int convert_to_jump(struct instruction *insn, struct basic_block *target);
/third_party/node/deps/v8/src/objects/
H A Dfeedback-cell-inl.h36 HeapObject target)>> in reset_feedback_vector()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-aix.h32 void DeclarePointerToSymbol(const char* name, const char* target) override;
H A Dplatform-embedded-file-writer-generic.h34 void DeclarePointerToSymbol(const char* name, const char* target) override;
H A Dplatform-embedded-file-writer-mac.h33 void DeclarePointerToSymbol(const char* name, const char* target) override;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_resource.c65 prsc->array_size, prsc->target == PIPE_TEXTURE_3D); in fd5_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_surface.c55 if (ptex->target == PIPE_BUFFER) { in fd_create_surface()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.h74 enum pipe_texture_target target);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_trace_gallium.c42 .target = PIPE_BUFFER, in u_trace_pipe_create_ts_buffer()
/third_party/rust/crates/clap/
H A DMakefile10 ARGS+=--target ${TOOLCHAIN_TARGET}
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtest-one.sh51 eval ../target/debug/bindgen \
/third_party/python/Doc/includes/
H A Dmp_workers.py55 Process(target=worker, args=(task_queue, done_queue)).start()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DImageEGL.h29 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL42_autogen.h56 GLenum target,
/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.h93 * @param buffer The target buffer
123 * @param buffer The target buffer
136 * @param buffer The target buffer
150 * @param target The buffer to convert to.
151 * @param tSize The size of target
157 UChar *target, int32_t tSize);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Drep.h118 * into the UnicodeString <tt>target</tt>.
122 * @param target UnicodeString into which to copy characters.
123 * @return A reference to <TT>target</TT>
128 UnicodeString& target) const = 0;
/third_party/typescript/tests/baselines/reference/
H A DimportHelpersInTsx.js16 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.hpp61 void checkFramebufferStatus (deUint32 target);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.hpp61 void checkFramebufferStatus (deUint32 target);
H A Des31fTextureMultisampleTests.cpp209 throw tcu::NotSupportedError("render target size must be at least " + de::toString(m_canvasSize) + "x" + de::toString(m_canvasSize)); in init()
568 glw::GLint getMaxConformantSampleCount (glw::GLenum target, glw::GLenum internalFormat);
629 throw tcu::NotSupportedError("render target size must be at least " + de::toString(m_canvasSize) + "x" + de::toString(m_canvasSize)); in init()
637 throw tcu::NotSupportedError("Requested sample count is greater than glGetInternalformativ(GL_SAMPLES) for this target/format"); in init()
1047 glw::GLint SampleMaskCase::getMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat)
1054 gl.getInternalformativ(target, internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &gl_sample_counts);
1060 gl.getInternalformativ(target, internalFormat, GL_SAMPLES, gl_sample_counts, gl_supported_samples);
1064 gl.getInternalformatSampleivNV(target, internalFormat, gl_supported_samples[i], GL_CONFORMANT_NV, 1,
1077 gl.getInternalformativ(target, internalFormat, GL_SAMPLES, 1, &maxTextureSamples);
1176 throw tcu::NotSupportedError("render target siz
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp668 SingleOperationStatistics calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target) in calculateSingleOperationStatistics()
674 values[ndx] = samples[ndx].duration.*target; in calculateSingleOperationStatistics()
909 static LineParametersWithConfidence fitLineToSamples (const std::vector<UploadSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &DurationType::fitResponseDuration) in fitLineToSamples()
918 point.y() = (float)(samples[sampleNdx].duration.*target); in fitLineToSamples()
927 static LineParametersWithConfidence fitLineToSamples (const std::vector<RenderSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &DurationType::fitResponseDuration) in fitLineToSamples()
936 point.y() = (float)(samples[sampleNdx].duration.*target); in fitLineToSamples()
945 static LineParametersWithConfidence fitLineToSamples (const std::vector<T>& samples, int beginNdx, int endNdx, deUint64 T::SampleType::*target = &T::SampleType::fitResponseDuration) in fitLineToSamples()
947 return fitLineToSamples(samples, beginNdx, endNdx, 1, target); in fitLineToSamples()
951 static LineParametersWithConfidence fitLineToSamples (const std::vector<T>& samples, deUint64 T::SampleType::*target = &T::SampleType::fitResponseDuration) in fitLineToSamples()
953 return fitLineToSamples(samples, 0, (int)samples.size(), target); in fitLineToSamples()
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp173 \"target-name\" : \"/system/etc\", \
219 \"target-name\" : \"/system/etc\", \
573 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F()
598 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F()
622 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F()
646 pathNode.target = const_cast<char *>("/data/storage/el2"); in HWTEST_F()
1137 ASSERT_EQ(strcmp(pathNode->target, "/data/storage/el5") == 0, 1); in HWTEST_F()
1143 ASSERT_EQ(strcmp(pathNode->target, "<deps-path>/base") == 0, 1); in HWTEST_F()
1290 APPSPAWN_LOGV("pathNode %{public}s => %{public}s \n", pathNode->source, pathNode->target); in HWTEST_F()
2270 char target[] in HWTEST_F() local
2295 char target[] = {"/data/storage/el1/database"}; HWTEST_F() local
[all...]
/third_party/node/src/
H A Dcares_wrap.cc1879 void Initialize(Local<Object> target, in Initialize() argument
1886 SetMethod(context, target, "getaddrinfo", GetAddrInfo); in Initialize()
1887 SetMethod(context, target, "getnameinfo", GetNameInfo); in Initialize()
1888 SetMethodNoSideEffect(context, target, "canonicalizeIP", CanonicalizeIP); in Initialize()
1890 SetMethod(context, target, "strerror", StrError); in Initialize()
1892 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET"), in Initialize()
1894 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(), "AF_INET6"), in Initialize()
1896 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(), in Initialize()
1899 target->Set(env->context(), FIXED_ONE_BYTE_STRING(env->isolate(), in Initialize()
1902 target in Initialize()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1875 UDate target; member
1889 /* timezone locale start target progress yDf MDf dDf HDf mDf sDf */
1933 yDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_YEAR, &status); in TestFieldDifference()
1934 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()
1935 dDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_DATE, &status); in TestFieldDifference()
1936 HDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_HOUR, &status); in TestFieldDifference()
1937 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference()
1938 sDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_SECOND, &status); in TestFieldDifference()
1940 log_err("FAIL: for locale \"%s\", start %.1f, target %.1f, ucal_setMillis or ucal_getFieldDifference had status %s\n", in TestFieldDifference()
1941 tfdItemPtr->locale, tfdItemPtr->start, tfdItemPtr->target, u_errorNam in TestFieldDifference()
[all...]

Completed in 22 milliseconds

1...<<111112113114115116117118119120>>...196