Home
last modified time | relevance | path

Searched refs:createBufferView (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp362 …bufferView = createBufferView(vk, vkDevice, &bufferViewCreateInfo, (const VkAllocationCallbacks*)D… in iterate()
386 …completeBufferView = createBufferView(vk, vkDevice, &completeBufferViewCreateInfo, (const VkAlloca… in iterate()
DvktApiBufferViewAccessTests.cpp278 m_uniformBufferView = createBufferView(vk, vkDevice, &viewInfo); in BufferViewTestInstance()
DvktApiObjectManagementTests.cpp878 return createBufferView(env.vkd, env.device, &bufferViewInfo, env.allocationCallbacks); in create()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp189 return createBufferView(vk, vkDevice, &bufferViewParams); in makeBufferView()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl40 CreateBufferViewFunc createBufferView; variable
DvkRefUtil.inl12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBuf…
DvkRefUtilImpl.inl215 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBufferView… function
218 VK_CHECK(vk.createBufferView(device, pCreateInfo, pAllocator, &object));
DvkInitDeviceFunctionPointers.inl40 m_vk.createBufferView = (CreateBufferViewFunc) GET_PROC_ADDR("vkCreateBufferView");
DvkDeviceDriverImpl.inl185 VkResult DeviceDriver::createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateInfo… function in DeviceDriver
187 return m_vk.createBufferView(device, pCreateInfo, pAllocator, pView);
DvkVirtualDeviceInterface.inl40 virtual VkResult createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateIn…
DvkConcreteDeviceInterface.inl40 virtual VkResult createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCreateIn…
DvkNullDriverImpl.inl46 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCr… function
2004 VK_NULL_FUNC_ENTRY(vkCreateBufferView, createBufferView),
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp245 bufferView = vk::Move<vk::VkBufferView> (vk::createBufferView(vk, device, &viewParams)); in validateBuffer()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp897 m_inTexelBufferView = createBufferView(vk, *m_device, &inBufferViewCreateInfo, DE_NULL); in BufferAccessInstance()
909 m_outTexelBufferView = createBufferView(vk, *m_device, &outBufferViewCreateInfo, DE_NULL); in BufferAccessInstance()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp328 return createBufferView(vk, vkDevice, &bufferViewParams); in makeBufferView()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp500 return createBufferView(vk, vkDevice, &bufferViewParams); in makeBufferView()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp1027 vk::Move<vk::VkBufferView> bufferView = vk::createBufferView(vk, device, &viewCreateInfo); in iterate()
DvktBindingShaderAccessTests.cpp7568 static vk::Move<vk::VkBufferView> createBufferView (const vk::DeviceInterface& vki,
7688 …vk::Move<vk::VkBufferView> bufferView = createBufferView(vki, device, imageFormat, viewOffset, *b… in createBuffers()
7710 …vk::Move<vk::VkBufferView> bufferView = createBufferView(vki, device, imageFormat, viewOffset, **b… in createBufferViews()
7754 vk::Move<vk::VkBufferView> TexelBufferInstanceBuffers::createBufferView (const vk::DeviceInterface&… in createBufferView() function in vkt::BindingModel::__anona9e2bae50111::TexelBufferInstanceBuffers
7770 return vk::createBufferView(vki, device, &createInfo); in createBufferView()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp2778 …m_bufferViews.push_back(VkBufferViewSp(new Unique<VkBufferView>(createBufferView(m_vkd, *m_device,… in init()
3203 …m_bufferViews.push_back(VkBufferViewSp(new Unique<VkBufferView>(createBufferView(m_vkd, *m_device,… in init()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp5183 VK_CHECK(vkd.createBufferView(device, &createInfo, DE_NULL, &m_bufferViews[descriptorSetNdx])); in prepare()
5537 VK_CHECK(vkd.createBufferView(device, &createInfo, DE_NULL, &m_bufferViews[descriptorSetNdx])); in prepare()
6500 VK_CHECK(vkd.createBufferView(device, &createInfo, DE_NULL, &m_bufferViews[descriptorSetNdx])); in prepare()
6738 VK_CHECK(vkd.createBufferView(device, &createInfo, DE_NULL, &m_bufferViews[descriptorSetNdx])); in prepare()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp13612 …Result createBufferView( const BufferViewCreateInfo* pCreateInfo, const AllocationCallbacks* pAllo…
13615 …ResultValueType<BufferView>::type createBufferView( const BufferViewCreateInfo & createInfo, Optio…
48643 …VULKAN_HPP_INLINE Result Device::createBufferView( const BufferViewCreateInfo* pCreateInfo, const … in createBufferView() function in VULKAN_HPP_NAMESPACE::Device
48649 …VULKAN_HPP_INLINE ResultValueType<BufferView>::type Device::createBufferView( const BufferViewCrea… in createBufferView() function in VULKAN_HPP_NAMESPACE::Device