Home
last modified time | relevance | path

Searched defs:properties (Results 601 - 625 of 1001) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_rand.c273 EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_RAND_fetch() argument
H A Ddigest.c1069 EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_MD_fetch() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c42 OSSL_PROPERTY_LIST *properties; member
297 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
[all...]
/third_party/python/Lib/msilib/
H A Dschema.py646 ('BindImage','Path','Y',None, None, None, None, 'Paths',None, 'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',), namespace
/third_party/openssl/crypto/evp/
H A Devp_rand.c273 EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_RAND_fetch() argument
H A Ddigest.c1069 EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_MD_fetch() argument
H A Devp_enc.c1664 EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_CIPHER_fetch() argument
H A Devp_fetch.c260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument
383 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
410 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
436 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument
[all...]
/third_party/openssl/crypto/property/
H A Dproperty.c42 OSSL_PROPERTY_LIST *properties; member
299 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp279 VkImageFormatProperties2 properties = in checkAhbImageSupport() local
377 VkImageFormatProperties2 properties = in CheckOHOSImageSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp214 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
H A DvktDrawOHOSNativeBufferTests.cpp220 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp257 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
317 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
367 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
394 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
442 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
487 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
571 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
627 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp551 VkImageDrmFormatModifierPropertiesEXT properties = initVulkanStructure(); in createImageListModifiersCase() local
614 VkImageDrmFormatModifierPropertiesEXT properties = initVulkanStructure(); in createImageModifierExplicitCase() local
839 VkImageDrmFormatModifierPropertiesEXT properties; in exportImportMemoryExplicitModifiersCase() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAttributeOffsetTests.cpp298 const auto& properties = context.getPortabilitySubsetProperties(); in checkSupport() local
H A DvktPipelineMaxVaryingsTests.cpp735 VkPhysicalDeviceProperties properties; in supportedCheck() local
914 getMaxIOComponents(deBool input, VkShaderStageFlags stage, VkPhysicalDeviceProperties properties) getMaxIOComponents() argument
988 VkPhysicalDeviceProperties properties; test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp269 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, vkPhysDevice, df); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp279 VkImageFormatProperties2 properties = in checkAhbImageSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp214 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp257 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
317 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
367 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
394 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
442 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
487 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
571 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
627 const auto& properties = context.getMeshShaderProperties(); checkSupport() local
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc584 std::vector<VkQueueFamilyProperties> properties; in ChooseQueueFamilyIndex() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc877 VkFormatProperties properties = VkFormatProperties(); in IsFormatSupportedByPhysicalDevice() local
933 VkPhysicalDeviceProperties properties = VkPhysicalDeviceProperties(); in IsDescriptorSetInBounds() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp151 GetUsageFlags(RendererVk *renderer, const angle::Format &format, const VkDrmFormatModifierPropertiesEXT &properties, bool *texturableOut, bool *renderableOut) GetUsageFlags() argument
254 GetAllocateInfo(const egl::AttributeMap &attribs, VkImage image, uint32_t planeCount, const VkDrmFormatModifierPropertiesEXT &properties, AllocateInfo *infoOut) GetAllocateInfo() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp614 static const VkPhysicalDeviceProperties properties = getProperties(); in getProperties() local
619 static void getIdProperties(T *properties) in getIdProperties() argument
638 getMaintenance3Properties(T *properties) getMaintenance3Properties() argument
650 getMultiviewProperties(T *properties) getMultiviewProperties() argument
662 getPointClippingProperties(T *properties) getPointClippingProperties() argument
673 getProtectedMemoryProperties(T *properties) getProtectedMemoryProperties() argument
837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; getProperties() local
928 getDriverProperties(T *properties) getDriverProperties() argument
952 getFloatControlsProperties(T *properties) getFloatControlsProperties() argument
990 getDescriptorIndexingProperties(T *properties) getDescriptorIndexingProperties() argument
1027 getDepthStencilResolveProperties(T *properties) getDepthStencilResolveProperties() argument
1058 getSamplerFilterMinmaxProperties(T *properties) getSamplerFilterMinmaxProperties() argument
1070 getTimelineSemaphoreProperties(T *properties) getTimelineSemaphoreProperties() argument
1750 VkQueueFamilyProperties properties = {}; getQueueFamilyProperties() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h115 VkLayerProperties properties; member

Completed in 31 milliseconds

1...<<21222324252627282930>>...41