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

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 44 CreateImageViewFunc createImageView;
vkRefUtil.inl 14 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkInitDeviceFunctionPointers.inl 44 m_vk.createImageView = (CreateImageViewFunc) GET_PROC_ADDR("vkCreateImageView");
vkRefUtilImpl.inl 199 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
202 VK_CHECK(vk.createImageView(device, pCreateInfo, pAllocator, &object));
vkDeviceDriverImpl.inl 205 VkResult DeviceDriver::createImageView (VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const
207 return m_vk.createImageView(device, pCreateInfo, pAllocator, pView);
vkConcreteDeviceInterface.inl 44 virtual VkResult createImageView (VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const;
vkVirtualDeviceInterface.inl 44 virtual VkResult createImageView (VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const = 0;
vkNullDriverImpl.inl 64 VKAPI_ATTR VkResult VKAPI_CALL createImageView (VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 213 return createImageView(vk, vkDevice, &imageViewParams);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 57 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 59 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
vktDynamicStateRSTests.cpp 140 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
143 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo);
vktDynamicStateDSTests.cpp 154 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
157 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
vktPipelineDepthTests.cpp 317 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
334 m_depthAttachmentView = createImageView(vk, vkDevice, &depthAttachmentViewParams);
    [all...]
vktPipelineImageSamplingInstance.cpp 457 m_imageView = createImageView(vk, vkDevice, &imageViewParams);
531 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
    [all...]
vktPipelineStencilTests.cpp 404 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
421 m_stencilAttachmentView = createImageView(vk, vkDevice, &stencilAttachmentViewParams);
    [all...]
vktPipelineMultisampleTests.cpp     [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 333 return createImageView(vk, vkDevice, &imageViewParams);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 471 const Unique<VkImageView> colorAttView (createImageView(vk, vkDevice, &colorAttViewParams));
    [all...]
vktApiBufferViewAccessTests.cpp 216 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 380 return createImageView(vk, vkDevice, &imageViewParams);
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 97 m_attachmentView = vk::createImageView(vk, device, &attachmentViewInfo);
106 m_depthiew = vk::createImageView(vk, device, &depthViewInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 851 milliseconds

1 2