HomeSort by relevance Sort by last modified time
    Searched full:hassubresource (Results 1 - 5 of 5) 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) {
core_validation.cpp     [all...]
  /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) {
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]

Completed in 467 milliseconds