Home
last modified time | relevance | path

Searched defs:values (Results 1026 - 1050 of 1207) sorted by relevance

1...<<414243444546474849

/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc2236 Node* values[5]; in ReduceObjectIsArray() local
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc226 EntryBuilder* NewOOLEntry(base::Vector<DebugSideTable::Entry::Value> values) { in NewOOLEntry() argument
218 NewEntry(int pc_offset, base::Vector<DebugSideTable::Entry::Value> values) NewEntry() argument
260 GetChangedStackValues( std::vector<Value>& last_values, base::Vector<DebugSideTable::Entry::Value> values) GetChangedStackValues() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h433 uint32 values[2]; member
451 uint32 values[5]; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c626 emit_mask_scatter(struct lp_build_tgsi_soa_context *bld, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef values, struct lp_exec_mask *mask) emit_mask_scatter() argument
[all...]
H A Dlp_bld_nir_soa.c310 emit_mask_scatter(struct lp_build_nir_soa_context *bld, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef values, struct lp_exec_mask *mask) emit_mask_scatter() argument
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java445 private void handleBeginSession(Map<String, String> values) { in handleBeginSession() argument
452 private void handleEndSession(Map<String, String> values) { in handleEndSession() argument
459 private void handleBeginTestCase(Map<String, String> values) { in handleBeginTestCase() argument
475 private void handleEndTestCase(Map<String, String> values) { in handleEndTestCase() argument
501 private void handleTestCaseResult(Map<String, String> values) { in handleTestCaseResult() argument
538 private void handleTestCaseTerminate(Map<String, String> values) { in handleTestCaseTerminate() argument
562 handleTestLogData(Map<String, String> values) handleTestLogData() argument
569 handleStatus(Map<String, String> values) handleStatus() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h446 void SetValues(std::vector<Value>&& values) { values_ = std::move(values); } in SetValues() argument
549 void SetValues(std::vector<Value>&& values) { values_ = std::move(values); } in SetValues() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp620 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
648 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
667 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp3041 GL_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) in GL_GetSynciv() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp5548 ValidateGetCompositorTimingANDROID(const ValidationContext *val, const Display *display, const Surface *surface, EGLint numTimestamps, const EGLint *names, const EGLnsecsANDROID *values) ValidateGetCompositorTimingANDROID() argument
5654 ValidateGetFrameTimestampsANDROID(const ValidationContext *val, const Display *display, const Surface *surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, const EGLnsecsANDROID *values) ValidateGetFrameTimestampsANDROID() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp151 UVector *values = new UVector(valueDeleter, NULL, DEFAULT_CHARACTERNODE_CAPACITY, status); in addValue() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh862 ValueRecord values; /* Defines positioning global() member
988 ValueRecord values; /* Array of ValueRecords--positioning global() member
1150 ValueRecord values; /* Positioning data for the first glyph global() member
1690 ValueRecord values; /* Matrix of value pairs: global() member
[all...]
H A Dhb-ot-layout-gsubgpos.hh871 array_is_subset_of(const hb_set_t *glyphs, unsigned int count, const HBUINT16 values[], intersects_func_t intersects_func, const void *intersects_data) array_is_subset_of() argument
897 collect_array(hb_collect_glyphs_context_t *c HB_UNUSED, hb_set_t *glyphs, unsigned int count, const HBUINT16 values[], collect_glyphs_func_t collect_func, const void *collect_data) collect_array() argument
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h352 asdl_expr_seq *values; member
384 asdl_expr_seq *values; member
443 asdl_expr_seq *values; member
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp2542 UList *values = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale() local
[all...]
/third_party/python/Modules/
H A Ditertoolsmodule.c581 PyObject *(values[LINKCELLS]); member
699 PyObject *values = PyList_New(tdo->numread); in teedataobject_reduce() local
723 itertools_teedataobject_impl(PyTypeObject *type, PyObject *it, PyObject *values, PyObject *next) itertools_teedataobject_impl() argument
[all...]
/third_party/rust/crates/serde/serde/src/de/
H A Dimpls.rs705 let mut values = Vec::<u8>::with_capacity(capacity); in visit_seq() variables
925 let mut values = $with_capacity; in deserialize() variables
1069 let mut values = Vec::<T>::with_capacity(capacity); in deserialize() variables
1426 let mut values = $with_capacity; deserialize() variables
[all...]
/third_party/spirv-tools/test/
H A Denum_set_test.cpp300 createSetUnorderedInsertion( const std::vector<TestEnum>& values) createSetUnorderedInsertion() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp650 static float linearSample (const std::vector<T>& values, float position) in linearSample() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1543 bool UniformCase::compareUniformValues (const vector<VarValue>& values, const vector<BasicUniform>& basicUniforms) in compareUniformValues() argument
1803 vector<VarValue> values; test() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1415 bool UniformCase::checkUniformDefaultValues (const vector<VarValue>& values, cons argument
1628 compareUniformValues(const vector<VarValue>& values, const vector<BasicUniform>& basicUniforms) compareUniformValues() argument
1937 vector<VarValue> values; test() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c1049 kbase_api_hwcnt_set(struct kbase_context *kctx, struct kbase_ioctl_hwcnt_values *values) kbase_api_hwcnt_set() argument
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c1330 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_update_batch() local
1396 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_lookup_batch() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c936 kbase_api_hwcnt_set(struct kbase_context *kctx, struct kbase_ioctl_hwcnt_values *values) kbase_api_hwcnt_set() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dkvm-s390.c2085 u8 *values; in kvm_s390_get_cmma_bits() local
[all...]

Completed in 81 milliseconds

1...<<414243444546474849