Home
last modified time | relevance | path

Searched refs:m_format (Results 1 - 25 of 153) sorted by relevance

1234567

/third_party/vk-gl-cts/modules/internal/
H A DditAstcTests.cpp50 const CompressedTexFormat m_format; member in dit::__anon31017::AstcCase
64 , m_format (format) in AstcCase()
110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format)) in iterate()
114 astc::generateBlockCaseTestData(generatedData, m_format, blockTestType); in iterate()
116 testDecompress(m_format, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]); in iterate()
124 verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_LDR, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]); in iterate()
126 if (!isAstcSRGBFormat(m_format)) in iterate()
127 verifyBlocksValid(m_format, TexDecompressionParams::ASTCMODE_HDR, getNumBlocksFromBytes(generatedData.size()), &generatedData[0]); in iterate()
138 testDecompress(m_format, numBlocks, &generatedData[0]); in iterate()
140 verifyBlocksValid(m_format, TexDecompressionParam in iterate()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp54 , m_format (format) in Texture1D()
65 , m_format (sizedFormat) in Texture1D()
97 gl.texImage1D(GL_TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload()
108 , m_format (format) in Texture2D()
120 , m_format (sizedFormat) in Texture2D()
132 , m_format (getGLFormat(levels[0].getFormat())) in Texture2D()
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D()
181 gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); in upload()
306 gl.texStorage2D(GL_TEXTURE_2D, m_refTexture.getNumLevels(), m_format, m_refTexture.getWidth(), m_refTexture.getHeight()); in upload()
325 , m_format (getGLForma in TextureCube()
402 gl.texImage2D(getGLCubeFace((tcu::CubeFace)face), levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr()); upload() local
[all...]
H A DgluTexture.hpp61 deUint32 m_format; //!< Internal format. member in glu::Texture1D
91 deUint32 m_format; //!< Internal format. member in glu::Texture2D
148 deUint32 m_format; //!< Internal format. member in glu::TextureCube
182 deUint32 m_format; //!< Internal format. member in glu::Texture2DArray
211 deUint32 m_format; //!< Internal format. member in glu::Texture1DArray
244 deUint32 m_format; //!< Internal format. member in glu::Texture3D
275 deUint32 m_format; //!< Internal format. member in glu::TextureCubeArray
315 deUint32 m_format; //!< Internal format. member in glu::TextureBuffer
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp522 , m_format (format) in UploadTex2DCase()
535 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate()
539 checkDepthStencilFormatSupport(m_context, m_format); in iterate()
545 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height); in iterate()
569 const deUint32 m_format; member in deqp::gles31::Functional::__anon30919::UploadTex2DCase
577 , m_format (format) in UploadTex2DArrayCase()
592 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate()
594 checkDepthStencilFormatSupport(m_context, m_format); in iterate()
607 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels); in iterate()
655 const deUint32 m_format; member in deqp::gles31::Functional::__anon30919::UploadTex2DArrayCase
744 const deUint32 m_format; global() member in deqp::gles31::Functional::__anon30919::UploadTexCubeCase
801 const deUint32 m_format; global() member in deqp::gles31::Functional::__anon30919::RenderTex2DCase
875 const deUint32 m_format; global() member in deqp::gles31::Functional::__anon30919::ClearTex2DCase
934 const deUint32 m_format; global() member in deqp::gles31::Functional::__anon30919::CompareModeCase
995 const deUint32 m_format; global() member in deqp::gles31::Functional::__anon30919::BaseLevelCase
[all...]
H A Des31fTextureFormatTests.cpp115 const deUint32 m_format; member in deqp::gles31::Functional::TextureCubeArrayFormatCase
130 , m_format (format) in TextureCubeArrayFormatCase()
144 , m_format (internalFormat) in TextureCubeArrayFormatCase()
163 if ((supportedExtensions.cubeMapArray && m_format != GL_SR8_EXT && m_format != GL_SRG8_EXT) || in init()
164 (supportedExtensions.cubeMapArray && m_format == GL_SR8_EXT && supportedExtensions.sRGBR8) || in init()
165 (supportedExtensions.cubeMapArray && m_format == GL_SRG8_EXT && supportedExtensions.sRGBRG8)) in init()
168 ? new glu::TextureCubeArray(m_renderCtx, m_format, m_dataType, m_size, m_depth) // Implicit internal format. in init()
169 : new glu::TextureCubeArray(m_renderCtx, m_format, m_size, m_depth); // Explicit internal format. in init()
290 deUint32 m_format; member in deqp::gles31::Functional::TextureBufferFormatCase
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp622 , m_format (format) in BasicTexImage2DCase()
653 glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture()
657 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImage2DCase
667 , m_format (format) in BasicTexImageCubeCase()
704 glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr()); in createTexture()
709 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImageCubeCase
719 , m_format (format) in RandomOrderTexImage2DCase()
757 glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, level in createTexture()
761 deUint32 m_format; global() member in deqp::gles2::Functional::RandomOrderTexImage2DCase
819 deUint32 m_format; global() member in deqp::gles2::Functional::RandomOrderTexImageCubeCase
872 deUint32 m_format; global() member in deqp::gles2::Functional::TexImage2DAlignCase
923 deUint32 m_format; global() member in deqp::gles2::Functional::TexImageCubeAlignCase
991 deUint32 m_format; global() member in deqp::gles2::Functional::BasicTexSubImage2DCase
1067 deUint32 m_format; global() member in deqp::gles2::Functional::BasicTexSubImageCubeCase
1122 deUint32 m_format; global() member in deqp::gles2::Functional::TexSubImage2DEmptyTexCase
1185 deUint32 m_format; global() member in deqp::gles2::Functional::TexSubImageCubeEmptyTexCase
1234 deUint32 m_format; global() member in deqp::gles2::Functional::TexSubImage2DAlignCase
1292 deUint32 m_format; global() member in deqp::gles2::Functional::TexSubImageCubeAlignCase
1481 deUint32 m_format; global() member in deqp::gles2::Functional::BasicCopyTexSubImage2DCase
1566 deUint32 m_format; global() member in deqp::gles2::Functional::BasicCopyTexSubImageCubeCase
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp54 , m_format (format) in BasicFboDepthCase()
63 checkFormatSupport(m_format); in preCheck()
92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height); in render()
136 deUint32 m_format; member in deqp::gles3::Functional::BasicFboDepthCase
146 , m_format (format) in DepthWriteClampCase()
155 checkFormatSupport(m_format); in preCheck()
164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format)); in render()
182 glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, DE_NULL); in render()
222 const deUint32 m_format; member in deqp::gles3::Functional::DepthWriteClampCase
232 , m_format (forma in DepthTestClampCase()
302 const deUint32 m_format; global() member in deqp::gles3::Functional::DepthTestClampCase
[all...]
H A Des3fReadPixelsTests.cpp82 GLint m_format; member in deqp::gles3::Functional::__anon30587::ReadPixelsTest
101 , m_format (format) in ReadPixelsTest()
208 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format)); in getFormatInfo()
211 if (m_format != GL_RGBA && m_format != GL_BGRA && m_format != GL_RGB) in getFormatInfo()
212 TCU_THROW(NotSupportedError, ("Unsupported IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu::getTextureFormatStr(m_format))).c_str()); in getFormatInfo()
217 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
249 else if (m_format == GL_RGBA || m_format in clearColor()
[all...]
H A Des3fTextureFormatTests.cpp103 deUint32 m_format; member in deqp::gles3::Functional::Texture2DFormatCase
116 , m_format (format) in Texture2DFormatCase()
129 , m_format (internalFormat) in Texture2DFormatCase()
145 checkSupport(m_renderCtxInfo, m_format); in init()
148 tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format); in init()
153 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
155 fmtName << glu::getTextureFormatStr(m_format); in init()
162 ? new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal format. in init()
163 : new glu::Texture2D(m_renderCtx, m_format, m_widt in init()
266 deUint32 m_format; global() member in deqp::gles3::Functional::TextureCubeFormatCase
466 deUint32 m_format; global() member in deqp::gles3::Functional::Texture2DArrayFormatCase
623 deUint32 m_format; global() member in deqp::gles3::Functional::Texture3DFormatCase
786 tcu::CompressedTexFormat m_format; global() member in deqp::gles3::Functional::Compressed2DFormatCase
924 tcu::CompressedTexFormat m_format; global() member in deqp::gles3::Functional::CompressedCubeFormatCase
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp986 : m_format (format) in ConstPixelBufferAccess()
988 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
996 : m_format (format) in ConstPixelBufferAccess()
998 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
1006 : m_format (format) in ConstPixelBufferAccess()
1016 : m_format (format) in ConstPixelBufferAccess()
1023 DE_ASSERT(m_format.getPixelSize() <= m_pitch.x()); in ConstPixelBufferAccess()
1027 : m_format (format) in ConstPixelBufferAccess()
1034 DE_ASSERT(m_format.getPixelSize() <= m_pitch.x()); in ConstPixelBufferAccess()
1038 : m_format (leve in ConstPixelBufferAccess()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp181 TextureImageSource (GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) : m_internalFormat(internalFormat), m_format(format), m_type(type), m_useTexLevel0(useTexLevel0) {} in TextureImageSource()
192 const GLenum m_format; member in deqp::egl::Image::TextureImageSource
220 return deqp::egl::Image::getEffectiveFormat(m_format, m_type); in getEffectiveFormat()
253 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); in createBuffer()
265 0, m_format, m_type, ref->getLevel(0).getDataPtr())); in createBuffer()
286 GLU_CHECK_CALL_ERROR(gl.texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL), in initTexture()
318 GLU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL)); in initTexture()
334 RenderbufferImageSource (GLenum format) : m_format(format) {} in RenderbufferImageSource()
338 GLenum getEffectiveFormat (void) const { return m_format; } in getEffectiveFormat()
344 GLenum m_format; member in deqp::egl::Image::RenderbufferImageSource
529 GLenum m_format; global() member in deqp::egl::Image::UnsupportedImageSource
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp72 const VkFormat m_format; member in vkt::sparse::__anon28737::ImageAlignedMipSizeCase
83 , m_format (format) in ImageAlignedMipSizeCase()
100 if (formatIsR64(m_format)) in checkSupport()
124 const VkFormat m_format; member in vkt::sparse::__anon28737::ImageAlignedMipSizeInstance
134 , m_format (format) in ImageAlignedMipSizeInstance()
147 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
154 imageCreateInfo.format = m_format; in iterate()
189 imageCreateInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageCreateInfo.extent); in iterate()
255 return new ImageAlignedMipSizeInstance(context, m_imageType, m_imageSize, m_format); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp73 const VkFormat m_format; member in vkt::sparse::__anon29886::ImageAlignedMipSizeCase
85 , m_format (format) in ImageAlignedMipSizeCase()
102 if (formatIsR64(m_format)) in checkSupport()
126 const VkFormat m_format; member in vkt::sparse::__anon29886::ImageAlignedMipSizeInstance
136 , m_format (format) in ImageAlignedMipSizeInstance()
149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
156 imageCreateInfo.format = m_format; in iterate()
191 imageCreateInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageCreateInfo.extent); in iterate()
257 return new ImageAlignedMipSizeInstance(context, m_imageType, m_imageSize, m_format); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp139 const VkFormat m_format; member in vkt::image::__anon28020::MisalignedCubeTestInstance
145 , m_format (format) in MisalignedCubeTestInstance()
152 DE_ASSERT(m_format == VK_FORMAT_R8G8B8A8_UNORM); in iterate()
164 const deUint32 pixelSize = static_cast<deUint32>(tcu::getPixelSize(mapVkFormat(m_format))); in iterate()
171 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_size, m_format); in iterate()
174 Move<VkImageView> imageView0 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange0); in iterate()
176 Move<VkImageView> imageView1 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange1); in iterate()
235 fillBuffer(vk, device, *clearBufferAlloc, bufferOffset, layerSize, m_format, clearColor); in iterate()
297 const VkFormat m_format; member in vkt::image::__anon28020::MisalignedCubeTest
306 , m_format (forma in MisalignedCubeTest()
[all...]
H A DvktImageLoadStoreTests.cpp494 const VkFormat m_format; member in vkt::image::__anon28017::StoreTest
510 , m_format (format) in StoreTest()
524 if (m_format == VK_FORMAT_A8_UNORM_KHR || m_format == VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR) in checkSupport()
527 const VkFormatProperties3 formatProperties (context.getFormatProperties(m_format)); in checkSupport()
546 const VkFormatProperties formatProperties(getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), m_format)); in checkSupport()
566 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_format, mapImageType(m_texture.type()), m_tiling, (VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), 0, &imageFormatProperties); in checkSupport()
587 const float storeColorScale = computeStoreColorScale(m_format, m_texture.size()); in initPrograms()
588 const float storeColorBias = computeStoreColorBias(m_format); in initPrograms()
589 DE_ASSERT(colorScaleAndBiasAreValid(m_format, storeColorScal in initPrograms()
743 const VkFormat m_format; global() member in vkt::image::__anon28017::BaseTestInstance
1169 const VkFormat m_format; //!< Format as accessed in the shader global() member in vkt::image::__anon28017::LoadStoreTest
[all...]
H A DvktImageAtomicOperationTests.cpp687 const tcu::TextureFormat m_format; member in vkt::image::__anon28007::BinaryAtomicEndResultCase
710 , m_format (format) in BinaryAtomicEndResultCase()
722 commonCheckSupport(context, m_format, m_tiling, m_imageType, m_imageSize, m_operation, m_useTransfer, m_readType, m_backingType); in checkSupport()
727 const VkFormat imageFormat = mapTextureFormat(m_format); in initPrograms()
735 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
739 const CaseVariant caseVariant{m_imageType, m_format.order, m_format.type, CaseVariant::CHECK_TYPE_END_RESULTS}; in initPrograms()
764 const string shaderImageFormatStr = getShaderImageFormatQualifier(m_format); in initPrograms()
765 const string shaderImageTypeStr = getShaderImageType(m_format, m_imageType); in initPrograms()
817 const tcu::TextureFormat m_format; member in vkt::image::__anon28007::BinaryAtomicIntermValuesCase
981 const TextureFormat m_format; global() member in vkt::image::__anon28007::BinaryAtomicInstanceBase
[all...]
H A DvktImageSampleDrawnCubeFaceTests.cpp127 const VkFormat m_format; member in vkt::image::__anon28031::SampleDrawnCubeFaceTestInstance
133 , m_format (format) in SampleDrawnCubeFaceTestInstance()
242 DE_ASSERT(m_format == VK_FORMAT_R8G8B8A8_UNORM); in iterate()
270 const VkImageCreateInfo cubemapCreateInfo = makeImageCreateInfo(imageSize, m_format, true); in iterate()
273 Move<VkImageView> cubemapImageView = makeImageView(vk, device, *cubemapImage, VK_IMAGE_VIEW_TYPE_CUBE, m_format, cubemapSubresourceRange); in iterate()
276 Move<VkImageView> sampledImageView = makeImageView(vk, device, *cubemapImage, VK_IMAGE_VIEW_TYPE_CUBE, m_format, cubemapSubresourceRange); in iterate()
306 const VkImageCreateInfo targetImageCreateInfo = makeImageCreateInfo(imageSize, m_format, false); in iterate()
308 Move<VkImageView> targetImageView = makeImageView(vk, device, *targetImage, VK_IMAGE_VIEW_TYPE_2D, m_format, targetSubresourceRange); in iterate()
321 Move<VkRenderPass> renderPass1 = makeRenderPass (vk, device, m_format, VK_FORMAT_UNDEFINED, VK_ATTACHMENT_LOAD_OP_LOAD, in iterate()
336 Move<VkRenderPass> renderPass2 = makeRenderPass(vk, device, m_format, VK_FORMAT_UNDEFINE in iterate()
476 const VkFormat m_format; global() member in vkt::image::__anon28031::SampleDrawnCubeFaceTest
[all...]
H A DvktImageQualifiersTests.cpp225 const tcu::TextureFormat m_format; member in vkt::image::__anon28029::MemoryQualifierTestCase
240 , m_format(format) in MemoryQualifierTestCase()
259 const bool uintFormat = isUintFormat(mapTextureFormat(m_format)); in initPrograms()
260 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); in initPrograms()
264 const std::string shaderImageFormat = getShaderImageFormatQualifier(m_format); in initPrograms()
265 const std::string shaderImageType = getShaderImageType(m_format, m_imageType); in initPrograms()
345 const tcu::TextureFormat m_format; member in vkt::image::__anon28029::MemoryQualifierInstanceBase
362 , m_format(format) in MemoryQualifierInstanceBase()
373 const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(m_format); in iterate()
415 tcu::ConstPixelBufferAccess resultPixelBuffer(m_format, computeGridSiz in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp139 const VkFormat m_format; member in vkt::image::__anon29251::MisalignedCubeTestInstance
145 , m_format (format) in MisalignedCubeTestInstance()
152 DE_ASSERT(m_format == VK_FORMAT_R8G8B8A8_UNORM); in iterate()
164 const deUint32 pixelSize = static_cast<deUint32>(tcu::getPixelSize(mapVkFormat(m_format))); in iterate()
171 const VkImageCreateInfo imageCreateInfo = makeImageCreateInfo(m_size, m_format); in iterate()
174 Move<VkImageView> imageView0 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange0); in iterate()
176 Move<VkImageView> imageView1 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange1); in iterate()
235 fillBuffer(vk, device, *clearBufferAlloc, bufferOffset, layerSize, m_format, clearColor); in iterate()
298 const VkFormat m_format; member in vkt::image::__anon29251::MisalignedCubeTest
308 , m_format (forma in MisalignedCubeTest()
[all...]
H A DvktImageAtomicOperationTests.cpp688 const tcu::TextureFormat m_format; member in vkt::image::__anon29239::BinaryAtomicEndResultCase
712 , m_format (format) in BinaryAtomicEndResultCase()
724 commonCheckSupport(context, m_format, m_tiling, m_imageType, m_imageSize, m_operation, m_useTransfer, m_readType, m_backingType); in checkSupport()
729 const VkFormat imageFormat = mapTextureFormat(m_format); in initPrograms()
737 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
741 const CaseVariant caseVariant{m_imageType, m_format.order, m_format.type, CaseVariant::CHECK_TYPE_END_RESULTS}; in initPrograms()
766 const string shaderImageFormatStr = getShaderImageFormatQualifier(m_format); in initPrograms()
767 const string shaderImageTypeStr = getShaderImageType(m_format, m_imageType); in initPrograms()
820 const tcu::TextureFormat m_format; member in vkt::image::__anon29239::BinaryAtomicIntermValuesCase
985 const TextureFormat m_format; global() member in vkt::image::__anon29239::BinaryAtomicInstanceBase
[all...]
H A DvktImageSampleDrawnCubeFaceTests.cpp127 const VkFormat m_format; member in vkt::image::__anon29262::SampleDrawnCubeFaceTestInstance
133 , m_format (format) in SampleDrawnCubeFaceTestInstance()
242 DE_ASSERT(m_format == VK_FORMAT_R8G8B8A8_UNORM); in iterate()
270 const VkImageCreateInfo cubemapCreateInfo = makeImageCreateInfo(imageSize, m_format, true); in iterate()
273 Move<VkImageView> cubemapImageView = makeImageView(vk, device, *cubemapImage, VK_IMAGE_VIEW_TYPE_CUBE, m_format, cubemapSubresourceRange); in iterate()
276 Move<VkImageView> sampledImageView = makeImageView(vk, device, *cubemapImage, VK_IMAGE_VIEW_TYPE_CUBE, m_format, cubemapSubresourceRange); in iterate()
306 const VkImageCreateInfo targetImageCreateInfo = makeImageCreateInfo(imageSize, m_format, false); in iterate()
308 Move<VkImageView> targetImageView = makeImageView(vk, device, *targetImage, VK_IMAGE_VIEW_TYPE_2D, m_format, targetSubresourceRange); in iterate()
321 Move<VkRenderPass> renderPass1 = makeRenderPass (vk, device, m_format, VK_FORMAT_UNDEFINED, VK_ATTACHMENT_LOAD_OP_LOAD, in iterate()
336 Move<VkRenderPass> renderPass2 = makeRenderPass(vk, device, m_format, VK_FORMAT_UNDEFINE in iterate()
477 const VkFormat m_format; global() member in vkt::image::__anon29262::SampleDrawnCubeFaceTest
[all...]
H A DvktImageQualifiersTests.cpp226 const tcu::TextureFormat m_format; member in vkt::image::__anon29260::MemoryQualifierTestCase
242 , m_format(format) in MemoryQualifierTestCase()
261 const bool uintFormat = isUintFormat(mapTextureFormat(m_format)); in initPrograms()
262 const bool intFormat = isIntFormat(mapTextureFormat(m_format)); in initPrograms()
266 const std::string shaderImageFormat = getShaderImageFormatQualifier(m_format); in initPrograms()
267 const std::string shaderImageType = getShaderImageType(m_format, m_imageType); in initPrograms()
347 const tcu::TextureFormat m_format; member in vkt::image::__anon29260::MemoryQualifierInstanceBase
364 , m_format(format) in MemoryQualifierInstanceBase()
375 const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(m_format); in iterate()
417 tcu::ConstPixelBufferAccess resultPixelBuffer(m_format, computeGridSiz in iterate()
[all...]
H A DvktImageLoadStoreTests.cpp494 const VkFormat m_format; member in vkt::image::__anon29248::StoreTest
511 , m_format (format) in StoreTest()
525 const VkFormatProperties3 formatProperties (context.getFormatProperties(m_format)); in checkSupport()
544 const VkFormatProperties formatProperties(getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), m_format)); in checkSupport()
563 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_format, mapImageType(m_texture.type()), m_tiling, (VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), 0, &imageFormatProperties); in checkSupport()
582 const float storeColorScale = computeStoreColorScale(m_format, m_texture.size()); in initPrograms()
583 const float storeColorBias = computeStoreColorBias(m_format); in initPrograms()
584 DE_ASSERT(colorScaleAndBiasAreValid(m_format, storeColorScale, storeColorBias)); in initPrograms()
588 const std::string signednessPrefix = isUintFormat(m_format) ? "u" : isIntFormat(m_format) in initPrograms()
736 const VkFormat m_format; global() member in vkt::image::__anon29248::BaseTestInstance
1162 const VkFormat m_format; //!< Format as accessed in the shader global() member in vkt::image::__anon29248::LoadStoreTest
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp87 const VkFormat m_format; member in vkt::ycbcr::__anon28992::LinearFilteringTestInstance
97 , m_format (format) in LinearFilteringTestInstance()
196 m_format, in createYCbCrConversion()
223 m_format, in createImage()
248 m_format, in createImageView()
305 m_format, // format in iterate()
329 const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context.getDefaultAllocator(), *testImage, m_format, 0u)); in iterate()
333 MultiPlaneImageData imageData(m_format, imageSize); in iterate()
382 const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format)); in iterate()
398 const tcu::UVec4 bitDepth (getYCbCrBitDepth(m_format)); in iterate()
583 VkFormat m_format; global() member in vkt::ycbcr::__anon28992::LinearFilteringTestCase
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp87 const VkFormat m_format; member in vkt::ycbcr::__anon30150::LinearFilteringTestInstance
97 , m_format (format) in LinearFilteringTestInstance()
196 m_format, in createYCbCrConversion()
223 m_format, in createImage()
248 m_format, in createImageView()
305 m_format, // format in iterate()
329 const vector<AllocationSp> allocations (allocateAndBindImageMemory(m_vkd, m_device, m_context.getDefaultAllocator(), *testImage, m_format, 0u)); in iterate()
333 MultiPlaneImageData imageData(m_format, imageSize); in iterate()
382 const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(instInt, physicalDevice, m_format)); in iterate()
398 const tcu::UVec4 bitDepth (getYCbCrBitDepth(m_format)); in iterate()
583 VkFormat m_format; global() member in vkt::ycbcr::__anon30150::LinearFilteringTestCase
[all...]

Completed in 34 milliseconds

1234567