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

  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 146 std::vector<VkMemoryPropertyFlags> mem_flags_; member in class:Smoke
Smoke.cpp 109 mem_flags_.reserve(mem_props.memoryTypeCount);
111 mem_flags_.push_back(mem_props.memoryTypes[i].propertyFlags);
113 meshes_ = new Meshes(dev_, mem_flags_);
496 for (uint32_t idx = 0; idx < mem_flags_.size(); idx++) {
498 (mem_flags_[idx] & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) &&
499 (mem_flags_[idx] & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)) {

Completed in 47 milliseconds