Home
last modified time | relevance | path

Searched refs:instance (Results 1676 - 1700 of 1908) sorted by relevance

1...<<61626364656667686970>>...77

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c535 .disable_aniso_single_level = device->instance->disable_aniso_single_level, in radv_nir_apply_pipeline_layout()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h503 WASM_DECLARE_REF(instance)
H A Dwasm.hh538 auto instance() const -> Instance*;
/third_party/node/test/parallel/
H A Dtest-webcrypto-webidl.js188 message: `${prefix}: ${context} is not instance of ArrayBuffer, Buffer, TypedArray, or DataView.`
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h339 Register instance);
/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...]
/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...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c1463 /* Update only in case the adv instance since handle 0x00 shall be using in hci_cc_le_set_adv_set_random_addr()
1492 u8 *instance; in hci_cc_le_remove_adv_set() local
1500 instance = hci_sent_cmd_data(hdev, HCI_OP_LE_REMOVE_ADV_SET); in hci_cc_le_remove_adv_set()
1501 if (!instance) in hci_cc_le_remove_adv_set()
1506 err = hci_remove_adv_instance(hdev, *instance); in hci_cc_le_remove_adv_set()
1509 *instance); in hci_cc_le_remove_adv_set()
1534 u8 instance = adv->instance; in hci_cc_le_clear_adv_sets() local
1536 err = hci_remove_adv_instance(hdev, instance); in hci_cc_le_clear_adv_sets()
1539 hdev, instance); in hci_cc_le_clear_adv_sets()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Desp_scsi.c2390 static int instance; in scsi_esp_register() local
2398 esp->host->unique_id = instance; in scsi_esp_register()
2423 instance++; in scsi_esp_register()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c2758 * @instance: The name of the trace instance containing the event
2762 * Return a trace event file given the trace instance name, trace
2763 * system, and trace event name. If the instance name is NULL, it
2767 * trace_array_get() to prevent the instance from going away, and
2776 struct trace_event_file *trace_get_event_file(const char *instance, in trace_get_event_file() argument
2784 if (instance) { in trace_get_event_file()
2785 tr = trace_array_find_get(instance); in trace_get_event_file()
3299 * event_trace_add_tracer - add a instance of a trace_array to events
3303 * When a new instance i
[all...]
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dacornscsi.c2792 static int acornscsi_show_info(struct seq_file *m, struct Scsi_Host *instance) in acornscsi_show_info() argument
2798 host = (AS_Host *)instance->hostdata; in acornscsi_show_info()
2857 shost_for_each_device(scd, instance) { in acornscsi_show_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c885 uint32_t instance) in dcn20_timing_generator_create()
893 tgn10->base.inst = instance; in dcn20_timing_generator_create()
896 tgn10->tg_regs = &tg_regs[instance]; in dcn20_timing_generator_create()
883 dcn20_timing_generator_create( struct dc_context *ctx, uint32_t instance) dcn20_timing_generator_create() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c990 uint32_t instance) in dcn32_timing_generator_create()
1005 tgn10->base.inst = instance; in dcn32_timing_generator_create()
1008 tgn10->tg_regs = &optc_regs[instance]; in dcn32_timing_generator_create()
1203 /* Mapping of VPG, AFMT, DME register blocks to DIO block instance */ in dcn32_stream_encoder_create()
1251 /* Mapping of VPG register blocks to HPO DP block instance: in dcn32_hpo_dp_stream_encoder_create()
1259 /* Mapping of APG register blocks to HPO DP block instance: in dcn32_hpo_dp_stream_encoder_create()
2312 /* if pipe is disabled, skip instance of HW pipe, in dcn32_resource_construct()
2313 * i.e, skip ASIC register instance in dcn32_resource_construct()
2507 * For instance, we cannot transition from state 1 to state 2 in one frame. This
988 dcn32_timing_generator_create( struct dc_context *ctx, uint32_t instance) dcn32_timing_generator_create() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Desp_scsi.c2379 static int instance; in scsi_esp_register() local
2387 esp->host->unique_id = instance; in scsi_esp_register()
2412 instance++; in scsi_esp_register()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dacornscsi.c2701 static int acornscsi_show_info(struct seq_file *m, struct Scsi_Host *instance) in acornscsi_show_info() argument
2707 host = (AS_Host *)instance->hostdata; in acornscsi_show_info()
2763 shost_for_each_device(scd, instance) { in acornscsi_show_info()
/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);

Completed in 108 milliseconds

1...<<61626364656667686970>>...77