Home
last modified time | relevance | path

Searched refs:value (Results 11351 - 11375 of 13822) sorted by relevance

1...<<451452453454455456457458459460>>...553

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c510 * array are clear to different value. To simplify code just in r600_clear()
638 uint64_t offset, uint64_t size, unsigned value, in r600_clear_buffer()
646 evergreen_cp_dma_clear_buffer(rctx, dst, offset, size, value, coher); in r600_clear_buffer()
649 clear_value.ui[0] = value; in r600_clear_buffer()
661 *map++ = value; in r600_clear_buffer()
637 r600_clear_buffer(struct pipe_context *ctx, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value, enum r600_coherency coher) r600_clear_buffer() argument
H A Dr600_pipe_common.c72 * \param old_value Previous fence value (for a bug workaround)
73 * \param new_value Fence value to write for this event.
119 radeon_emit(cs, ref); /* reference value */ in r600_gfx_wait_fence()
538 unsigned value) in r600_dma_clear_buffer_fallback()
542 rctx->clear_buffer(ctx, dst, offset, size, value, R600_COHERENCY_NONE); in r600_dma_clear_buffer_fallback()
1455 uint64_t offset, uint64_t size, unsigned value) in r600_screen_clear_buffer()
1460 rctx->dma_clear_buffer(&rctx->b, dst, offset, size, value); in r600_screen_clear_buffer()
535 r600_dma_clear_buffer_fallback(struct pipe_context *ctx, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value) r600_dma_clear_buffer_fallback() argument
1454 r600_screen_clear_buffer(struct r600_common_screen *rscreen, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value) r600_screen_clear_buffer() argument
/third_party/node/deps/uv/src/win/
H A Dutil.c1412 envitem->value = ptr + 1; in uv_os_environ()
1535 int uv_os_setenv(const char* name, const char* value) { in uv_os_setenv() argument
1540 if (name == NULL || value == NULL) in uv_os_setenv()
1548 r = uv__convert_utf8_to_utf16(value, -1, &value_w); in uv_os_setenv()
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c103 " <arg name=\"value\" direction=\"out\" type=\"v\"/>" \
145 " <arg name=\"value\" direction=\"out\" type=\"v\"/>" \
392 static void append_property_dict_entry_string(DBusMessage *m, DBusMessageIter *iter, const char *name, const char *value) { in append_property_dict_entry_string() argument
399 append_variant_string(m, &sub, value); in append_property_dict_entry_string()
403 static void append_property_dict_entry_object(DBusMessage *m, DBusMessageIter *iter, const char *name, const char *value) { in append_property_dict_entry_object() argument
410 append_variant_object(m, &sub, value); in append_property_dict_entry_object()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp544 m_timelineSemaphoreValues.push_back(pWaitSemaphoreInfos[i].value);
553 m_timelineSemaphoreValues.push_back(pSignalSemaphoreInfos[i].value);
1106 VkSemaphoreSubmitInfo makeCommonSemaphoreSubmitInfo(VkSemaphore semaphore, deUint64 value, VkPipelineStageFlags2 stageMask) in makeCommonSemaphoreSubmitInfo() argument
1117 value, // deUint64 value in makeCommonSemaphoreSubmitInfo()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp320 /** @brief Test default value of GL_TRANSFORM_FEEDBACK_BUFFER_BINDING.
331 /* Check default binding points value. */ in testBuffersBindingPoints()
377 /* Check default buffers' start value. */ in testBuffersDimensions()
409 /** @brief Check default buffers' size value. in testBuffersDimensions()
447 /** @brief Test default value of GL_TRANSFORM_FEEDBACK_ACTIVE.
482 /** @brief Test default value of GL_TRANSFORM_FEEDBACK_PAUSED.
776 /* Check default binding points value. */ in testBindingPoint()
799 << tested_function_name << " have failed to setup proper value." << tcu::TestLog::EndMessage; in testBindingPoint()
826 /* Check default buffers' start value. */ in testStart()
850 << tested_function_name << " have failed to setup proper value in testStart()
1963 glw::GLint value = 314159; testTransformFeedbackStatus() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc903 // Convert the argument value into bytes. Currently, only scalar arguments in GenerateOpenCLPodBuffers()
909 if (arg_info.value.IsFloat()) { in GenerateOpenCLPodBuffers()
915 u.d = arg_info.value.AsDouble(); in GenerateOpenCLPodBuffers()
922 u.f = arg_info.value.AsFloat(); in GenerateOpenCLPodBuffers()
926 v.SetIntValue((arg_info.value.AsUint64() >> (i * 8)) & 0xff); in GenerateOpenCLPodBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp40 // Pick an arbitrary value to initialize non-zero memory for sanitization. Note that 0x3F3F3F3F
105 // Wipe memory to an invalid value when the 'allocateNonZeroMemory' feature is enabled. The
627 // Wipe memory to an invalid value when the 'allocateNonZeroMemory' feature is enabled. The in init()
661 int value, in InitMappableAllocation()
666 memset(mapPointer, value, static_cast<size_t>(size)); in InitMappableAllocation()
681 int value, in InitMappableDeviceMemory()
688 memset(mapPointer, value, static_cast<size_t>(size)); in InitMappableDeviceMemory()
657 InitMappableAllocation(Context *context, const Allocator &allocator, Allocation *allocation, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableAllocation() argument
678 InitMappableDeviceMemory(Context *context, DeviceMemory *deviceMemory, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableDeviceMemory() argument
H A DVertexArrayVk.cpp337 GLushort value = static_cast<GLushort>(in[index]); in convertIndexBufferCPU() local
340 // Convert from 8-bit restart value to 16-bit restart value in convertIndexBufferCPU()
341 value = kUnsignedShortRestartValue; in convertIndexBufferCPU()
343 expandedDst[index] = value; in convertIndexBufferCPU()
357 // The primitive restart value is the same for OpenGL and Vulkan, in convertIndexBufferCPU()
590 // Init attribute offset to the front-end value in syncDirtyAttrib()
634 INFO() << "Compressing vertex data in buffer " << bufferGL->id().value in syncDirtyAttrib()
751 // divisor value has to be emulated.
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp1173 mStartingDirectory = angle::GetCWD().value(); in initializeBenchmark()
1700 GLenum ConvertDefaultFramebufferEnum(GLenum value) in ConvertDefaultFramebufferEnum() argument
1702 switch (value) in ConvertDefaultFramebufferEnum()
1920 previousCWD = GetCWD().value(); in RegisterTraceTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.h39 void SetRobustLengthParam(const GLsizei *length, GLsizei value);
321 const GLint *value);
328 // Check that the value type is compatible with uniform type. in ValidateUniformValue()
1141 static_assert(std::is_same<int, GLsizei>::value, "GLsizei isn't the expected type"); in ValidateDrawElementsCommon()
1153 // The offset can be any value, check for overflows in ValidateDrawElementsCommon()
1206 ASSERT(array.value != 0); in ValidateBindVertexArrayBase()
/third_party/skia/src/core/
H A DSkScan_Antihair.cpp36 static inline int SmallDot6Scale(int value, int dot6) { in SmallDot6Scale() argument
37 SkASSERT((int16_t)value == value); in SmallDot6Scale()
39 return (value * dot6) >> 6; in SmallDot6Scale()
82 // here and reseed the aa value. in call_hline_blitter()
H A DSkRemoteGlyphCache.cpp203 uint32_t bit = packedID.value(); in test()
207 uint32_t bit = packedID.value(); in setIfLower()
471 {packedID.value(), CanDrawAsMask(*glyph), CanDrawAsSDFT(*glyph)}; in commonMaskLoop()
504 {packedID.value(), CanDrawAsMask(*glyph), CanDrawAsSDFT(*glyph)}; in prepareForMaskDrawing()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h539 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value);
871 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
883 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
897 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp182 // Redirect a subpassInput reading from input_attachment_index to instead load its value from
271 // lower enum value = greater priority
508 const SPIRType &type); // Allow Metal to use the array<T> template to make arrays a value type
805 void store_flattened_struct(uint32_t lhs_id, uint32_t value);
897 std::string convert_half_to_string(const SPIRConstant &value, uint32_t col, uint32_t row);
898 std::string convert_float_to_string(const SPIRConstant &value, uint32_t col, uint32_t row);
899 std::string convert_double_to_string(const SPIRConstant &value, uint32_t col, uint32_t row);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_pars.cpp1114 UnicodeString* tempus = ((UnicodeString*)(he->value.pointer))->clone(); in parseRules()
1350 UnicodeString* value = new UnicodeString(right->text); in parseRule() local
1352 if (value == NULL) { in parseRule()
1355 variableNames.put(undefinedVariableName, value, status); in parseRule()
1609 * Append the value of the given variable name to the given
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp186 * use "en" as the default value for language
468 static void printAttribute(const char *name, const char *value, int32_t /*len*/) in printAttribute() argument
473 write_utf8_file(out, UnicodeString(value)); in printAttribute()
478 static void printAttribute(const char *name, const UnicodeString value, int32_t /*len*/) in printAttribute() argument
483 write_utf8_file(out, value); in printAttribute()
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp378 // SVG default stroke value is "none".
805 void SkSVGDevice::drawAnnotation(const SkRect& rect, const char key[], SkData* value) {
806 if (!value) {
820 SkString url(static_cast<const char*>(value->data()), value->size() - 1);
/third_party/python/Modules/
H A D_lzmamodule.c25 /* On success, return value >= 0
39 /* On success, return value >= 0
433 spec_add_field(PyObject *spec, const char *key, unsigned long long value) in spec_add_field() argument
435 PyObject *value_object = PyLong_FromUnsignedLongLong(value); in spec_add_field()
1493 module_add_int_constant(PyObject *m, const char *name, long long value) in module_add_int_constant() argument
1495 PyObject *o = PyLong_FromLongLong(value); in module_add_int_constant()
H A Doverlapped.c2035 PyObject *value = Py_BuildValue(fmt, con); \
2036 if (value == NULL) { \
2039 if (PyModule_AddObject(module, #con, value) < 0 ) { \
2040 Py_DECREF(value); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DError.h97 /// represented by a null pointer value.
117 /// A success value *can not* be dropped. For example, just calling 'foo(<...>)'
118 /// without testing the return value will raise a runtime error, even if foo
175 /// Create a success value. Prefer using 'Error::success()' for readability
182 /// Create a success value.
188 /// Move-construct an error value. The newly constructed error is considered
190 /// becomes a checked Success value, regardless of its original state.
196 /// Create an error value. Prefer using the 'make_error' function, but
206 /// Move-assign an error value. The current error must represent success, you
208 /// considered unchecked. The source error becomes a checked success value,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h290 T2>::value>::type * = nullptr) { in uninitialized_copy()
321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
322 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
332 : SmallVectorTemplateBase<T, isPodLike<T>::value>(N*sizeof(T)) { in SmallVectorImpl()
666 /// update the size later. This avoids the cost of value initializing elements
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc46 // This value is a signalling NaN as FP64, and also as FP32 or FP16 (taking the
52 // A similar value, but as a quiet NaN.
364 // `expected`, but truncate them to an appropriately-sized unsigned value for in EqualSVELane()
366 // value is truncated from 0xffffffffffffffff to 0xff before the comparison. in EqualSVELane()
551 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() argument
561 __ Mov(xn, value); in Clobber()
564 // We've already loaded the literal, so re-use the value already in Clobber()
574 void ClobberFP(MacroAssembler* masm, RegList reg_list, double const value) { in ClobberFP() argument
581 __ Fmov(dn, value); in ClobberFP()
584 // We've already loaded the literal, so re-use the value alread in ClobberFP()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource14.js34 clone.asts = this.asts.map((value) => { return value; });
610 clone.asts = this.asts.map(function (value) { return value; });
H A Dgiant.js1130 private set rsF(value);
1182 private set rsF(value);
1247 private set rsF(value);
1287 private set rsF(value);

Completed in 60 milliseconds

1...<<451452453454455456457458459460>>...553