/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cmd_buffer.c | 47 device->physical_device->instance->debug_flags; in panvk_debug_adjust_bo_flags()
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 14 //! `libclang` instance at runtime. 1990 pub fn clang_constructUSR_ObjCMethod(name: *const c_char, instance: c_uint, usr: CXString) -> CXString; in clang_constructUSR_ObjCMethod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 1108 // Inlined allocation of an instance of class 'cls', code has no runtime 1109 // calls. Jump to 'failure' if the instance cannot be allocated here. 1110 // Allocated instance is returned in 'instance_reg'. 1116 Register instance, Register end_address, Register temp1,
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 3004 if (!modifierClass.instance) { 3005 modifierClass.instance = new modifierClass(value); 3008 modifierClass.instance.stageValue = value; 3010 modifiers.set(identity, modifierClass.instance); 3133 applyStateUpdatePtr(instance) { 3134 if (this.nativePtr !== instance.nativePtr) { 3136 this.nativePtr = instance.nativePtr; 3138 if (instance._weakPtr) { 3139 this._weakPtr = instance._weakPtr; 10018 applyStateUpdatePtr(instance) { [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 92 static NG::ViewAbstractModelNG instance; in GetInstance() local 93 return &instance; in GetInstance() 96 static NG::ViewAbstractModelNG instance; in GetInstance() 97 return &instance; in GetInstance() 99 static Framework::ViewAbstractModelImpl instance; in GetInstance() 100 return &instance; in GetInstance() 6401 // use another VSP instance while executing the builder function in ParseDragNode()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 1258 panda::JSValueRef* instance = constructorVal->ConstructorOptimize(vm, in napi_new_instance() local 1264 *result = reinterpret_cast<napi_value>(instance); in napi_new_instance()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 76 static DrawUtils instance; in GetInstance() local 77 return &instance; in GetInstance()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 1451 // NOTE: batch instance count in ProcessSubmesh() 1595 // NOTE: materials have been automatically duplicated for all instance 1729 // NOTE: we force add a new material for every instance object, but we do not fetch texture 2633 void IRenderSystemDestroy(ISystem* instance) 2635 delete static_cast<RenderSystem*>(instance);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 375 static RSMainThread instance; in Instance() local 377 return &instance; in Instance()
|
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 8786 util.Aspect.addBefore(MyClass, 'foo', false, (instance, arg1, arg2) =>{ 8787 instance.myFunc('intMsg');
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 3335 * pViewportState is a pointer to an instance of the in tu_pipeline_builder_parse_viewport() 3470 * pDepthStencilState is a pointer to an instance of the in tu_pipeline_builder_parse_depth_stencil() 3595 * pMultisampleState is a pointer to an instance of the in tu_pipeline_builder_parse_multisample_and_color_blend() 3601 * pColorBlendState is a pointer to an instance of the in tu_pipeline_builder_parse_multisample_and_color_blend() 3709 if (unlikely(builder->device->physical_device->instance->debug_flags & TU_DEBUG_RAST_ORDER)) in tu_pipeline_builder_parse_rasterization_order() 3895 if (unlikely(dev->instance->debug_flags & TU_DEBUG_DYNAMIC) && !rendering_info) in tu_pipeline_builder_init_graphics()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushDescriptorTests.cpp | 113 VkInstance instance, in createDeviceWithPushDescriptor() 179 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceParams, DE_NULL); in createDeviceWithPushDescriptor() 111 createDeviceWithPushDescriptor(const Context& context, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const TestParams& params, std::vector<std::string>& enabledExtensions) createDeviceWithPushDescriptor() argument
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 550 // Two buffers (bindings): one with vertex data, stored contiguously without paddings, and one with instance data. Instance data 552 // Real instance data will contain a scale and an offset similar to the ones from push constants, and will be used to properly scale 4368 const auto instance = context.getInstance(); in ShadingRateImageDeviceHelper() local 4485 m_device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceCreateInfo); in ShadingRateImageDeviceHelper() 4486 m_vkd .reset(new vk::DeviceDriver(vkp, instance, m_device.get(), context.getUsedApiVersion())); in ShadingRateImageDeviceHelper() 8932 badStrides.push_back(goodStrides.at(1u) / 2u); // Halve instance rate stride. in createExtendedDynamicStateTests() 8939 // Dynamically set instance rate stride in createExtendedDynamicStateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelinePushDescriptorTests.cpp | 111 VkInstance instance, in createDeviceWithPushDescriptor() 164 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceParams, DE_NULL); in createDeviceWithPushDescriptor() 109 createDeviceWithPushDescriptor(const Context& context, const PlatformInterface& vkp, VkInstance instance, const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const Extensions& supportedExtensions, const deUint32 queueFamilyIndex, const TestParams& params) createDeviceWithPushDescriptor() argument
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 3642 const auto instance = context.getInstance(); in ShadingRateImageDeviceHelper() local 3700 m_device = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, instance, vki, physicalDevice, &deviceCreateInfo); in ShadingRateImageDeviceHelper() 3701 m_vkd .reset(new vk::DeviceDriver(vkp, instance, m_device.get())); in ShadingRateImageDeviceHelper()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 47 #include "src/objects/instance-type.h" 496 // We're going to test a range of WasmObject instance types with a single in IsDataRefMap() 552 // Initialize instance node. in Start() 563 // We need an instance node anyway, because FromJS() needs to pass it to in Start() 701 // For wasm functions, the IsolateRoot is loaded from the instance node so in BuildLoadIsolateRoot() 790 // We handle caching of the instance cache nodes manually, and we may reload in StackCheck() 813 // We pass the null instance cache, as we are at the beginning of the function in PatchInStackCheckIfNeeded() 3089 // Load the imported function refs array from the instance. in BuildImportCall() 3348 // instance->wasm_internal_functions() has been initialized. in CompareToInternalFunctionAtIndex() 3515 // We handle caching of the instance cach in InitInstanceCache() [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 977 auto instance = WindowSceneLayoutManager::GetInstance(); in FlushWindowPatternInfo() local 978 if (instance != nullptr) { in FlushWindowPatternInfo() 979 instance->FlushWindowPatternInfo(screenNode); in FlushWindowPatternInfo() 2762 // eventManager_ instance Id may changed. in OnTouchEvent() 2766 // restore instance Id. in OnTouchEvent()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_rt.c | 216 /* from the BTAS instance currently being visited */ 349 * Create a copy of the global rt variables where the primitive/instance related variables are 1041 * is the instance we're currently visiting vs. what is the instance of the 1480 /* instance */ in build_traversal_shader() 1829 (device->instance->debug_flags & RADV_DEBUG_DUMP_SHADER_STATS) || device->keep_shader_info; in radv_rt_pipeline_create()
|
H A D | radv_query.c | 1505 if (cmd_buffer->device->instance->flush_before_query_copy) in radv_CmdCopyQueryPoolResults()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 157 allocatorInfo.instance = instance; 564 extension and the second is instance extension! 2160 and you want it to be used internally by this library, along with another instance extension 2343 /** \brief Handle to Vulkan instance object. 2347 VkInstance VMA_NOT_NULL instance; member 2373 /** \brief Handle to Vulkan instance object. 2375 This is the same value as has been passed through VmaAllocatorCreateInfo::instance. 2377 VkInstance VMA_NOT_NULL instance; member 3576 It must be in the recording state and outside of a render pass instance [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 10093 static IColourImpl* instance() { 10169 : NoColourImpl::instance(); 10209 static IColourImpl* instance() { 10244 ? PosixColourImpl::instance() 10245 : NoColourImpl::instance(); 10255 static IColourImpl* platformColourInstance() { return NoColourImpl::instance(); } 10593 // Extracts the actual name part of an enum instance 10934 // We signal that another instance can be constructed by zeroing 13152 CATCH_INTERNAL_ERROR("No result capture instance"); 13416 CATCH_TRY { CATCH_INTERNAL_ERROR( "Only one instance o [all...] |
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 115 auto instance = AAFwk::PermissionVerification::GetInstance(); \ 116 if ((listener) == nullptr || instance == nullptr || appRunningStatusModule_ == nullptr) { \ 120 if (!instance->IsSACall()) { \ 1935 TAG_LOGE(AAFwkTag::APPMGR, "bundle unsupport multi-instance"); in GetAllRunningInstanceKeysByBundleNameInner()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 8005 JSVM_Value instance; in New() local 8006 OH_JSVM_NewInstance(env, cons, argc, args, &instance); in New() 8007 return instance; in New() 8489 console.log("Called with instance " + obj);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 13661 VULKAN_HPP_TYPESAFE_EXPLICIT Instance( VkInstance instance ) VULKAN_HPP_NOEXCEPT : m_instance( instance ) {} in m_instance() 13664 Instance & operator=( VkInstance instance ) VULKAN_HPP_NOEXCEPT 13666 m_instance = instance;
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cmd_buffer.c | 287 &cmd_buffer->device->instance->physicalDevice; in cmd_buffer_can_merge_subpass() 1387 * when a render pass instance is begun." in cmd_buffer_emit_subpass_clears() 1576 * a render pass instance (for both primaries and secondaries) spawn in v3dv_EndCommandBuffer() 3155 /* Resets can only happen outside a render pass instance so we should not in v3dv_cmd_buffer_reset_queries() 3268 * "If queries are used while executing a render pass instance that has in v3dv_cmd_buffer_schedule_end_query() 3363 /* Copies can only happen outside a render pass instance so we should not in v3dv_cmd_buffer_copy_query_results() 3415 /* Event (re)sets can only happen outside a render pass instance so we in v3dv_CmdSetEvent() 3441 /* Event (re)sets can only happen outside a render pass instance so we in v3dv_CmdResetEvent()
|