Home
last modified time | relevance | path

Searched defs:value (Results 10326 - 10350 of 10543) sorted by relevance

1...<<411412413414415416417418419420>>...422

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp623 void SetRobustLengthParam(const GLsizei *length, GLsizei value) in SetRobustLengthParam() argument
2689 ValidateUniform1ivValue(const Context *context, angle::EntryPoint entryPoint, GLenum uniformType, GLsizei count, const GLint *value) ValidateUniform1ivValue() argument
2751 ValidateUniform1iv(const Context *context, angle::EntryPoint entryPoint, UniformLocation location, GLsizei count, const GLint *value) ValidateUniform1iv() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp6564 void GL_APIENTRY GL_ProgramParameteriEXT(GLuint program, GLenum pname, GLint value) in GL_ProgramParameteriEXT() argument
6617 GL_ProgramUniform1fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value) GL_ProgramUniform1fvEXT() argument
6676 GL_ProgramUniform1ivEXT(GLuint program, GLint location, GLsizei count, const GLint *value) GL_ProgramUniform1ivEXT() argument
6736 GL_ProgramUniform1uivEXT(GLuint program, GLint location, GLsizei count, const GLuint *value) GL_ProgramUniform1uivEXT() argument
6797 GL_ProgramUniform2fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value) GL_ProgramUniform2fvEXT() argument
6858 GL_ProgramUniform2ivEXT(GLuint program, GLint location, GLsizei count, const GLint *value) GL_ProgramUniform2ivEXT() argument
6919 GL_ProgramUniform2uivEXT(GLuint program, GLint location, GLsizei count, const GLuint *value) GL_ProgramUniform2uivEXT() argument
6981 GL_ProgramUniform3fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value) GL_ProgramUniform3fvEXT() argument
7043 GL_ProgramUniform3ivEXT(GLuint program, GLint location, GLsizei count, const GLint *value) GL_ProgramUniform3ivEXT() argument
7105 GL_ProgramUniform3uivEXT(GLuint program, GLint location, GLsizei count, const GLuint *value) GL_ProgramUniform3uivEXT() argument
7171 GL_ProgramUniform4fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value) GL_ProgramUniform4fvEXT() argument
7233 GL_ProgramUniform4ivEXT(GLuint program, GLint location, GLsizei count, const GLint *value) GL_ProgramUniform4ivEXT() argument
7295 GL_ProgramUniform4uivEXT(GLuint program, GLint location, GLsizei count, const GLuint *value) GL_ProgramUniform4uivEXT() argument
7327 GL_ProgramUniformMatrix2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix2fvEXT() argument
7362 GL_ProgramUniformMatrix2x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix2x3fvEXT() argument
7397 GL_ProgramUniformMatrix2x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix2x4fvEXT() argument
7432 GL_ProgramUniformMatrix3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix3fvEXT() argument
7467 GL_ProgramUniformMatrix3x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix3x2fvEXT() argument
7502 GL_ProgramUniformMatrix3x4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix3x4fvEXT() argument
7537 GL_ProgramUniformMatrix4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix4fvEXT() argument
7572 GL_ProgramUniformMatrix4x2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix4x2fvEXT() argument
7607 GL_ProgramUniformMatrix4x3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) GL_ProgramUniformMatrix4x3fvEXT() argument
7730 GL_PatchParameteriEXT(GLenum pname, GLint value) GL_PatchParameteriEXT() argument
10262 GL_MinSampleShadingOES(GLfloat value) GL_MinSampleShadingOES() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp606 void Context::setSampleCoverageParams(GLclampf value, bool invert) in setSampleCoverageParams() argument
3474 void Context::clearColorBuffer(GLint drawbuffer, void *value, sw::Format format) in clearColorBuffer() argument
3502 void Context::clearColorBuffer(GLint drawbuffer, const GLint *value) in clearColorBuffer() argument
3507 void Context::clearColorBuffer(GLint drawbuffer, const GLuint *value) in clearColorBuffer() argument
3512 clearColorBuffer(GLint drawbuffer, const GLfloat *value) clearColorBuffer() argument
3517 clearDepthBuffer(const GLfloat value) clearDepthBuffer() argument
3545 clearStencilBuffer(const GLint value) clearStencilBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp975 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in createStore() argument
1317 createAtomicAdd(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicAdd() argument
1327 createAtomicSub(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicSub() argument
1337 createAtomicAnd(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicAnd() argument
1347 createAtomicOr(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicOr() argument
1357 createAtomicXor(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicXor() argument
1367 createAtomicMin(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicMin() argument
1377 createAtomicMax(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicMax() argument
1387 createAtomicUMin(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicUMin() argument
1397 createAtomicUMax(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicUMax() argument
1407 createAtomicExchange(Value *ptr, Value *value, std::memory_order memoryOrder) createAtomicExchange() argument
1417 createAtomicCompareExchange(Value *ptr, Value *value, Value *compare, std::memory_order memoryOrderEqual, std::memory_order memoryOrderUnequal) createAtomicCompareExchange() argument
1704 getType(Value *value) getType() argument
4105 EmitDebugVariable(Value *value) EmitDebugVariable() argument
[all...]
H A DReactor.hpp302 Value *value() const { return val; } in value() function in rr::RValue
2543 Store(RValue<T> value, RValue<Pointer<T>> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) Store() argument
2549 Store(RValue<T> value, Pointer<T> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) Store() argument
2555 Store(T value, Pointer<T> pointer, unsigned int alignment, bool atomic, std::memory_order memoryOrder) Store() argument
2756 RValue(Value *value) RValue() argument
3005 Value *value = Nucleus::createNullPointer(T::type()); Pointer() local
3030 Value *value = Nucleus::createNullPointer(T::type()); operator =() local
3468 operator =(bool value) operator =() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp3286 static float value = 0.5f; ShowDemoWindowPopups() local
[all...]
H A Dimgui_draw.cpp2286 unsigned int value = (unsigned int)(i * in_brighten_factor); in ImFontAtlasBuildMultiplyCalcLookupTable() local
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1014 PyObject *value = 0; in SWIG_Python_AddErrorMsg() local
2839 PyObject *value = 0; SWIG_Python_AddErrMesg() local
2938 SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *name, PyObject *value) SWIG_Python_NonDynamicSetAttr() argument
3044 SWIG_From_int(int value) SWIG_From_int() argument
[all...]
/third_party/skia/tests/
H A DPathTest.cpp1740 const SkScalar value = SkIntToScalar(5); in test_isLine() local
[all...]
/third_party/python/Modules/
H A D_pickle.c911 PyMemoTable_Set(PyMemoTable *self, PyObject *key, Py_ssize_t value) in PyMemoTable_Set() argument
964 _write_size64(char *out, size_t value) in _write_size64() argument
1549 _Unpickler_MemoPut(UnpicklerObject *self, size_t idx, PyObject *value) _Unpickler_MemoPut() argument
1711 Py_ssize_t *value; memo_get() local
3252 PyObject *key = NULL, *value = NULL; batch_dict_exact() local
4833 PyObject *key, *value; _pickle_PicklerMemoProxy_copy_impl() local
4994 PyObject *key, *value; Pickler_set_memo() local
5046 Pickler_set_persid(PicklerObject *self, PyObject *value, void *Py_UNUSED(ignored)) Pickler_set_persid() argument
5166 PyObject *value; load_int() local
5276 PyObject *value; load_binintx() local
5324 PyObject *value; load_long() local
5354 PyObject *value; load_counted_long() local
5389 PyObject *value; load_float() local
5418 PyObject *value; load_binfloat() local
5761 PyObject *dict, *key, *value; load_dict() local
6177 PyObject *key, *value; load_get() local
6214 PyObject *value; load_binget() local
6241 PyObject *value; load_long_binget() local
6358 PyObject *key, *value; load_put() local
6389 PyObject *value; load_binput() local
6408 PyObject *value; load_long_binput() local
6432 PyObject *value; load_memoize() local
6444 PyObject *value; do_append() local
6536 PyObject *value, *key; do_setitems() local
6850 PyObject *value = NULL; load() local
7336 PyObject *key, *value; _pickle_UnpicklerMemoProxy_copy_impl() local
7504 PyObject *key, *value; Unpickler_set_memo() local
7564 Unpickler_set_persload(UnpicklerObject *self, PyObject *value, void *Py_UNUSED(ignored)) Unpickler_set_persload() argument
[all...]
H A D_ssl.c1096 ASN1_STRING *value; in _create_tuple_for_X509_NAME() local
1057 _create_tuple_for_attribute(_sslmodulestate *state, ASN1_OBJECT *name, ASN1_STRING *value) _create_tuple_for_attribute() argument
2143 PySSL_set_context(PySSLSocket *self, PyObject *value, void *closure) PySSL_set_context() argument
2207 PySSL_set_owner(PySSLSocket *self, PyObject *value, void *c) PySSL_set_owner() argument
2863 PySSL_set_session(PySSLSocket *self, PyObject *value, void *closure) PySSL_set_session() argument
4291 PyObject *value, *stats = PyDict_New(); _ssl__SSLContext_session_stats_impl() local
[all...]
H A Dsocketmodule.c6573 long value = PyLong_AsLong(pobj); global() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2120 Float value; member
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc1934 const auto value = branch->GetInOperand(iarg).AsLiteralUint64(); in FindSwitchCaseHeaders() local
3143 auto value = MakeExpression(terminator.GetSingleWordInOperand(0)); EmitNormalTerminator() local
5448 const ast::Expression* value = call_expr; EmitImageAccess() local
5799 ToI32(TypedExpression value) ToI32() argument
5807 ToSignedIfUnsigned(TypedExpression value) ToSignedIfUnsigned() argument
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c3214 assign_global(char *var, char *value) assign_global() argument
4346 insert_argv_map(struct zvalue *map, int key, char *value) insert_argv_map() argument
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc1353 uint32_t value = nreglist.GetTransferLane() << 1; in Index_1() local
1362 uint32_t value = nreglist.GetTransferLane() << 2; in Index_1() local
1371 uint32_t value = nreglist.GetTransferLane() << 3; in Index_1() local
1393 uint32_t value; in Align_index_align_1() local
1407 uint32_t value; Align_index_align_1() local
1423 uint32_t value; Align_index_align_1() local
1455 uint32_t value; Align_index_align_2() local
1472 uint32_t value; Align_index_align_2() local
1489 uint32_t value; Align_index_align_2() local
1522 uint32_t value; Align_index_align_3() local
1539 uint32_t value; Align_index_align_3() local
1556 uint32_t value; Align_index_align_3() local
[all...]
H A Ddisasm-aarch32.cc94 DataTypeValue Dt_L_imm6_1_Decode(uint32_t value, uint32_t type_value) { in Dt_L_imm6_1_Decode() argument
127 DataTypeValue Dt_L_imm6_2_Decode(uint32_t value, uint32_t type_value) { in Dt_L_imm6_2_Decode() argument
140 Dt_L_imm6_3_Decode(uint32_t value) Dt_L_imm6_3_Decode() argument
153 Dt_L_imm6_4_Decode(uint32_t value) Dt_L_imm6_4_Decode() argument
166 Dt_imm6_1_Decode(uint32_t value, uint32_t type_value) Dt_imm6_1_Decode() argument
192 Dt_imm6_2_Decode(uint32_t value, uint32_t type_value) Dt_imm6_2_Decode() argument
203 Dt_imm6_3_Decode(uint32_t value) Dt_imm6_3_Decode() argument
214 Dt_imm6_4_Decode(uint32_t value, uint32_t type_value) Dt_imm6_4_Decode() argument
240 Dt_op_U_size_1_Decode(uint32_t value) Dt_op_U_size_1_Decode() argument
262 Dt_op_size_1_Decode(uint32_t value) Dt_op_size_1_Decode() argument
276 Dt_op_size_2_Decode(uint32_t value) Dt_op_size_2_Decode() argument
294 Dt_op_size_3_Decode(uint32_t value) Dt_op_size_3_Decode() argument
312 Dt_U_imm3H_1_Decode(uint32_t value) Dt_U_imm3H_1_Decode() argument
330 Dt_U_opc1_opc2_1_Decode(uint32_t value, unsigned* lane) Dt_U_opc1_opc2_1_Decode() argument
355 Dt_opc1_opc2_1_Decode(uint32_t value, unsigned* lane) Dt_opc1_opc2_1_Decode() argument
372 Dt_imm4_1_Decode(uint32_t value, unsigned* lane) Dt_imm4_1_Decode() argument
389 Dt_B_E_1_Decode(uint32_t value) Dt_B_E_1_Decode() argument
401 Dt_op_1_Decode1(uint32_t value) Dt_op_1_Decode1() argument
415 Dt_op_1_Decode2(uint32_t value) Dt_op_1_Decode2() argument
429 Dt_op_2_Decode(uint32_t value) Dt_op_2_Decode() argument
439 Dt_op_3_Decode(uint32_t value) Dt_op_3_Decode() argument
449 Dt_U_sx_1_Decode(uint32_t value) Dt_U_sx_1_Decode() argument
463 Dt_op_U_1_Decode1(uint32_t value) Dt_op_U_1_Decode1() argument
477 Dt_op_U_1_Decode2(uint32_t value) Dt_op_U_1_Decode2() argument
491 Dt_sz_1_Decode(uint32_t value) Dt_sz_1_Decode() argument
499 Dt_F_size_1_Decode(uint32_t value) Dt_F_size_1_Decode() argument
513 Dt_F_size_2_Decode(uint32_t value) Dt_F_size_2_Decode() argument
527 Dt_F_size_3_Decode(uint32_t value) Dt_F_size_3_Decode() argument
539 Dt_F_size_4_Decode(uint32_t value) Dt_F_size_4_Decode() argument
549 Dt_U_size_1_Decode(uint32_t value) Dt_U_size_1_Decode() argument
567 Dt_U_size_2_Decode(uint32_t value) Dt_U_size_2_Decode() argument
581 Dt_U_size_3_Decode(uint32_t value) Dt_U_size_3_Decode() argument
603 Dt_size_1_Decode(uint32_t value) Dt_size_1_Decode() argument
611 Dt_size_2_Decode(uint32_t value) Dt_size_2_Decode() argument
625 Dt_size_3_Decode(uint32_t value) Dt_size_3_Decode() argument
637 Dt_size_4_Decode(uint32_t value) Dt_size_4_Decode() argument
649 Dt_size_5_Decode(uint32_t value) Dt_size_5_Decode() argument
661 Dt_size_6_Decode(uint32_t value) Dt_size_6_Decode() argument
675 Dt_size_7_Decode(uint32_t value) Dt_size_7_Decode() argument
687 Dt_size_8_Decode(uint32_t value) Dt_size_8_Decode() argument
701 Dt_size_9_Decode(uint32_t value, uint32_t type_value) Dt_size_9_Decode() argument
721 Dt_size_10_Decode(uint32_t value) Dt_size_10_Decode() argument
733 Dt_size_11_Decode(uint32_t value, uint32_t type_value) Dt_size_11_Decode() argument
755 Dt_size_12_Decode(uint32_t value, uint32_t type_value) Dt_size_12_Decode() argument
785 Dt_size_13_Decode(uint32_t value) Dt_size_13_Decode() argument
795 Dt_size_14_Decode(uint32_t value) Dt_size_14_Decode() argument
807 Dt_size_15_Decode(uint32_t value) Dt_size_15_Decode() argument
817 Dt_size_16_Decode(uint32_t value) Dt_size_16_Decode() argument
825 Dt_size_17_Decode(uint32_t value) Dt_size_17_Decode() argument
837 Index_1_Decode(uint32_t value, DataType dt) Index_1_Decode() argument
863 Align_index_align_1_Decode(uint32_t value, DataType dt) Align_index_align_1_Decode() argument
908 Align_index_align_2_Decode(uint32_t value, DataType dt) Align_index_align_2_Decode() argument
955 Align_index_align_3_Decode(uint32_t value, DataType dt) Align_index_align_3_Decode() argument
1004 Align_a_1_Decode(uint32_t value, DataType dt) Align_a_1_Decode() argument
1018 Align_a_2_Decode(uint32_t value, DataType dt) Align_a_2_Decode() argument
1033 Align_a_3_Decode(uint32_t value, DataType dt, uint32_t size) Align_a_3_Decode() argument
1050 Align_align_1_Decode(uint32_t value) Align_align_1_Decode() argument
1066 Align_align_2_Decode(uint32_t value) Align_align_2_Decode() argument
1082 Align_align_3_Decode(uint32_t value) Align_align_3_Decode() argument
1094 Align_align_4_Decode(uint32_t value) Align_align_4_Decode() argument
1110 Align_align_5_Decode(uint32_t value) Align_align_5_Decode() argument
[all...]
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc1009 bool Disassembler::IsMovzMovnImm(unsigned reg_size, uint64_t value) { in Disassembler() argument
3893 SVEMoveMaskPreferred(uint64_t value, int lane_bytes_log2) Disassembler() argument
7383 uint64_t value = strtoul(c + 1, &new_c, 10); Disassembler() local
7392 uint64_t value = strtoul(c + 1, &new_c, 10); Disassembler() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1156 AddEnumValueByNumber( const EnumValueDescriptor* value) AddEnumValueByNumber() argument
1184 AllocateString(StringPiece value) AllocateString() argument
5156 const EnumValueDescriptor* value = result->value(i); CheckEnumValueUniqueness() local
5268 const EnumValueDescriptor* value = result->value(i); BuildEnum() local
6247 const FieldDescriptor* value = message->map_value(); ValidateMapEntry() local
6948 float value; SetOptionValue() local
6965 double value; SetOptionValue() local
6982 uint64 value; SetOptionValue() local
7187 SetInt32( int number, int32 value, FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) SetInt32() argument
7211 SetInt64( int number, int64 value, FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) SetInt64() argument
7234 SetUInt32( int number, uint32 value, FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) SetUInt32() argument
7252 SetUInt64( int number, uint64 value, FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) SetUInt64() argument
[all...]
/third_party/python/Python/
H A Dceval.c109 PyObject *type, *value, *traceback; in dump_stack() local
154 PyObject *type, *value, *traceback; in lltrace_resume_frame() local
951 PyObject *value in match_keys() local
1793 PyObject *value = GETLOCAL(oparg); global() local
1803 PyObject *value = GETLOCAL(oparg); global() local
1814 PyObject *value = GETITEM(consts, oparg); global() local
1822 PyObject *value = POP(); global() local
1828 PyObject *value = GETLOCAL(oparg); global() local
1846 PyObject *value = GETLOCAL(oparg); global() local
1861 PyObject *value = POP(); global() local
1875 PyObject *value = POP(); global() local
1885 PyObject *value = GETITEM(consts, oparg); global() local
1900 PyObject *value = POP(); global() local
1912 PyObject *value = TOP(); global() local
1922 PyObject *value = TOP(); global() local
1932 PyObject *value = TOP(); global() local
1950 PyObject *value = TOP(); global() local
2337 PyObject *value = THIRD(); global() local
2363 PyObject *value = THIRD(); global() local
2391 PyObject *value = POP(); global() local
2662 PyObject *value = exc_info->exc_value; global() local
2723 PyObject *value = PyExc_AssertionError; global() local
3150 PyObject *name, *value, *locals = LOCALS(); global() local
3187 PyObject *value = PyCell_GET(cell); global() local
3448 PyObject *value = TOP(); global() local
3620 PyObject *value = POP(); global() local
3649 PyObject *value, *old_value; global() local
3692 PyObject *value = POP(); global() local
4103 PyObject *value = POP(); global() local
4115 PyObject *value = POP(); global() local
4124 PyObject *value = POP(); global() local
4137 PyObject *value = POP(); global() local
4466 PyObject *value = TOP(); global() local
5482 PyObject *value; global() local
6206 PyObject *value = args[i+argcount]; global() local
6263 PyObject *value = args[i+argcount]; global() local
6527 PyObject *type = NULL, *value = NULL; global() local
6784 PyObject *type, *value, *traceback, *orig_traceback, *arg; global() local
6815 PyObject *type, *value, *traceback; global() local
7526 PyObject *all, *dict, *name, *value; global() local
7761 PyObject *type, *value, *traceback; global() local
[all...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h6376 PyObject *value; in os_putenv() local
6424 PyObject *value = NULL; os_putenv() local
7621 Py_buffer value = {NULL, NULL}; os_setxattr() local
8003 unsigned long long value; os_eventfd_write() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c212 type_cache_clear(struct type_cache *cache, PyObject *value) in type_cache_clear() argument
426 check_set_special_type_attr(PyTypeObject *type, PyObject *value, const char *name) in check_set_special_type_attr() argument
491 type_set_name(PyTypeObject *type, PyObject *value, voi argument
522 type_set_qualname(PyTypeObject *type, PyObject *value, void *context) type_set_qualname() argument
573 type_set_module(PyTypeObject *type, PyObject *value, void *context) type_set_module() argument
603 type_set_abstractmethods(PyTypeObject *type, PyObject *value, void *context) type_set_abstractmethods() argument
898 type_set_doc(PyTypeObject *type, PyObject *value, void *context) type_set_doc() argument
948 type_set_annotations(PyTypeObject *type, PyObject *value, void *context) type_set_annotations() argument
2343 subtype_setdict(PyObject *obj, PyObject *value, void *context) subtype_setdict() argument
3989 type_setattro(PyTypeObject *type, PyObject *name, PyObject *value) type_setattro() argument
4776 object_set_class(PyObject *self, PyObject *value, void *closure) object_set_class() argument
5030 PyObject *name, *value; object_getstate_default() local
6806 PyObject *arg, *value; wrap_sq_setitem() local
6845 PyObject *value; wrap_objobjproc() local
6862 PyObject *key, *value; wrap_objobjargproc() local
6942 PyObject *name, *value; wrap_setattr() local
7072 PyObject *obj, *value; wrap_descr_set() local
7341 slot_sq_ass_item(PyObject *self, Py_ssize_t index, PyObject *value) slot_sq_ass_item() argument
7371 slot_sq_contains(PyObject *self, PyObject *value) slot_sq_contains() argument
7407 slot_mp_ass_subscript(PyObject *self, PyObject *key, PyObject *value) slot_mp_ass_subscript() argument
7462 PyObject *func, *value; slot_nb_bool() local
7721 slot_tp_setattro(PyObject *self, PyObject *name, PyObject *value) slot_tp_setattro() argument
7830 slot_tp_descr_set(PyObject *self, PyObject *target, PyObject *value) slot_tp_descr_set() argument
8582 PyObject *key, *value; type_new_set_names() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp228 typename Traits<T>::IVal makeIVal (const T& value) in makeIVal() argument
243 bool contains (const typename Traits<T>::IVal& ival, const T& value) in contains() argument
250 bool containsWarning(const typename Traits<T>::IVal& ival, const T& value) in containsWarning() argument
272 printValue(const FloatFormat& fmt, const T& value, ostream& os) printValue() argument
289 round(const FloatFormat& fmt, const T& value) round() argument
295 convert(const FloatFormat& fmt, const typename Traits<T>::IVal& value) convert() argument
390 os << value; doPrintValue() local
593 bind(const Variable<T>& variable, const typename Traits<T>::IVal& value) bind() argument
741 VariableStatement(const VariableP<T>& variable, const ExprP<T>& value, bool isDeclaration) VariableStatement() argument
777 variableStatement(const VariableP<T>& variable, const ExprP<T>& value, bool isDeclaration) variableStatement() argument
791 variableAssignment(const VariableP<T>& variable, const ExprP<T>& value) variableAssignment() argument
1077 Constant(const T& value) Constant() argument
1088 constant(const T& value) constant() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp305 const VkPipelineExecutableStatisticValueKHR value; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp981 std::string clearColorToString (VkFormat vkFormat, VkClearColorValue value, deBool useFormatCompCount) in clearColorToString() argument
1044 std::string clearValueToString (VkFormat vkFormat, VkClearValue value, deBool useFormatCompCount) in clearValueToString() argument
[all...]

Completed in 176 milliseconds

1...<<411412413414415416417418419420>>...422