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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 61 VkFormat mapTextureFormat (const tcu::TextureFormat& format);
vkImageUtil.cpp 134 VkFormat mapTextureFormat (const tcu::TextureFormat& format)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 285 const bool uintFormat = isUintFormat(mapTextureFormat(m_format));
286 const bool intFormat = isIntFormat(mapTextureFormat(m_format));
358 const bool uintFormat = isUintFormat(mapTextureFormat(m_format));
359 const bool intFormat = isIntFormat(mapTextureFormat(m_format));
461 mapTextureFormat(m_format), // VkFormat format;
481 m_resultImageView = makeImageView(deviceInterface, device, m_resultImage->get(), mapImageViewType(m_imageType), mapTextureFormat(m_format), subresourceRange);
765 mapTextureFormat(m_format), // VkFormat format;
783 m_intermResultsImageView = makeImageView(deviceInterface, device, m_intermResultsImage->get(), mapImageViewType(m_imageType), mapTextureFormat(m_format), subresourceRange);
    [all...]
vktImageQualifiersTests.cpp 123 const bool intFormat = isIntFormat(mapTextureFormat(format)) || isUintFormat(mapTextureFormat(format));
250 const bool uintFormat = isUintFormat(mapTextureFormat(m_format));
251 const bool intFormat = isIntFormat(mapTextureFormat(m_format));
503 mapTextureFormat(m_format), // VkFormat format;
520 m_imageView = makeImageView(deviceInterface, device, m_image->get(), mapImageViewType(m_imageType), mapTextureFormat(m_format), subresourceRange);
637 m_bufferView = makeBufferView(deviceInterface, device, m_buffer->get(), mapTextureFormat(m_format), 0ull, bufferSizeInBytes);
vktImageLoadStoreTests.cpp 323 if (isIntegerFormat(mapTextureFormat(access.getFormat())))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 256 getPhysicalDeviceSparseImageFormatProperties(instance, physicalDevice, mapTextureFormat(m_format), mapImageType(m_imageType),
298 imageCreateInfo.format = mapTextureFormat(m_format); //VkFormat format;
570 const Unique<VkImageView> imageView(makeImageView(deviceInterface, *m_logicalDevice, *sparseImage, mapImageViewType(m_imageType), mapTextureFormat(m_format), subresourceRange));
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 155 getPhysicalDeviceSparseImageFormatProperties(instance, physicalDevice, mapTextureFormat(m_format), mapImageType(m_imageType),
198 imageSparseInfo.format = mapTextureFormat(m_format); //VkFormat format;
vktSparseResourcesImageSparseBinding.cpp 162 imageSparseInfo.format = mapTextureFormat(m_format); //VkFormat format;
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 361 vk::mapTextureFormat(format), // format
393 vk::mapTextureFormat(format), // format
414 vk::mapTextureFormat(format), // format
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]

Completed in 193 milliseconds