/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_image.c | 435 pvr_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) pvr_DestroyBufferView() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_image.c | 271 panvk_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) panvk_DestroyBufferView() argument
|
H A D | panvk_vX_descriptor_set.c | 486 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 D | vn_protocol_driver_buffer_view.h | 148 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 D | vulkan_metal.h | 142 VkBufferView bufferView; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_image.c | 395 lvp_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in lvp_DestroyBufferView() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 353 Move<VkBufferView> bufferView; in iterate() local
|
H A D | vktApiNullHandleTests.cpp | 47 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 D | vktProtectedMemBufferValidator.hpp | 189 vk::Move<vk::VkBufferView> bufferView; in validateBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 354 Move<VkBufferView> bufferView; in iterate() local
|
H A D | vktApiNullHandleTests.cpp | 47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) in release() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 490 auto bufferView = vk::Cast(*update); variable
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_metal.h | 144 VkBufferView bufferView; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemBufferValidator.hpp | 189 vk::Move<vk::VkBufferView> bufferView; in validateBuffer() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_image.c | 645 v3dv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) v3dv_DestroyBufferView() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_buffer.c | 529 vn_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) vn_DestroyBufferView() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_image.c | 857 tu_DestroyBufferView(VkDevice _device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) tu_DestroyBufferView() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 1314 dzn_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) dzn_DestroyBufferView() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | TextureFormatTests.cpp | 235 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 D | vktBindingDescriptorBufferTests.cpp | 541 Move<VkBufferView> bufferView; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktObjectRefreshTests.cpp | 143 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 D | vktBindingDescriptorBufferTests.cpp | 540 Move<VkBufferView> bufferView; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktObjectRefreshTests.cpp | 143 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 D | radv_image.c | 2551 radv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in radv_DestroyBufferView() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_image.c | 2951 anv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in anv_DestroyBufferView() argument
|