Searched refs:bufferView (Results 1 - 22 of 22) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkBufferView.h22 VkBufferView bufferView() const { return fBufferView; } function in class:GrVkBufferView
31 GrVkBufferView(VkBufferView bufferView) : INHERITED(), fBufferView(bufferView) {} argument
H A DGrVkBufferView.cpp14 VkBufferView bufferView; local
28 nullptr, &bufferView));
33 return new GrVkBufferView(bufferView);
H A DGrVkPipelineState.cpp433 const GrVkBufferView* bufferView = GrVkBufferView::Create(gpu, buffer->buffer(), local
436 fBufferViews.push(bufferView);
453 VkBufferView vkBufferView = bufferView->bufferView();
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) argument
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator);
H A DvktApiBufferViewCreateTests.cpp344 Move<VkBufferView> bufferView; local
358 bufferView = createBufferView(vk, vkDevice, &bufferViewCreateInfo, (const VkAllocationCallbacks*)DE_NULL);
H A DvktApiObjectManagementTests.cpp2647 CaseDescription<BufferView> bufferView; member in struct:vkt::CaseDescriptions
2691 addCases (group, cases.bufferView);
/external/mesa3d/src/amd/vulkan/
H A Dradv_image.c1038 radv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, argument
1042 RADV_FROM_HANDLE(radv_buffer_view, view, bufferView);
/external/mesa3d/src/intel/vulkan/
H A Danv_image.c724 anv_DestroyBufferView(VkDevice _device, VkBufferView bufferView, argument
728 ANV_FROM_HANDLE(anv_buffer_view, view, bufferView);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceDriverImpl.inl185 void DeviceDriver::destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) const
187 m_vk.destroyBufferView(device, bufferView, pAllocator);
H A DvkConcreteDeviceInterface.inl40 virtual void destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) const;
H A DvkVirtualDeviceInterface.inl40 virtual void destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) const = 0;
H A DvkFunctionPointerTypes.inl57 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyBufferViewFunc) (VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
H A DvkNullDriverImpl.inl236 VKAPI_ATTR void VKAPI_CALL destroyBufferView (VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator)
239 freeNonDispHandle<BufferView, VkBufferView>(bufferView, pAllocator);
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c1327 vkDestroyBufferView(VkDevice device, VkBufferView bufferView, argument
1333 disp->DestroyBufferView(device, bufferView, pAllocator);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp452 VKAPI_ATTR void VKAPI_CALL vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) argument
454 device_dispatch_table(device)->DestroyBufferView(device, bufferView, pAllocator);
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp1118 VKAPI_ATTR void VKAPI_CALL DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) { argument
1122 skip_call |= ValidateObject(device, bufferView, VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT, true, VALIDATION_ERROR_00705);
1130 DestroyObject(device, bufferView, VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT, pAllocator);
1132 get_dispatch_table(ot_device_table_map, device)->DestroyBufferView(device, bufferView, pAllocator);
H A Dparameter_validation.cpp2445 VKAPI_ATTR void VKAPI_CALL DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) { argument
2450 skip_call |= parameter_validation_vkDestroyBufferView(my_data->report_data, bufferView, pAllocator);
2453 get_dispatch_table(pc_device_table_map, device)->DestroyBufferView(device, bufferView, pAllocator);
H A Dcore_validation.cpp649 // First add bindings for bufferView
654 // Add bindings for buffer within bufferView
5759 DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator) { argument
5766 bool skip = PreCallValidateDestroyBufferView(dev_data, bufferView, &buffer_view_state, &obj_struct);
5769 dev_data->dispatch_table.DestroyBufferView(device, bufferView, pAllocator);
5771 PostCallRecordDestroyBufferView(dev_data, bufferView, buffer_view_state, obj_struct);
/external/mesa3d/include/vulkan/
H A Dvulkan.h2315 typedef void (VKAPI_PTR *PFN_vkDestroyBufferView)(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
2685 VkBufferView bufferView,
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2306 typedef void (VKAPI_PTR *PFN_vkDestroyBufferView)(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
2676 VkBufferView bufferView,
H A Dvulkan.hpp1094 BufferView(VkBufferView bufferView) argument
1095 : m_bufferView(bufferView)
1098 BufferView& operator=(VkBufferView bufferView) argument
1100 m_bufferView = bufferView;
16482 void destroyBufferView( BufferView bufferView, const AllocationCallbacks* pAllocator ) const argument
16484 vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const VkAllocationCallbacks*>( pAllocator ) );
16488 void destroyBufferView( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nullptr ) const argument
16490 vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const VkAllocationCallbacks*>( static_cast<const AllocationCallbacks*>( allocator)) );
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2412 typedef void (VKAPI_PTR *PFN_vkDestroyBufferView)(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
2782 VkBufferView bufferView,

Completed in 686 milliseconds