HomeSort by relevance Sort by last modified time
    Searched full:vkmemorypropertyflags (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/gpu/vk/
GrVkMemory.h 22 const VkMemoryPropertyFlags flags,
27 const VkMemoryPropertyFlags flags,
GrVkMemory.cpp 15 VkMemoryPropertyFlags requestedMemFlags,
34 const VkMemoryPropertyFlags flags,
63 const VkMemoryPropertyFlags flags,
87 const VkMemoryPropertyFlags flags,
GrVkBuffer.cpp 59 VkMemoryPropertyFlags requiredMemProps = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT |
  /external/vulkan-validation-layers/demos/smoke/
Meshes.h 31 Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags);
49 void allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flags);
Smoke.h 152 std::vector<VkMemoryPropertyFlags> mem_flags_;
Meshes.cpp 419 Meshes::Meshes(VkDevice dev, const std::vector<VkMemoryPropertyFlags> &mem_flags)
496 void Meshes::allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryPropertyFlags> &mem_flags)
  /external/vulkan-validation-layers/tests/
vktestbinding.h 129 const VkMemoryPropertyFlags properties,
130 const VkMemoryPropertyFlags forbid = 0) const;
367 VkMemoryPropertyFlags mem_props);
372 VkMemoryPropertyFlags mem_props) {
377 VkMemoryPropertyFlags &reqs) {
381 VkMemoryPropertyFlags &reqs) {
385 VkMemoryPropertyFlags &reqs) {
444 VkMemoryPropertyFlags mem_props);
    [all...]
vktestbinding.cpp 82 VkMemoryPropertyFlags mem_props) {
511 VkMemoryPropertyFlags mem_props) {
546 VkMemoryPropertyFlags mem_props) {
vkrenderframework.cpp 690 VkMemoryPropertyFlags reqs) {
805 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT;
    [all...]
vkrenderframework.h 292 VkMemoryPropertyFlags reqs = 0);
layer_validation_tests.cpp 490 VkMemoryPropertyFlags reqs = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 118 bool MemoryRequirement::matchesHeap (VkMemoryPropertyFlags heapFlags) const
vkMemUtil.hpp 93 bool matchesHeap (VkMemoryPropertyFlags heapFlags) const;
vkStructTypes.inl 261 VkMemoryPropertyFlags propertyFlags;
    [all...]
vkBasicTypes.inl 815 typedef deUint32 VkMemoryPropertyFlags;
    [all...]
vkStrUtil.inl 129 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /frameworks/native/vulkan/tools/
vkinfo.cpp 516 VkMemoryPropertyFlags flags =
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 441 milliseconds

1 2