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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 331 struct ImageSubresourcePair {
337 inline bool operator==(const ImageSubresourcePair &img1, const ImageSubresourcePair &img2) {
346 template <> struct hash<ImageSubresourcePair> {
347 size_t operator()(ImageSubresourcePair img) const throw() {
426 std::unordered_map<ImageSubresourcePair, IMAGE_CMD_BUF_LAYOUT_NODE> imageLayoutMap;
427 std::unordered_map<VkImage, std::vector<ImageSubresourcePair>> imageSubresourceMap;
  /external/vulkan-validation-layers/layers/
core_validation_types.h 423 struct ImageSubresourcePair {
429 inline bool operator==(const ImageSubresourcePair &img1, const ImageSubresourcePair &img2) {
438 template <> struct hash<ImageSubresourcePair> {
439 size_t operator()(ImageSubresourcePair img) const throw() {
594 std::unordered_map<ImageSubresourcePair, IMAGE_CMD_BUF_LAYOUT_NODE> imageLayoutMap;
595 std::unordered_map<VkImage, std::vector<ImageSubresourcePair>> imageSubresourceMap;

Completed in 43 milliseconds