Searched refs:memOffset (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 128 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument 130 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory() 133 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument 135 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
|
D | vktRenderPassTests.cpp | 363 … DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset) in bindBufferMemory() argument 365 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset)); in bindBufferMemory() 368 …st DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset) in bindImageMemory() argument 370 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
|
/external/angle/include/GLES2/ |
D | gl2ext.h | 3008 …Lenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commi… 3010 …Luint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commi… 3013 …Lenum target, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commi… 3015 …Luint buffer, GLintptr offset, GLsizeiptr size, GLuint memory, GLuint64 memOffset, GLboolean commi…
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 261 * Straightforward mapping where allocation size matches object size and memOffset = 0
|