Home
last modified time | relevance | path

Searched defs:binds (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_queue.c708 VkSparseMemoryBind *binds = sparse_memory_bind_entries + in vk_queue_submit() local
722 VkSparseMemoryBind *binds = sparse_memory_bind_entries + in vk_queue_submit() local
735 VkSparseImageMemoryBind *binds = sparse_memory_image_bind_entries + in vk_queue_submit() local
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.cpp473 …indAttributes (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& binds) in bindAttributes()