Searched defs:pLayerName (Results 1 - 8 of 8) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dthreading.cpp157 vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) { argument
178 const char *pLayerName, uint32_t *pCount,
180 if (pLayerName == NULL) {
177 vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) argument
H A Ddevice_limits.cpp104 vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) { argument
109 const char *pLayerName, uint32_t *pCount,
111 if (pLayerName == NULL) {
108 vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) argument
H A Dimage.cpp209 vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) { argument
223 const char *pLayerName, uint32_t *pCount,
226 if (pLayerName == NULL) {
222 vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) argument
H A Dswapchain.cpp49 vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) { argument
54 const char *pLayerName, uint32_t *pCount,
56 if (pLayerName == NULL) {
53 vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) argument
H A Dparameter_validation.cpp134 vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) { argument
148 const char *pLayerName, uint32_t *pCount,
151 if (pLayerName == NULL) {
147 vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pCount, VkExtensionProperties *pProperties) argument
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp157 * If pLayerName is NULL, will return extensions implemented by the loader /
160 std::vector<VkExtensionProperties> GetGlobalExtensions(const char *pLayerName) { argument
167 err = vkEnumerateInstanceExtensionProperties(pLayerName, &ext_count,
172 err = vkEnumerateInstanceExtensionProperties(pLayerName, &ext_count,
191 * If pLayerName is NULL, will return extensions for ICD / loader.
194 PhysicalDevice::extensions(const char *pLayerName) const {
200 err = vkEnumerateDeviceExtensionProperties(handle(), pLayerName,
205 err = vkEnumerateDeviceExtensionProperties(handle(), pLayerName,
/external/vulkan-validation-layers/loader/
H A Dloader.c4057 VkPhysicalDevice physicalDevice, const char *pLayerName,
4063 assert(pLayerName == NULL || strlen(pLayerName) == 0);
4069 /* this case is during the call down the instance chain with pLayerName
4056 terminator_EnumerateDeviceExtensionProperties( VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties) argument
H A Dtrampoline.c124 vkEnumerateInstanceExtensionProperties(const char *pLayerName, argument
139 if (pLayerName && strlen(pLayerName) != 0) {
140 if (vk_string_validate(MaxLoaderStringLength, pLayerName) ==
146 if (strcmp(props->info.layerName, pLayerName) == 0) {
152 "pLayerName is too long or is badly formed");
762 const char *pLayerName,
771 /* If pLayerName == NULL, then querying ICD extensions, pass this call
774 If pLayerName != NULL then get layer extensions from manifest file. */
775 if (pLayerName
761 vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties) argument
[all...]

Completed in 103 milliseconds