/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 382 // Turns a vector of ShaderElements into an instance-context by setting up the mapping of modules 600 tcu::TestStatus runAndVerifyDefaultPipeline (Context& context, InstanceContext instance); 602 // Use the instance context in the UnusedVariableContext to run the function above.
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 66 window.reset(new Window(instance, windowSize)); in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 382 // Turns a vector of ShaderElements into an instance-context by setting up the mapping of modules 600 tcu::TestStatus runAndVerifyDefaultPipeline (Context& context, InstanceContext instance); 602 // Use the instance context in the UnusedVariableContext to run the function above.
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.c | 69 if (unlikely(cmd_buffer->device->physical_device->instance->debug_flags & TU_DEBUG_FLUSHALL)) in tu6_emit_flushes() 72 if (unlikely(cmd_buffer->device->physical_device->instance->debug_flags & TU_DEBUG_SYNCDRAW)) in tu6_emit_flushes() 123 likely(!cmd_buffer->device->physical_device->instance->debug_flags)) in tu_emit_cache_flush_renderpass() 578 if (unlikely(cmd->device->physical_device->instance->debug_flags & TU_DEBUG_SYSMEM)) in use_sysmem_rendering() 611 if (unlikely(cmd->device->physical_device->instance->debug_flags & TU_DEBUG_GMEM)) in use_sysmem_rendering() 853 /* TODO: set A6XX_VFD_ADD_OFFSET_INSTANCE and fix ir3 to avoid adding base instance */ in tu6_init_hw() 1839 if (unlikely(cmd_buffer->device->instance->debug_flags & TU_DEBUG_DYNAMIC)) { in tu_BeginCommandBuffer() 3065 * instance, between uniform reads and sampling operations. 3828 if (unlikely(cmd->device->instance->debug_flags & TU_DEBUG_DYNAMIC)) { in tu_CmdBeginRenderPass2() 3950 if (unlikely(cmd->device->instance in tu_CmdBeginRendering() [all...] |
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 55 #define LOOKUP_GIPA(func) icd_term->dispatch.func = (PFN_vk##func)fp_gipa(icd_term->instance, "vk" #func); in loader_icd_init_entries() 5061 struct loader_instance* instance = (struct loader_instance *)(uintptr_t)pTagInfo->object; in DebugMarkerSetObjectTagEXT() local 5062 local_tag_info.object = (uint64_t)(uintptr_t)instance->instance; in DebugMarkerSetObjectTagEXT() 5091 // If this is an instance we have to replace it with the proper one for the next call. in terminator_DebugMarkerSetObjectTagEXT() 5093 local_tag_info.object = (uint64_t)(uintptr_t)icd_term->instance; in terminator_DebugMarkerSetObjectTagEXT() 5120 struct loader_instance* instance = (struct loader_instance *)(uintptr_t)pNameInfo->object; in DebugMarkerSetObjectNameEXT() local 5121 local_name_info.object = (uint64_t)(uintptr_t)instance->instance; in DebugMarkerSetObjectNameEXT() 5150 // If this is an instance w in terminator_DebugMarkerSetObjectNameEXT() 5707 struct loader_instance* instance = (struct loader_instance *)(uintptr_t)pNameInfo->objectHandle; SetDebugUtilsObjectNameEXT() local 5770 struct loader_instance* instance = (struct loader_instance *)(uintptr_t)pTagInfo->objectHandle; SetDebugUtilsObjectTagEXT() local [all...] |
H A D | vk_layer_dispatch_table.h | 31 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 27 #include "src/objects/instance-type.h" 318 i::Handle<i::WasmInstanceObject> instance) override { 320 i::JSPromise::Resolve(promise_, instance); 364 i::Handle<i::WasmInstanceObject> instance) override { 371 isolate_->factory()->NewStringFromStaticChars("instance"); 376 i::JSObject::AddProperty(isolate_, result, instance_name, instance, 857 // (where ResultObject has a "module" and an "instance" field) 942 // {module: WebAssembly.Module, instance: WebAssembly.Instance} 2143 thrower.RangeError("Unable to grow instance memory"); in WebAssemblyMemoryGrow() 2587 i::Handle<i::WasmInstanceObject> instance( in WebAssemblySuspenderReturnPromiseOnSuspend() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 368 VkAccelerationStructureInstanceKHR instance = { transform, 0, 0, 0, 0, accelerationStructureReference }; in makeVkAccelerationStructureInstanceKHR() local 369 instance.instanceCustomIndex = instanceCustomIndex & 0xFFFFFF; in makeVkAccelerationStructureInstanceKHR() 370 instance.mask = mask & 0xFF; in makeVkAccelerationStructureInstanceKHR() 371 instance.instanceShaderBindingTableRecordOffset = instanceShaderBindingTableRecordOffset & 0xFFFFFF; in makeVkAccelerationStructureInstanceKHR() 372 instance.flags = flags & 0xFF; in makeVkAccelerationStructureInstanceKHR() 373 return instance; in makeVkAccelerationStructureInstanceKHR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 3306 Label *failure, Register instance, 3317 ldr(instance, Address(temp1, Heap::TopOffset(space))); 3318 AddImmediateSetFlags(end_address, instance, instance_size); 3322 // instance: potential new object start. 3333 add(instance, instance, Operand(kHeapObjectTag)); 3336 // instance: new object start as a tagged pointer. 3341 str(temp1, FieldAddress(instance, Array::tags_offset())); // Store tags.
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 3778 cupsRemoveDest(dest->name, dest->instance, user_data->num_dests, in add_dest_cb() 10127 debug_printf("Avahi Resolver: Service '%s' of type '%s' in domain '%s' with host name '%s' and port %d on interface '%s' (%s) with UUID %s is from another CUPS instance on the local system and uses IPPS, the local CUPS has problems to print on this printer, so we ignore it (Avahi lookup result or host name of local machine).\n", in resolve_callback() 10205 char *p, instance[64]; in resolve_callback() local 10206 /* Extract instance from DNSSD service name (to serve as info field) */ in resolve_callback() 10211 if (n >= sizeof(instance)) in resolve_callback() 10212 n = sizeof(instance) - 1; in resolve_callback() 10213 strncpy(instance, name, sizeof(instance) - 1); in resolve_callback() 10214 instance[n] = '\0'; in resolve_callback() 10215 debug_printf("Avahi-Resolver: Instance: %s\n", instance); /* !! */ in resolve_callback() [all...] |
/third_party/python/Lib/test/ |
H A D | test_weakref.py | 284 instance = C() 285 self.assertIn("__bytes__", dir(weakref.proxy(instance))) 286 self.assertEqual(bytes(weakref.proxy(instance)), b"bytes") 573 # subtype_dealloc erroneously exposed a new-style instance 575 # causing double-deallocation if the instance had a weakref 579 # when the second attempt to remove the instance from the "list 1038 # An instance of a weakref subclass can have attributes.
|
H A D | test_collections.py | 49 obj.test = [1234] # Make sure instance vars are also copied. 603 'has', 'help', 'identifiers', 'index', 'indexable', 'instance', 746 def validate_comparison(self, instance): 770 if not hasattr(instance, name): 773 op(instance, other) 775 % (type(instance), name)) 1617 """Verify _from_iterable overridden to an instance method works."""
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4975 typedef VkResult (GLAD_API_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkDebugReportCallbackEXT * pCallback); 4998 typedef void (GLAD_API_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char * pLayerPrefix, const char * pMessage); 5002 typedef void (GLAD_API_PTR *PFN_vkDestroyDebugReportCallbackEXT)(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks * pAllocator); 5012 typedef void (GLAD_API_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks * pAllocator); 5023 typedef void (GLAD_API_PTR *PFN_vkDestroySurfaceKHR)(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks * pAllocator); 5032 typedef VkResult (GLAD_API_PTR *PFN_vkEnumeratePhysicalDeviceGroups)(VkInstance instance, uint32_t * pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties * pPhysicalDeviceGroupProperties); 5033 typedef VkResult (GLAD_API_PTR *PFN_vkEnumeratePhysicalDevices)(VkInstance instance, uint32_t * pPhysicalDeviceCount, VkPhysicalDevice * pPhysicalDevices); 5061 typedef PFN_vkVoidFunction (GLAD_API_PTR *PFN_vkGetInstanceProcAddr)(VkInstance instance, const char * pName);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 67 // rbp-8 holds the stack marker, rbp-16 is the instance parameter. 213 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame() 335 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 338 Operand src{instance, offset}; in LoadFromInstance() 355 Register instance, in LoadTaggedPointerFromInstance() 358 LoadTaggedPointerField(dst, Operand(instance, offset)); in LoadTaggedPointerFromInstance() 361 void LiftoffAssembler::LoadExternalPointer(Register dst, Register instance, in LoadExternalPointer() argument 364 LoadExternalPointerField(dst, FieldOperand(instance, offset), tag, in LoadExternalPointer() 369 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 370 movq(liftoff::GetInstanceOperand(), instance); in SpillInstance() local 354 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libplacebo.c | 246 .instance = hwctx->inst, in init_vulkan()
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_internal.h | 1089 void *instance; ///< Filter instance data member
|
/third_party/node/lib/ |
H A D | events.js | 210 * Creates a new `EventEmitter` instance. 437 ctorInfo = ` on ${name} instance`;
|
/third_party/node/test/common/ |
H A D | index.js | 803 return ` Received an instance of ${input.constructor.name}`;
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 369 .instance(); in ExtractEmbedderDataBackref()
|
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info-inl.h | 740 const WasmInstanceObject& wasm_instance = function_data.instance(); in wasm_module()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 126 if self.ext_type == 'instance': 132 self.generator.logMsg('warn', 'The type attribute of ' + self.name + ' extension is neither \'instance\' nor \'device\'. That is invalid (at the time this script was written).') 469 - type 'instance' | 'device' (optional)
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 110 // Validate instance extensions in Initialize() 113 return Result("Vulkan::Initialize not all instance extensions supported"); in Initialize() 116 device_ = MakeUnique<Device>(vk_config->instance, vk_config->physical_device, in Initialize()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 57 * Initialize library by loading Vulkan loader; call this function before creating the Vulkan instance. 67 * The handler function pointer will be asked to load global Vulkan symbols which require no instance 73 * Get Vulkan instance version supported by the Vulkan loader, or 0 if Vulkan isn't supported 80 * Load global function pointers using application-created VkInstance; call this function after creating the Vulkan instance. 82 void volkLoadInstance(VkInstance instance);
|
/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 56 static ImeInfoInquirer instance; in GetInstance() local 57 return instance; in GetInstance()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 222 static AppAccountControlManager *instance = new (std::nothrow) AppAccountControlManager(); in GetInstance() local 223 return *instance; in GetInstance() 1140 ACCOUNT_LOGE("failed to create AppAccountAppStateObserver instance"); in RegisterApplicationStateObserver()
|