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

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 61 VkFormat mapTextureFormat (const tcu::TextureFormat& format);
vkImageUtil.cpp     [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 233 if (isIntegerFormat(mapTextureFormat(access.getFormat())))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.cpp 358 if (!checkImageFormatFeatureSupport(instance, physicalDevice, mapTextureFormat(m_residencyFormat), VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
471 imageResidencyViews[mipLevelNdx] = makeVkSharedPtr(makeImageView(deviceInterface, getDevice(), imageResidency, mapImageViewType(m_imageType), mapTextureFormat(m_residencyFormat), mipLevelRange));
vktSparseResourcesShaderIntrinsicsSampled.cpp 660 if (!checkImageFormatFeatureSupport(instance, physicalDevice, mapTextureFormat(m_residencyFormat), VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT))
    [all...]
vktSparseResourcesImageSparseResidency.cpp 218 imageCreateInfo.format = mapTextureFormat(m_format);
463 const Unique<VkImageView> imageView(makeImageView(deviceInterface, getDevice(), *sparseImage, mapImageViewType(m_imageType), mapTextureFormat(m_format), subresourceRange));
vktSparseResourcesShaderIntrinsicsBase.cpp 238 imageSparseInfo.format = mapTextureFormat(m_format);
488 imageResidencyInfo.format = mapTextureFormat(m_residencyFormat);
vktSparseResourcesImageSparseBinding.cpp 145 imageSparseInfo.format = mapTextureFormat(m_format); //VkFormat format;
vktSparseResourcesMipmapSparseResidency.cpp 144 imageSparseInfo.format = mapTextureFormat(m_format);
vktSparseResourcesImageMemoryAliasing.cpp 194 imageSparseInfo.format = mapTextureFormat(m_format);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 372 const VkFormat format = mapTextureFormat(texFormat);
452 const VkFormat format = mapTextureFormat(texFormat);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 317 const VkFormat format = mapTextureFormat(textureData->getTextureFormat());
382 const vk::VkFormat format = mapTextureFormat(m_textureData->getTextureFormat());
    [all...]
vktTextureFilteringExplicitLodTests.cpp 1174 mapTextureFormat(m_format),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp 263 validateImageFeatureFlags(instance, physicalDevice, mapTextureFormat(m_imageFormat), VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT);
269 imageMSInfo.format = mapTextureFormat(m_imageFormat);
    [all...]
vktPipelineRenderToImageTests.cpp 674 const VkClearValue clearValue = getClearValue(mapTextureFormat(outputImage.getFormat()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 547 vk::mapTextureFormat(format), // format
579 vk::mapTextureFormat(format), // format
600 vk::mapTextureFormat(format), // format
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 489 mapTextureFormat(format),
524 mapTextureFormat(format),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 627 m_colorFormat = vk::mapTextureFormat(glu::mapGLInternalFormat(m_definitions.surfaceType == SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8));
    [all...]
vktShaderRender.cpp     [all...]
vktShaderRenderTextureGatherTests.cpp     [all...]
vktShaderRenderTextureFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 103 // This is effectively same as vk::isFloatFormat(mapTextureFormat(format))
    [all...]

Completed in 816 milliseconds