/external/skqp/src/gpu/vk/ |
D | GrVkBufferView.h | 20 VkBufferView bufferView() const { return fBufferView; } in bufferView() function 29 GrVkBufferView(VkBufferView bufferView) : INHERITED(), fBufferView(bufferView) {} in GrVkBufferView() argument
|
D | GrVkBufferView.cpp | 14 VkBufferView bufferView; in Create() local 28 nullptr, &bufferView)); in Create() 33 return new GrVkBufferView(bufferView); in Create()
|
/external/skia/src/gpu/vk/ |
D | GrVkBufferView.h | 20 VkBufferView bufferView() const { return fBufferView; } in bufferView() function 29 GrVkBufferView(VkBufferView bufferView) : INHERITED(), fBufferView(bufferView) {} in GrVkBufferView() argument
|
D | GrVkBufferView.cpp | 14 VkBufferView bufferView; in Create() local 28 nullptr, &bufferView)); in Create() 33 return new GrVkBufferView(bufferView); in Create()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemBufferValidator.hpp | 185 vk::Move<vk::VkBufferView> bufferView; in validateBuffer() local 245 bufferView = vk::Move<vk::VkBufferView> (vk::createBufferView(vk, device, &viewParams)); in validateBuffer() 247 …ateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, &bufferView.get()); in validateBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release() argument 49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release()
|
D | vktApiBufferViewCreateTests.cpp | 348 Move<VkBufferView> bufferView; in iterate() local 362 …bufferView = createBufferView(vk, vkDevice, &bufferViewCreateInfo, (const VkAllocationCallbacks*)D… in iterate()
|
D | vktApiObjectManagementTests.cpp | 2749 CaseDescription<BufferView> bufferView; member 2794 addCases (group, cases.bufferView); in createGroup()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 1358 anv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in anv_DestroyBufferView() argument 1362 ANV_FROM_HANDLE(anv_buffer_view, view, bufferView); in anv_DestroyBufferView()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 1339 radv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, in radv_DestroyBufferView() argument 1343 RADV_FROM_HANDLE(radv_buffer_view, view, bufferView); in radv_DestroyBufferView()
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 831 VKAPI_ATTR void VKAPI_CALL vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAl… in vkDestroyBufferView() argument 834 device, bufferView, pAllocator); in vkDestroyBufferView() 836 vk::destroy(bufferView, pAllocator); in vkDestroyBufferView()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 1027 vk::Move<vk::VkBufferView> bufferView = vk::createBufferView(vk, device, &viewCreateInfo); in iterate() local 1028 bufferViews[d] = BufferViewHandleSp(new BufferViewHandleUp(bufferView)); in iterate()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 4534 bool CoreChecks::PreCallValidateDestroyBufferView(VkDevice device, VkBufferView bufferView, in PreCallValidateDestroyBufferView() argument 4537 auto buffer_view_state = GetBufferViewState(bufferView); in PreCallValidateDestroyBufferView() 4538 VK_OBJECT obj_struct = {HandleToUint64(bufferView), kVulkanObjectTypeBufferView}; in PreCallValidateDestroyBufferView() 4547 void CoreChecks::PreCallRecordDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkA… in PreCallRecordDestroyBufferView() argument 4549 if (!bufferView) return; in PreCallRecordDestroyBufferView() 4550 auto buffer_view_state = GetBufferViewState(bufferView); in PreCallRecordDestroyBufferView() 4551 VK_OBJECT obj_struct = {HandleToUint64(bufferView), kVulkanObjectTypeBufferView}; in PreCallRecordDestroyBufferView() 4555 GetBufferViewMap()->erase(bufferView); in PreCallRecordDestroyBufferView()
|
D | core_validation.h | 935 …bool PreCallValidateDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocation… 937 …void PreCallRecordDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCa…
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 564 …void anv_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* … 565 …void gen7_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… 566 …void gen75_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks… 567 …void gen8_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… 568 …void gen9_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… 569 …void gen10_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks…
|
D | anv_entrypoints.c | 484 …void anv_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* … 905 …void gen7_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… 1326 …void gen75_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks… 1747 …void gen8_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… 2168 …void gen9_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… 2589 …void gen10_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks… 3166 …anv_tramp_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… in anv_tramp_DestroyBufferView() argument 3169 return anv_device->dispatch.vkDestroyBufferView(device, bufferView, pAllocator); in anv_tramp_DestroyBufferView()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 190 void DeviceDriver::destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocationC… argument 192 m_vk.destroyBufferView(device, bufferView, pAllocator);
|
D | vkConcreteDeviceInterface.inl | 41 virtual void destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocati…
|
D | vkVirtualDeviceInterface.inl | 41 virtual void destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocati…
|
D | vkNullDriverImpl.inl | 272 VKAPI_ATTR void VKAPI_CALL destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAll… argument 275 freeNonDispHandle<BufferView, VkBufferView>(bufferView, pAllocator);
|
D | vkFunctionPointerTypes.inl | 57 …PI_CALL* DestroyBufferViewFunc) (VkDevice device, VkBufferView bufferView, const VkAllocat…
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 459 ** 2 tests for each bufferView
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1320 …void vkDestroyBufferView( VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* p… in vkDestroyBufferView() argument 1322 return ::vkDestroyBufferView( device, bufferView, pAllocator ); in vkDestroyBufferView() 12430 VULKAN_HPP_TYPESAFE_EXPLICIT BufferView( VkBufferView bufferView ) in BufferView() argument 12431 : m_bufferView( bufferView ) in BufferView() 12435 BufferView & operator=(VkBufferView bufferView) in operator =() argument 12437 m_bufferView = bufferView; in operator =() 14005 …void destroyBufferView( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch con… 14008 …void destroyBufferView( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nul… 14012 …void destroy( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch const &d = Di… 14015 …void destroy( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nullptr, Disp… [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1737 …void vkDestroyBufferView( VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* p… in vkDestroyBufferView() argument 1739 return ::vkDestroyBufferView( device, bufferView, pAllocator); in vkDestroyBufferView() 3156 VULKAN_HPP_TYPESAFE_EXPLICIT BufferView( VkBufferView bufferView ) in BufferView() argument 3157 : m_bufferView( bufferView ) in BufferView() 3161 BufferView & operator=(VkBufferView bufferView) in operator =() argument 3163 m_bufferView = bufferView; in operator =() 40317 …void destroyBufferView( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch con… 40320 …void destroyBufferView( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nul… 40324 …void destroy( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch const &d = Di… 40327 …void destroy( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nullptr, Disp… [all …]
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2607 typedef void (VKAPI_PTR *PFN_vkDestroyBufferView)(VkDevice device, VkBufferView bufferView, const V… 2977 VkBufferView bufferView,
|