Home
last modified time | relevance | path

Searched defs:obj_type (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_object.c36 VkObjectType obj_type) in vk_object_base_init()
59 VkObjectType obj_type) in vk_object_alloc()
75 VkObjectType obj_type) in vk_object_zalloc()
91 VkObjectType obj_type) in vk_object_multialloc()
107 VkObjectType obj_type) in vk_object_multizalloc()
Dvk_object.h88 ASSERTED VkObjectType obj_type) in vk_object_base_assert_valid()
94 vk_object_base_from_u64_handle(uint64_t handle, VkObjectType obj_type) in vk_object_base_from_u64_handle()
/third_party/python/Lib/test/
D_test_embed_structseq.py10 def check_structseq(self, obj_type): argument
/third_party/jerryscript/jerry-core/vm/
Dvm.c1521 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
1839 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
2526 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
2562 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
2586 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
4027 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
/third_party/libdrm/tests/proptest/
Dproptest.c235 uint32_t obj_id, obj_type, prop_id; in setProperty() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c300 ecma_object_type_t obj_type = ecma_get_object_type(this_arg_obj_p); in ecma_builtin_function_prototype_object_bind() local
Decma-builtins.c368 ecma_object_type_t obj_type = (ecma_object_type_t) (builtin_desc & ECMA_BUILTIN_OBJECT_TYPE_MASK); in ecma_instantiate_builtin() local
/third_party/libdrm/tests/modetest/
Dmodetest.c973 uint32_t obj_type; member
984 const char *obj_type; in set_property() local
/third_party/libdrm/include/drm/
Ddrm_mode.h552 __u32 obj_type; member
559 __u32 obj_type; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h636 __u32 obj_type; member
643 __u32 obj_type; member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c1554 const ecma_object_type_t obj_type = ecma_get_object_type (object_p); in ecma_op_object_put_with_receiver() local
/third_party/python/Objects/
Dtypeobject.c8778 PyTypeObject *obj_type; member
8967 PyTypeObject *obj_type = supercheck(su->type, obj); in super_descr_get() local
9077 PyTypeObject *obj_type = NULL; in super_init_impl() local
/third_party/python/Lib/unittest/
Dmock.py2945 def __get__(self, obj, obj_type=None): argument
/third_party/node/deps/v8/src/execution/
Disolate.cc4477 KnownPrototype obj_type = IsArrayOrObjectOrStringPrototype(*object); in ThrowInternal() local