HomeSort by relevance Sort by last modified time
    Searched refs:VkBufferViewCreateInfo (Results 1 - 25 of 37) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 149 const VkBufferViewCreateInfo bufferViewCreateInfo =
185 VkBufferViewCreateInfo completeBufferViewCreateInfo =
vktApiBufferViewAccessTests.cpp 340 const VkBufferViewCreateInfo viewInfo =
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.inl 12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkConcreteDeviceInterface.inl 39 virtual VkResult createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const;
vkRefUtilImpl.inl 185 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
vkVirtualDeviceInterface.inl 39 virtual VkResult createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const = 0;
vkDeviceDriverImpl.inl 180 VkResult DeviceDriver::createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 182 const VkBufferViewCreateInfo bufferViewParams =
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 302 const VkBufferViewCreateInfo bufferViewParams =
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 73 class BufferViewCreateInfo : public vk::VkBufferViewCreateInfo
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 75 class BufferViewCreateInfo : public vk::VkBufferViewCreateInfo
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 73 class BufferViewCreateInfo : public vk::VkBufferViewCreateInfo
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 349 const VkBufferViewCreateInfo bufferViewParams =
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 539 void BufferView::init(const Device &dev, const VkBufferViewCreateInfo &info) {
vktestbinding.h 429 void init(const Device &dev, const VkBufferViewCreateInfo &info);
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 83 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 431 milliseconds

1 2