| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-typed-lowering.cc | 2236 Node* values[5]; in ReduceObjectIsArray() local
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| H A D | liftoff-compiler.cc | 226 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 D | svga3d_shaderdefs.h | 433 uint32 values[2]; member 451 uint32 values[5]; member
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 626 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 D | lp_bld_nir_soa.c | 310 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 D | DeqpTestRunner.java | 445 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 D | command.h | 446 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 D | FramebufferVk.cpp | 620 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 D | entry_points_gl_3_autogen.cpp | 3041 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 D | validationEGL.cpp | 5548 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 D | tznames_impl.cpp | 151 UVector *values = new UVector(valueDeleter, NULL, DEFAULT_CHARACTERNODE_CAPACITY, status); in addValue() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 862 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 D | hb-ot-layout-gsubgpos.hh | 871 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 D | pycore_ast.h | 352 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 D | ucurr.cpp | 2542 UList *values = ulist_createEmptyList(status); in ucurr_getKeywordValuesForLocale() local [all...] |
| /third_party/python/Modules/ |
| H A D | itertoolsmodule.c | 581 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 D | impls.rs | 705 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 D | enum_set_test.cpp | 300 createSetUnorderedInsertion( const std::vector<TestEnum>& values) createSetUnorderedInsertion() argument
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pBufferDataUploadTests.cpp | 650 static float linearSample (const std::vector<T>& values, float position) in linearSample() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramUniformTests.cpp | 1543 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 D | es2fUniformApiTests.cpp | 1415 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 D | mali_kbase_core_linux.c | 1049 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 D | syscall.c | 1330 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 D | mali_kbase_core_linux.c | 936 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 D | kvm-s390.c | 2085 u8 *values; in kvm_s390_get_cmma_bits() local [all...] |