Searched defs:imageViewType (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.cpp198 const VkImageViewType imageViewType,
208 imageViewType, // VkImageViewType viewType;
195 makeImageView(const DeviceInterface& vk, const VkDevice vkDevice, const VkImage image, const VkImageViewType imageViewType, const VkFormat format, const VkImageSubresourceRange subresourceRange) argument
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp318 const VkImageViewType imageViewType,
328 imageViewType, // VkImageViewType viewType;
315 makeImageView(const DeviceInterface& vk, const VkDevice vkDevice, const VkImage image, const VkImageViewType imageViewType, const VkFormat format, const VkImageSubresourceRange subresourceRange) argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp56 VkImageViewType imageViewType,
87 VkImageViewType imageViewType,
95 , m_imageViewType (imageViewType)
409 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount) argument
418 switch (imageViewType)
510 switch (imageViewType)
539 getSizeName(imageViewType, imageSizes[sizeNdx], arraySizes[arraySizeNdx]).c_str(),
542 imageViewType,
553 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat) argument
562 de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, samplingType, imageViewType, imageForma
83 ImageTest(tcu::TestContext& testContext, const char* name, const char* description, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize) argument
569 createImageFormatTests(tcu::TestContext& testCtx, VkDescriptorType samplingType, VkImageViewType imageViewType) argument
[all...]
H A DvktPipelineImageViewTests.cpp58 VkImageViewType imageViewType,
86 VkImageViewType imageViewType,
93 , m_imageViewType (imageViewType)
83 ImageViewTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, float samplerLod, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange) argument
H A DvktPipelineSamplerTests.cpp58 VkImageViewType imageViewType,
89 VkImageViewType imageViewType,
105 VkImageViewType imageViewType,
121 VkImageViewType imageViewType,
144 VkImageViewType imageViewType,
168 VkImageViewType imageViewType,
173 , m_imageViewType (imageViewType)
412 VkImageViewType imageViewType,
415 : SamplerTest (testContext, name, description, imageViewType, imageFormat, 8, 0.0f)
434 VkImageViewType imageViewType,
165 SamplerTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, int imageSize, float samplerLod) argument
409 SamplerMagFilterTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, VkFilter magFilter) argument
431 SamplerMinFilterTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, VkFilter minFilter) argument
455 SamplerLodTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod) argument
488 SamplerAddressModesTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, VkSamplerAddressMode addressU, VkSamplerAddressMode addressV, VkSamplerAddressMode addressW, VkBorderColor borderColor) argument
569 createSamplerMagFilterTests(tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat) argument
580 createSamplerMinFilterTests(tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat) argument
591 createSamplerLodTests(tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode) argument
626 createSamplerMipmapTests(tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat) argument
689 createSamplerAddressModesTests(tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat) argument
[all...]
H A DvktPipelineImageSamplingInstance.cpp127 VkImageViewType imageViewType,
140 , m_imageViewType (imageViewType)
178 if (isCompressedFormat(imageFormat) && imageViewType == VK_IMAGE_VIEW_TYPE_3D)
202 if (imageViewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !context.getDeviceFeatures().imageCubeArray)
214 m_texture = createTestTexture(mapVkCompressedFormat(imageFormat), imageViewType, imageSize, layerCount);
216 m_texture = createTestTexture(mapVkFormat(imageFormat), imageViewType, imageSize, layerCount);
1302 const VkImageViewType imageViewType,
1316 switch (imageViewType)
125 ImageSamplingInstance(Context& context, const tcu::UVec2& renderSize, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int layerCount, const VkComponentMapping& componentMapping, const VkImageSubresourceRange& subresourceRange, const VkSamplerCreateInfo& samplerParams, float samplerLod, const std::vector<Vertex4Tex4>& vertices, VkDescriptorType samplingType, int imageCount) argument
1301 validateResultImage(const TestTexture& texture, const VkImageViewType imageViewType, const VkImageSubresourceRange& subresource, const tcu::Sampler& sampler, const vk::VkComponentMapping& componentMapping, const tcu::ConstPixelBufferAccess& coordAccess, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& resultAccess, const tcu::PixelBufferAccess& errorAccess) argument
H A DvktPipelineRenderToImageTests.cpp748 std::string getShortImageViewTypeName (const VkImageViewType imageViewType) argument
750 std::string s(getImageViewTypeName(imageViewType));
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp98 std::string getShortImageViewTypeName (const VkImageViewType imageViewType) argument
100 std::string s(getImageViewTypeName(imageViewType));
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp346 const VkImageViewType imageViewType,
356 imageViewType, // VkImageViewType viewType;
343 makeImageView(const DeviceInterface& vk, const VkDevice vkDevice, const VkImage image, const VkImageViewType imageViewType, const VkFormat format, const VkImageSubresourceRange subresourceRange) argument
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp313 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); local
314 const VkImageType imageType = imageViewTypeToImageType(imageViewType);
381 const vk::VkImageViewType imageViewType = textureTypeToImageViewType(m_type); local
392 imageViewType, // VkImageViewType viewType;

Completed in 163 milliseconds