/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferViewCreateTests.cpp | 174 bufferView = createBufferView(vk, vkDevice, &bufferViewCreateInfo, (const VkAllocationCallbacks*)DE_NULL); 198 completeBufferView = createBufferView(vk, vkDevice, &completeBufferViewCreateInfo, (const VkAllocationCallbacks*)DE_NULL);
|
vktApiBufferViewAccessTests.cpp | 351 m_uniformBufferView = createBufferView(vk, vkDevice, &viewInfo); [all...] |
vktApiObjectManagementTests.cpp | 726 return createBufferView(env.vkd, env.device, &bufferViewInfo, env.allocationCallbacks); [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDeviceFunctionPointers.inl | 39 CreateBufferViewFunc createBufferView;
|
vkRefUtil.inl | 12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
|
vkInitDeviceFunctionPointers.inl | 39 m_vk.createBufferView = (CreateBufferViewFunc) GET_PROC_ADDR("vkCreateBufferView");
|
vkRefUtilImpl.inl | 185 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) 188 VK_CHECK(vk.createBufferView(device, pCreateInfo, pAllocator, &object));
|
vkDeviceDriverImpl.inl | 180 VkResult DeviceDriver::createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const 182 return m_vk.createBufferView(device, pCreateInfo, pAllocator, pView);
|
vkConcreteDeviceInterface.inl | 39 virtual VkResult createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const;
|
vkVirtualDeviceInterface.inl | 39 virtual VkResult createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const = 0;
|
vkNullDriverImpl.inl | 52 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeTestsUtil.cpp | 192 return createBufferView(vk, vkDevice, &bufferViewParams);
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageTestsUtil.cpp | 312 return createBufferView(vk, vkDevice, &bufferViewParams);
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 359 return createBufferView(vk, vkDevice, &bufferViewParams);
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
vktBindingShaderAccessTests.cpp | [all...] |