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

1 2 3 4

  /external/vulkan-validation-layers/tests/
vktestframeworkandroid.cpp 30 VkFormatProperties format_props;
vktestbinding.cpp 346 const VkFormatProperties props = format_properties(fmt);
362 VkFormatProperties Device::format_properties(VkFormat format) {
363 VkFormatProperties data;
vktestframework.cpp 198 VkFormatProperties format_props;
    [all...]
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 285 VkFormatProperties props;
286 memset(&props, 0, sizeof(VkFormatProperties));
387 VkFormatProperties props;
388 memset(&props, 0, sizeof(VkFormatProperties));
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.h 56 std::map<VkFormat, VkFormatProperties> formats;
vkjson_unittest.cc 59 VkFormatProperties format_props = {
vkjson_instance.cc 129 VkFormatProperties format_properties = {};
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 102 VkFormatProperties *pFormatProperties);
wsi_common_wayland.c 81 VkFormatProperties props;
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.cpp 100 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format)
102 VkFormatProperties properties;
vkQueryUtil.hpp 42 VkFormatProperties getPhysicalDeviceFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format);
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;
vkInstanceDriverImpl.inl 20 void InstanceDriver::getPhysicalDeviceFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 381 VkFormatProperties *out_properties)
443 VkFormatProperties* pFormatProperties)
463 VkFormatProperties format_props;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
vktApiBufferViewCreateTests.cpp 326 VkFormatProperties properties;
vktApiGranularityTests.cpp 203 VkFormatProperties formatProperties;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.h 88 size_t vk_size_vkformatproperties(const VkFormatProperties* pStruct);
vk_struct_validate_helper.h 90 uint32_t vk_validate_vkformatproperties(const VkFormatProperties* pStruct);
552 uint32_t vk_validate_vkformatproperties(const VkFormatProperties* pStruct)
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_formats.c 544 VkFormatProperties *out_properties)
948 VkFormatProperties* pFormatProperties)
967 VkFormatProperties format_props;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrViewTests.cpp 451 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceInterface(),
vktYCbCrCopyTests.cpp 102 const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), config.src.format));
126 const vk::VkFormatProperties properties (vk::getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), config.dst.format));
    [all...]
  /external/vulkan-validation-layers/loader/
loader.h 588 VkFormatProperties *pFormatInfo);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 99 VkFormatProperties formatProps;
114 const VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice, format);
    [all...]

Completed in 194 milliseconds

1 2 3 4