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

  /external/vulkan-validation-layers/layers/
core_validation.h 453 VkDeviceSize memOffset;
    [all...]
core_validation.cpp     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 168 uint64_t memOffset;
494 unsigned char *mem = (unsigned char *)&dataMem[test.memOffset];
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 160 uint64_t memOffset;
541 unsigned char *mem = (unsigned char *)&dataMem[test.memOffset];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 163 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset)
165 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset));
168 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset)
170 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset));
    [all...]

Completed in 204 milliseconds