HomeSort by relevance Sort by last modified time
    Searched refs:global_layer (Results 1 - 7 of 7) sorted by null

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
image.cpp 212 static const VkLayerProperties global_layer = { member in namespace:image
    [all...]
parameter_validation.cpp 149 static const VkLayerProperties global_layer = { member in namespace:parameter_validation
    [all...]
core_validation.cpp 178 static const VkLayerProperties global_layer = { member in namespace:core_validation
185 if (!strcmp(createInfo.ppEnabledLayerNames[i], global_layer.layerName)) {
191 global_layer.layerName);
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp 93 static const VkLayerProperties global_layer = { member in namespace:parameter_validation
    [all...]
core_validation.cpp 184 static const VkLayerProperties global_layer = { member in namespace:core_validation
199 if (!strcmp(createInfo.ppEnabledLayerNames[i], global_layer.layerName)) {
204 LOGCONSOLE("Cannot activate layer VK_LAYER_GOOGLE_unique_objects prior to activating %s.", global_layer.layerName);
    [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 33 static const VkLayerProperties global_layer = { member in namespace:wrap_objects
211 if (pLayerName && !strcmp(pLayerName, global_layer.layerName))
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 33 static const VkLayerProperties global_layer = { member in namespace:wrap_objects
209 if (pLayerName && !strcmp(pLayerName, global_layer.layerName))
    [all...]

Completed in 257 milliseconds