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

1 2 3

  /external/skia/src/gpu/vk/
GrVkBufferView.cpp 17 VkBufferViewCreateInfo viewInfo;
18 memset(&viewInfo, 0, sizeof(VkBufferViewCreateInfo));
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 278 const std::unordered_map<VkBufferView, VkBufferViewCreateInfo> *,
361 const std::unordered_map<VkBufferView, VkBufferViewCreateInfo> *buffer_view_map_;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 323 safe_VkBufferViewCreateInfo(const VkBufferViewCreateInfo* pInStruct);
327 void initialize(const VkBufferViewCreateInfo* pInStruct);
329 VkBufferViewCreateInfo *ptr() { return reinterpret_cast<VkBufferViewCreateInfo *>(this); }
330 VkBufferViewCreateInfo const *ptr() const { return reinterpret_cast<VkBufferViewCreateInfo const *>(this); }
    [all...]
vk_struct_size_helper.h 46 size_t vk_size_vkbufferviewcreateinfo(const VkBufferViewCreateInfo* pStruct);
vk_struct_size_helper.c 129 size_t vk_size_vkbufferviewcreateinfo(const VkBufferViewCreateInfo* pStruct)
133 structSize = sizeof(VkBufferViewCreateInfo);
    [all...]
vk_struct_validate_helper.h 48 uint32_t vk_validate_vkbufferviewcreateinfo(const VkBufferViewCreateInfo* pStruct);
264 uint32_t vk_validate_vkbufferviewcreateinfo(const VkBufferViewCreateInfo* pStruct)
    [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);
vkGetStructureTypeImpl.inl 69 template<> VkStructureType getStructureType<VkBufferViewCreateInfo> (void)
vkRefUtilImpl.inl 197 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
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;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 345 const VkBufferViewCreateInfo bufferViewCreateInfo =
369 VkBufferViewCreateInfo completeBufferViewCreateInfo =
vktApiBufferViewAccessTests.cpp 315 const VkBufferViewCreateInfo viewInfo =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 169 const VkBufferViewCreateInfo bufferViewParams =
  /external/vulkan-validation-layers/layers/
core_validation_types.h 196 VkBufferViewCreateInfo create_info;
197 BUFFER_VIEW_STATE(VkBufferView bv, const VkBufferViewCreateInfo *ci) : buffer_view(bv), create_info(*ci){};
  /external/mesa3d/src/amd/vulkan/
radv_image.c 1002 const VkBufferViewCreateInfo* pCreateInfo,
1018 const VkBufferViewCreateInfo *pCreateInfo
    [all...]
radv_private.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 73 class BufferViewCreateInfo : public vk::VkBufferViewCreateInfo
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 683 const VkBufferViewCreateInfo bufferViewParams =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 317 const VkBufferViewCreateInfo bufferViewParams =
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_image.c 661 const VkBufferViewCreateInfo *pCreateInfo,
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 495 void BufferView::init(const Device &dev, const VkBufferViewCreateInfo &info) {

Completed in 119 milliseconds

1 2 3