| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingWatertightnessTests.cpp | 170 VkImageCreateInfo makeImageCreateInfo(deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 267 const auto format = getImageFormat(); in checkSupport() local 597 const VkFormat format = getImageFormat(); in runTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassDitheringTests.cpp | 313 VkFormat format = m_testParams.colorFormats[i]; in iterate() local 336 VkFormat format = m_testParams.depthStencilFormat; iterate() local [all...] |
| H A D | vktRenderPassSampleReadTests.cpp | 85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument 122 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument 185 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument 210 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument [all...] |
| H A D | vktRenderPassTestsUtil.cpp | 519 Attachment::Attachment (VkFormat format, in Attachment() argument
|
| H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 64 std::string getFormatBriefName (VkFormat format) in getFormatBriefName() argument 77 std::string depthStencilTypeName (DepthStencilType type, VkFormat format) in depthStencilTypeName() argument 108 VkImageAspectFlags getFormatAspectMask (VkFormat format) in getFormatAspectMask() argument 241 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage) in checkFormatSupported() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectRenderingTests.cpp | 333 vk::VkFormat format = m_params.colorFormat == vk::VK_FORMAT_R8G8B8A8_UNORM ? vk::VK_FORMAT_R32G32B32A32_SFLOAT : vk::VK_FORMAT_R8G8B8A8_UNORM; in createDummyImage() local 362 vk::VkFormat format = m_params.colorFormat == vk::VK_FORMAT_R8G8B8A8_UNORM ? vk::VK_FORMAT_R32G32B32A32_SFLOAT : vk::VK_FORMAT_R8G8B8A8_UNORM; in createDummyRenderPass() local 218 readDepthAttachment(const vk::DeviceInterface& vk, vk::VkDevice device, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::Allocator& allocator, vk::VkImage image, vk::VkFormat format, const tcu::UVec2& renderSize, vk::VkImageLayout currentLayout) readDepthAttachment() argument 484 vk::VkFormat format = randomColorFormats[random.getUint32() % DE_LENGTH_OF_ARRAY(randomColorFormats)]; setColorFormats() local 892 getFormatCaseName(vk::VkFormat format) getFormatCaseName() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesImageMemoryAliasing.cpp | 117 ImageSparseMemoryAliasingCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) ImageSparseMemoryAliasingCase() argument 182 ImageSparseMemoryAliasingInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, const bool useDeviceGroups) ImageSparseMemoryAliasingInstance() argument 916 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageSparseMemoryAliasingTestsCommon() local [all...] |
| H A D | vktSparseResourcesImageSparseResidency.cpp | 147 ImageSparseResidencyCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) ImageSparseResidencyCase() argument 315 ImageSparseResidencyInstance(Context& context, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, const bool useDeviceGroups) ImageSparseResidencyInstance() argument 1065 const VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; createImageSparseResidencyTestsCommon() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmCrossStageInterfaceTests.cpp | 85 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, deUint32 queueFamilyIndex) in makeImageCreateInfo() argument
|
| H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 849 const VkFormat format = VK_FORMAT_R32G32B32A32_SFLOAT; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsSizeControlTests.cpp | 606 const VkFormat format = VK_FORMAT_R32_UINT; in noSSBOtest() local 1029 const VkFormat format = VK_FORMAT_R32_UINT; in noSSBOtestRequireSubgroupSize() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueTests.cpp | 82 VkFormat format; member 593 const auto format = mapVkFormat(m_config.format); in initPrograms() local [all...] |
| H A D | vktSynchronizationUtil.cpp | 93 makeImageCreateInfo(const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples, const VkImageTiling tiling) makeImageCreateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureFilteringTests.cpp | 1080 verifierCanBeUsed(const VkFormat format, const Sampler::FilterMode minFilter, const Sampler::FilterMode magFilter) verifierCanBeUsed() argument 1210 const VkFormat format; populateTextureFilteringTests() member [all...] |
| H A D | vktTextureShadowTests.cpp | 89 bool isFloatingPointDepthFormat (const tcu::TextureFormat& format) in isFloatingPointDepthFormat() argument 212 bool isDepthFormat(VkFormat format) in isDepthFormat() argument 1615 const VkFormat format; populateTextureShadowTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| H A D | vktVideoDecodeTests.cpp | 552 const VkFormat format = frame->outputImageView->GetImageResource()->GetImageCreateInfo().format; in getDecodedImage() local
|
| H A D | vktVideoTestUtils.cpp | 244 getSupportedFormatProperties(const InstanceInterface& vk, const VkPhysicalDevice physicalDevice, const VkImageUsageFlags imageUsageFlags, void* pNext, const VkFormat format) getSupportedFormatProperties() argument 303 validateFormatSupport(const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const VkImageUsageFlags imageUsageFlags, const VkVideoProfileListInfoKHR* videoProfileList, const VkFormat format, bool throwException) validateFormatSupport() argument 336 validateVideoProfileList(const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const VkVideoProfileListInfoKHR* videoProfileList, const VkFormat format, const VkImageUsageFlags usage) validateVideoProfileList() argument 405 makeImageCreateInfo(VkFormat format, const VkExtent2D& extent, const deUint32* queueFamilyIndex, const VkImageUsageFlags usage, void* pNext, const deUint32 arrayLayers) makeImageCreateInfo() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktTestPackage.cpp | 208 static deBool openWriteFtm (int type, const char* format, va_list args) { DE_UNREF(type); DE_UNREF(format); DE_UNREF(args); return true; } in openWriteFtm() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| H A D | vktWsiColorSpaceTests.cpp | 451 VkFormat format; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 197 vk::VkFormat format; member 372 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument 402 createImageView(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkImage image, vk::VkFormat format, vk::VkSamplerYcbcrConversion conversion) createImageView() argument 443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument 472 evalShader(Context& context, glu::ShaderType shaderType, const MultiPlaneImageData& imageData, const UVec2& size, vk::VkFormat format, vk::VkImageTiling imageTiling, bool disjoint, vk::VkFilter textureFilter, vk::VkSamplerAddressMode addressModeU, vk::VkSamplerAddressMode addressModeV, const std::vector<vk::VkSamplerYcbcrModelConversion>& colorModels, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction, const vector<Vec2>& sts, deUint32 samplerBinding, vector<vector<Vec4> >& results) evalShader() argument [all...] |
| H A D | vktYCbCrViewTests.cpp | 325 VkFormat format; member 411 void checkImageFeatureSupport (Context& context, VkFormat format, VkFormatFeatureFlags req) in checkImageFeatureSupport() argument 104 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument 132 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlagBits imageAspect, const VkSamplerYcbcrConversionInfo* samplerConversionInfo) createImageView() argument 460 getPixelSetter(const tcu::PixelBufferAccess& access, VkFormat format) getPixelSetter() argument 500 const VkFormat format = params.format; testPlaneView() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferViewAccessTests.cpp | 75 VkFormat format; member 607 void BufferViewAllFormatsTestInstance::checkTexelBufferSupport (Context& context, VkFormat format, VkFormatFeatureFlags feature) in checkTexelBufferSupport() argument 991 const std::string strLayoutFormat (VkFormat format) in strLayoutFormat() argument 1044 isSupportedImageLoadStore(const tcu::TextureFormat& format) isSupportedImageLoadStore() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
| H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 157 computeImageSize(const VkExtent3D& extent, VkFormat format, bool withMipMaps, deUint32 level) computeImageSize() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawDiscardRectanglesTests.cpp | 99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument 390 tcu::TextureLevel generateReferenceImage (const tcu::TextureFormat format, in generateReferenceImage() argument
|
| H A D | vktDrawMultipleInterpolationTests.cpp | 55 vk::VkFormat format; member 900 const vk::VkFormat format in createTests() local [all...] |