Home
last modified time | relevance | path

Searched refs:instance (Results 1251 - 1275 of 1374) sorted by relevance

1...<<5152535455

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp382 // 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 DDrawTester.cpp66 window.reset(new Window(instance, windowSize)); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp382 // 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 Dtu_cmd_buffer.c69 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 Dvk_loader_extensions.c55 #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 Dvk_layer_dispatch_table.h31 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc27 #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 DvkRayTracingUtil.cpp368 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 Dassembler_arm.cc3306 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 Dcups-browsed.c3778 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 Dtest_weakref.py284 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 Dtest_collections.py49 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 Dvulkan.h4975 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 Dliftoff-assembler-x64.h67 // 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 Dvf_libplacebo.c246 .instance = hwctx->inst, in init_vulkan()
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h1089 void *instance; ///< Filter instance data member
/third_party/node/lib/
H A Devents.js210 * Creates a new `EventEmitter` instance.
437 ctorInfo = ` on ${name} instance`;
/third_party/node/test/common/
H A Dindex.js803 return ` Received an instance of ${input.constructor.name}`;
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc369 .instance(); in ExtractEmbedderDataBackref()
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h740 const WasmInstanceObject& wasm_instance = function_data.instance(); in wasm_module()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py126 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 Dengine_vulkan.cc110 // 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 Dvolk.h57 * 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 Dime_info_inquirer.cpp56 static ImeInfoInquirer instance; in GetInstance() local
57 return instance; in GetInstance()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp222 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()

Completed in 106 milliseconds

1...<<5152535455