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

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 486 bind_memory(internal_mem_, 0);
502 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) {
519 bind_memory(internal_mem_, 0);
549 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { function in class:Image
vktestbinding.h 407 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
475 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
    [all...]
layer_validation_tests.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 473 bind_memory(internal_mem_, 0);
489 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { function in class:vk_testing::Buffer
506 bind_memory(internal_mem_, 0);
536 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { function in class:vk_testing::Image
vktestbinding.h 345 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
395 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);

Completed in 188 milliseconds