HomeSort by relevance Sort by last modified time
    Searched refs:getPhysicalDeviceFormatProperties (Results 1 - 22 of 22) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceFunctionPointers.inl 7 GetPhysicalDeviceFormatPropertiesFunc getPhysicalDeviceFormatProperties;
vkInitInstanceFunctionPointers.inl 7 m_vk.getPhysicalDeviceFormatProperties = (GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties");
vkQueryUtil.cpp 100 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format)
106 vk.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties);
vkInstanceDriverImpl.inl 20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
vkConcreteInstanceInterface.inl 7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
vkVirtualInstanceInterface.inl 7 virtual void getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
vkQueryUtil.hpp 42 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format);
vkNullDriver.cpp 510 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceFormatProperties (VkPhysicalDevice, VkFormat, VkFormatProperties* pFormatProperties)
vkNullDriverImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 115 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), m_testCase.format, &properties);
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 104 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), vk::VK_FORMAT_D24_UNORM_S8_UINT, &formatProperties);
112 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), vk::VK_FORMAT_D32_SFLOAT_S8_UINT, &formatProperties);
vktDynamicStateDSTests.cpp 114 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), vk::VK_FORMAT_D24_UNORM_S8_UINT, &formatProperties);
122 m_context.getInstanceInterface().getPhysicalDeviceFormatProperties(m_context.getPhysicalDevice(), vk::VK_FORMAT_D32_SFLOAT_S8_UINT, &formatProperties);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 100 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
114 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice, format);
    [all...]
vktPipelineBlendTests.cpp 64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
    [all...]
vktPipelineDepthTests.cpp 61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
    [all...]
vktPipelineEarlyFragmentTests.cpp 710 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
    [all...]
vktPipelineStencilTests.cpp 63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
    [all...]
vktPipelineVertexInputTests.cpp 66 context.getInstanceInterface().getPhysicalDeviceFormatProperties(context.getPhysicalDevice(), format, &formatProps);
    [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 70 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
79 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]

Completed in 266 milliseconds