Home
last modified time | relevance | path

Searched defs:bufferView (Results 1 - 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c435 pvr_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) pvr_DestroyBufferView() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c271 panvk_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) panvk_DestroyBufferView() argument
H A Dpanvk_vX_descriptor_set.c486 panvk_write_tex_buf_desc(UNUSED struct panvk_device *dev, struct panvk_descriptor_set *set, uint32_t binding, uint32_t elem, const VkBufferView bufferView) panvk_write_tex_buf_desc() argument
549 panvk_write_img_buf_desc(struct panvk_device *dev, struct panvk_descriptor_set *set, uint32_t binding, uint32_t elem, const VkBufferView bufferView) panvk_write_img_buf_desc() argument
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_buffer_view.h148 static inline size_t vn_sizeof_vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyBufferView() argument
163 static inline void vn_encode_vkDestroyBufferView(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in vn_encode_vkDestroyBufferView() argument
176 static inline size_t vn_sizeof_vkDestroyBufferView_reply(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyBufferView_reply() argument
188 static inline void vn_decode_vkDestroyBufferView_reply(struct vn_cs_decoder *dec, VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyBufferView_reply() argument
220 static inline void vn_submit_vkDestroyBufferView(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) in vn_submit_vkDestroyBufferView() argument
263 vn_call_vkDestroyBufferView(struct vn_instance *vn_instance, VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyBufferView() argument
276 vn_async_vkDestroyBufferView(struct vn_instance *vn_instance, VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyBufferView() argument
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_metal.h142 VkBufferView bufferView; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c395 lvp_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in lvp_DestroyBufferView() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp353 Move<VkBufferView> bufferView; in iterate() local
H A DvktApiNullHandleTests.cpp47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.hpp189 vk::Move<vk::VkBufferView> bufferView; in validateBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp354 Move<VkBufferView> bufferView; in iterate() local
H A DvktApiNullHandleTests.cpp47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp490 auto bufferView = vk::Cast(*update); variable
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_metal.h144 VkBufferView bufferView; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.hpp189 vk::Move<vk::VkBufferView> bufferView; in validateBuffer() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c645 v3dv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) v3dv_DestroyBufferView() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_buffer.c529 vn_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) vn_DestroyBufferView() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c857 tu_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) tu_DestroyBufferView() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c1314 dzn_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) dzn_DestroyBufferView() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTextureFormatTests.cpp235 wgpu::ImageCopyBuffer bufferView = utils::CreateImageCopyBuffer(uploadBuffer, 0, 256); in DoSampleTest() local
250 wgpu::ImageCopyBuffer bufferView = utils::CreateImageCopyBuffer(readbackBuffer, 0, 256); in DoSampleTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp541 Move<VkBufferView> bufferView; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktObjectRefreshTests.cpp143 vk::Move<vk::VkBufferView> bufferView = makeBufferView(vkd, device, *buffer, vk::VK_FORMAT_R32G32B32A32_SFLOAT, 0ull, VK_WHOLE_SIZE); in refreshObjects() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp540 Move<VkBufferView> bufferView; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp143 vk::Move<vk::VkBufferView> bufferView = makeBufferView(vkd, device, *buffer, vk::VK_FORMAT_R32G32B32A32_SFLOAT, 0ull, VK_WHOLE_SIZE); in refreshObjects() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c2551 radv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in radv_DestroyBufferView() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c2951 anv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in anv_DestroyBufferView() argument

Completed in 49 milliseconds

12