/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 881 const auto instance = context.getInstance(); in BufferAccessInstance() local 885 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in BufferAccessInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 313 const vk::VkInstance instance = m_context.getInstance(); in iterate() local 314 const vk::InstanceDriver instanceDriver (m_context.getPlatformInterface(), instance); in iterate()
|
H A D | vktShaderObjectRenderingTests.cpp | 551 const vk::VkInstance instance = m_context.getInstance(); in iterate() local 552 const vk::InstanceDriver instanceDriver (m_context.getPlatformInterface(), instance); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 101 // Check instance support in NotSupportedChecker() 336 vk::VkInstance instance, in createTestDevice() 428 return vkt::createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &createInfo); in createTestDevice() 439 // Class to wrap a singleton instance and device 334 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physicalDevice) createTestDevice() argument
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 159 vk::VkInstance instance, in createTestDevice() 220 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &createInfo); in createTestDevice() 1426 // Class to wrap a singleton instance and device 158 createTestDevice(Context& context, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice) createTestDevice() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.cpp | 596 VkInstance instance = renderer->getInstance(); in destroy() local 621 vkDestroySurfaceKHR(instance, mSurface, nullptr); in destroy()
|
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 356 instance = type_() variable in FileCookieJarTests.test_constructor_with_other_types.A 357 c = LWPCookieJar(filename=instance)
|
H A D | test_inspect.py | 1482 'a instance method is not a data descriptor') 1975 # we get the descriptor instead of the instance attribute 1980 def __get__(self, instance, owner): 1987 # for a non data descriptor we return the instance attribute 2002 def __get__(self, instance, owner): 2022 instance = Something() 2023 self.assertEqual(inspect.getattr_static(instance, 'foo'), 3) 2024 self.assertFalse(instance.executed) 2086 instance = Thing() 2087 self.assertEqual(inspect.getattr_static(instance, "spa [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 383 // instance for the containing message; it is used only to look up the 1320 static auto instance = OnShutdownDelete(new RepeatedFieldType); in GetDefaultRepeatedField() local 1321 return instance; in GetDefaultRepeatedField() 1333 // parameter, and thus make an instance of ExtensionIdentifier have no
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 101 // Check instance support in NotSupportedChecker() 339 vk::VkInstance instance, in createTestDevice() 431 return vkt::createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &createInfo); in createTestDevice() 442 // Class to wrap a singleton instance and device 337 createTestDevice(const Context& context, const vk::PlatformInterface& vkp, vk::VkInstance instance, const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physicalDevice) createTestDevice() argument
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 159 vk::VkInstance instance, in createTestDevice() 220 return createCustomDevice(validationEnabled, vkp, instance, vki, physicalDevice, &createInfo); in createTestDevice() 1425 // Class to wrap a singleton instance and device 158 createTestDevice(Context& context, vk::VkInstance instance, const vk::InstanceInterface& vki, vk::VkPhysicalDevice physicalDevice) createTestDevice() argument
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1298 Move<VkDevice> createTestDevice(Context& context, const VkInstance& instance, const InstanceInterface& vki, SynchronizationType type) in createTestDevice() argument 1300 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in createTestDevice() 1385 return createCustomDevice(validation, context.getPlatformInterface(), instance, in createTestDevice() 1390 // Class to wrap a singleton instance and device
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 2568 // evaluation. This will be stored in the instance later in the constructor. in BuildClassLiteral() 2594 // used as keys later during instance or static initialization. in BuildClassLiteral() 2932 Register instance) { in BuildInstanceMemberInitialization() 2946 .MoveRegister(instance, args[0]) in BuildInstanceMemberInitialization() 5666 Register instance = register_allocator()->NewRegister(); in VisitCallSuper() local 5667 builder()->StoreAccumulatorInRegister(instance); in VisitCallSuper() 5687 BuildPrivateBrandInitialization(instance, brand); in VisitCallSuper() 5702 BuildInstanceMemberInitialization(this_function, instance); in VisitCallSuper() 5705 builder()->LoadAccumulatorWithRegister(instance); in VisitCallSuper() 2931 BuildInstanceMemberInitialization(Register constructor, Register instance) BuildInstanceMemberInitialization() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 1534 os << " (non-instance prototype)"; in JSFunctionPrint() 1567 os << "\n - Wasm instance: " << Brief(function.instance()); in JSFunctionPrint() 1804 os << "\n - instance: " << Brief(instance()); in WasmTypeInfoPrint() 1981 os << "\n - instance: " << Brief(instance()); in WasmExportedFunctionDataPrint() 2567 os << "\n - instance size: "; in MapPrint() 2596 if (has_non_instance_prototype()) os << " (non-instance prototype)"; in MapPrint() 2609 os << "\n - instance descriptor in MapPrint() [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 33 #include "src/objects/instance-type.h" 153 ICStats::instance()->Begin(); in TraceIC() 154 ICInfo& ic_info = ICStats::instance()->Current(); in TraceIC() 190 ICStats::instance()->End(); in TraceIC()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1483 const auto instance = context.getInstance(); in DeviceHelper() local 1515 // Required extensions. Note: many of these require VK_KHR_get_physical_device_properties2, which is an instance extension. in DeviceHelper() 1549 device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &createInfo); in DeviceHelper() 1550 vkd.reset(new DeviceDriver(vkp, instance, device.get(), context.getUsedApiVersion())); in DeviceHelper()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1477 const auto instance = context.getInstance(); in DeviceHelper() local 1509 // Required extensions. Note: many of these require VK_KHR_get_physical_device_properties2, which is an instance extension. in DeviceHelper() 1543 device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &createInfo); in DeviceHelper() 1544 vkd.reset(new DeviceDriver(vkp, instance, device.get())); in DeviceHelper()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 2579 // The newly created TestInfo instance will assume 4616 static UnitTest* const instance = new UnitTest; in GetInstance() local 4617 return instance; in GetInstance() 4619 static UnitTest instance; in GetInstance() 4620 return &instance; in GetInstance()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 2761 // The newly created TestInfo instance will assume 5163 static UnitTest* const instance = new UnitTest; 5164 return instance; 5166 static UnitTest instance; 5167 return &instance;
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 49 #include "src/objects/instance-type-inl.h" 1479 Handle<WasmInstanceObject> instance) { in NewWasmTypeInfo() 1519 result.set_instance(*instance); in NewWasmTypeInfo() 1591 Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, in NewWasmExportedFunctionData() 1605 result.set_instance(*instance); in NewWasmExportedFunctionData() 2515 // instance type is JS_ARRAY_TYPE, the length field should be initialized in InitializeJSObjectFromMap() 3056 // Setup the map for the JSBoundFunction instance. in NewJSBoundFunction() 3065 // Setup the JSBoundFunction instance. in NewJSBoundFunction() 1477 NewWasmTypeInfo( Address type_address, Handle<Map> opt_parent, int instance_size_bytes, Handle<WasmInstanceObject> instance) NewWasmTypeInfo() argument 1590 NewWasmExportedFunctionData( Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, Address call_target, Handle<Object> ref, int func_index, Address sig_address, int wrapper_budget, Handle<Map> rtt) NewWasmExportedFunctionData() argument
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 179 // an isolate instance. This is needed e.g. by Code::InstructionStart, which may 796 Handle<WasmInstanceObject> instance = summary.wasm_instance(); in AppendWasmFrame() 798 if (instance->module_object().is_asm_js()) { in AppendWasmFrame() 807 instance->module_object().shared_native_module()); in AppendWasmFrame() 808 AppendFrame(instance, in AppendWasmFrame() 3579 // Assert that |default_microtask_queue_| is the last MicrotaskQueue instance. in ThrowInternal()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 52 // ebp-4 holds the stack marker, ebp-8 is the instance parameter. 234 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame() 357 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 360 Operand src{instance, offset}; in LoadFromInstance() 374 Register instance, in LoadTaggedPointerFromInstance() 377 mov(dst, Operand{instance, offset}); in LoadTaggedPointerFromInstance() 380 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 381 mov(liftoff::GetInstanceOperand(), instance); in SpillInstance() local 373 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 59 // -2 | instance | 486 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame() 610 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 613 MemOperand src{instance, offset}; in LoadFromInstance() 627 Register instance, in LoadTaggedPointerFromInstance() 630 ldr(dst, MemOperand{instance, offset}); in LoadTaggedPointerFromInstance() 633 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 634 str(instance, liftoff::GetInstanceOperand()); in SpillInstance() 626 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 59 // -2 | instance | 72 // fp-8 holds the stack marker, fp-16 is the instance parameter. 320 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame() 444 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 447 MemOperand src{instance, offset}; in LoadFromInstance() 464 Register instance, in LoadTaggedPointerFromInstance() 467 LoadTaggedPointerField(dst, MemOperand{instance, offset}); in LoadTaggedPointerFromInstance() 470 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 471 Sd(instance, liftoff::GetInstanceOperand()); in SpillInstance() 463 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 895 const auto instance = m_context.getInstance(); in createMultiViewDevices() local 897 m_logicalDevice = createCustomDevice(m_context.getTestContext().getCommandLine().isValidationEnabled(), m_context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceInfo); in createMultiViewDevices() 899 m_device = de::MovePtr<DeviceDriver>(new DeviceDriver(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getUsedApiVersion())); in createMultiViewDevices() 901 m_device = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createMultiViewDevices() 4468 const InstanceInterface& instance = context.getInstanceInterface(); in checkSupport() local 4482 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2); in checkSupport() 4503 << " int instance = gl_InstanceIndex + 1;\n" in initPrograms() 4511 << " out_color = in_color + vec4(0.0f, gl_ViewIndex * 0.10f, instance * 0.10f, 0.0f);\n" in initPrograms() 4525 << " int instance = gl_InstanceIndex + 1;\n" in initPrograms() 4536 << " out_color = in_color + vec4(0.0f, gl_ViewIndex * 0.10f, instance * 0.1 in initPrograms() [all...] |