Home
last modified time | relevance | path

Searched defs:properties (Results 801 - 825 of 925) sorted by relevance

1...<<31323334353637

/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp397 WMError WindowImpl::SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, in SetSystemBarProperties() argument
403 WMError WindowImpl::GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) in GetSystemBarProperties() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp37 void TriggerCloseAutoLaunchConn(const RelationalDBProperties &properties) in TriggerCloseAutoLaunchConn() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context.cpp1760 std::vector<napi_property_descriptor> properties = {}; in Export() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1265 VkPhysicalDevicePushDescriptorPropertiesKHR *properties = in tu_GetPhysicalDeviceProperties2() local
1271 VkPhysicalDeviceTransformFeedbackPropertiesEXT *properties = in tu_GetPhysicalDeviceProperties2() local
1287 VkPhysicalDeviceSampleLocationsPropertiesEXT *properties = tu_GetPhysicalDeviceProperties2() local
1313 VkPhysicalDevicePerformanceQueryPropertiesKHR *properties = tu_GetPhysicalDeviceProperties2() local
1328 VkPhysicalDeviceProvokingVertexPropertiesEXT *properties = tu_GetPhysicalDeviceProperties2() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c656 dzn_physical_device_get_format_properties(struct dzn_physical_device *pdev, VkFormat format, VkFormatProperties2 *properties) dzn_physical_device_get_format_properties() argument
758 dzn_physical_device_get_image_format_properties(struct dzn_physical_device *pdev, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties2 *properties) dzn_physical_device_get_image_format_properties() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c390 VkDisplayPropertiesKHR *properties = &properties2->displayProperties; in wsi_display_fill_in_display_properties() local
553 wsi_display_fill_in_display_plane_properties( struct wsi_device *wsi_device, struct wsi_display_connector *connector, VkDisplayPlaneProperties2KHR *properties) wsi_display_fill_in_display_plane_properties() argument
670 wsi_display_fill_in_display_mode_properties( struct wsi_device *wsi_device, struct wsi_display_mode *display_mode, VkDisplayModeProperties2KHR *properties) wsi_display_fill_in_display_mode_properties() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc331 PropertyArray properties = PropertyArray::cast(raw_properties_or_hash); in GetOwnFastDataPropertyFromHeap() local
H A Djs-native-context-specialization.cc3299 BuildExtendPropertiesBackingStore( const MapRef& map, Node* properties, Node* effect, Node* control) BuildExtendPropertiesBackingStore() argument
[all...]
H A Djs-typed-lowering.cc670 Operator::Properties properties = node->op()->properties(); in ReduceJSAdd() local
1569 Operator::Properties properties = node->op()->properties(); in ReduceBuiltin() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h442 OpProperties properties() const { in properties() function in v8::internal::maglev::NodeBase
825 const OpProperties& properties() const { return Derived::kProperties; } properties() function in v8::internal::maglev::NodeT
857 const OpProperties& properties() const { return Derived::kProperties; } properties() function in v8::internal::maglev::ValueNodeT
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc2282 std::vector<Handle<Object>> properties; in ReadJSObjectProperties() local
2250 CommitProperties(Handle<JSObject> object, Handle<Map> map, const std::vector<Handle<Object>>& properties) CommitProperties() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp444 const auto properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in getMaxInvocations() local
459 vk::VkExternalSemaphoreProperties properties = in checkSemaphoreSupport() local
487 vk::VkExternalFenceProperties properties in checkFenceSupport() local
521 vk::VkExternalBufferProperties properties = checkBufferSupport() local
573 vk::VkImageFormatProperties2 properties = checkImageSupport() local
984 vk::VkExternalSemaphoreProperties properties = testSemaphoreQueries() local
2019 vk::VkExternalFenceProperties properties = testFenceQueries() local
3131 vk::VkExternalBufferProperties properties = testBufferQueries() local
3572 vk::VkMemoryFdPropertiesKHR properties; testMemoryFdProperties() local
4208 vk::VkImageFormatProperties2 properties = testImageQueries() local
4862 vk::VkImageFormatProperties2 properties = testAndroidHardwareBufferImageFormat() local
5173 vk::VkImageFormatProperties2 properties = testOHOSNativeBufferImageFormat() local
[all...]
H A DvktApiImageClearingTests.cpp793 VkImageFormatProperties properties; in getImageFormatProperties() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp333 VkPhysicalDeviceProperties2 properties; in checkSupport() local
1438 VkPhysicalDeviceProperties2 properties = getPhysicalDeviceExtensionProperties(vki, physicalDevice); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp125 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format); in chooseDepthStencilFormat() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp132 vk::VkPhysicalDeviceProperties properties; in getHostImageCopyProperties() local
H A DvktImageMutableTests.cpp1031 VkImageFormatProperties properties; in run() local
2070 VkImageFormatProperties properties; in testSwapchainMutable() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp2604 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
H A DvktMeshShaderPropertyTestsEXT.cpp896 const auto& properties = m_context.getDeviceProperties(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp299 VkImageFormatProperties properties; in BaseRenderingTestInstance() local
370 VkImageFormatProperties properties; in BaseRenderingTestInstance() local
700 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in drawPrimitives() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1138 const VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), format); in createAndAllocateImages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp216 VkFormatProperties properties; in requireFormatUsageSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp397 VkPhysicalDeviceProperties properties; in getminUniformBufferOffsetAlignment() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp433 const auto properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in getMaxInvocations() local
448 vk::VkExternalSemaphoreProperties properties = in checkSemaphoreSupport() local
476 vk::VkExternalFenceProperties properties in checkFenceSupport() local
510 vk::VkExternalBufferProperties properties = checkBufferSupport() local
562 vk::VkImageFormatProperties2 properties = checkImageSupport() local
972 vk::VkExternalSemaphoreProperties properties = testSemaphoreQueries() local
2004 vk::VkExternalFenceProperties properties = testFenceQueries() local
3113 vk::VkExternalBufferProperties properties = testBufferQueries() local
3453 vk::VkMemoryFdPropertiesKHR properties; testMemoryFdProperties() local
4008 vk::VkImageFormatProperties2 properties = testImageQueries() local
4553 vk::VkImageFormatProperties2 properties = testAndroidHardwareBufferImageFormat() local
[all...]
H A DvktApiImageClearingTests.cpp717 VkImageFormatProperties properties; in getImageFormatProperties() local

Completed in 90 milliseconds

1...<<31323334353637