HomeSort by relevance Sort by last modified time
    Searched defs:hasSubresource (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 333 bool hasSubresource;
338 if (img1.image != img2.image || img1.hasSubresource != img2.hasSubresource)
340 return !img1.hasSubresource ||
349 hashVal ^= hash<bool>()(img.hasSubresource);
350 if (img.hasSubresource) {
  /external/vulkan-validation-layers/layers/
core_validation_types.h 425 bool hasSubresource;
430 if (img1.image != img2.image || img1.hasSubresource != img2.hasSubresource)
432 return !img1.hasSubresource ||
441 hashVal ^= hash<bool>()(img.hasSubresource);
442 if (img.hasSubresource) {

Completed in 224 milliseconds