/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 107 case tcu::TextureFormat::UNSIGNED_INT32: qualifier << "32ui"; break; in getShaderImageLayoutQualifier() 133 case tcu::TextureFormat::UNSIGNED_INT32: in getShaderImageTypeDeclaration() 234 case tcu::TextureFormat::UNSIGNED_INT32: in getOtherFunctionArguments() 408 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_store() 411 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in image_store() 446 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_load() 449 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in image_load() 478 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_atomic() 481 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in image_atomic() 531 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_atomic_exchange() [all …]
|
D | es31fStencilTexturingTests.cpp | 533 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() 616 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate() 762 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate() 820 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate() 894 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() 956 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), le… in iterate()
|
D | es31fShaderImageLoadStoreTests.cpp | 139 type == TextureFormat::UNSIGNED_INT32; in isFormatTypeUnsignedInteger() 175 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer() 189 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer() 215 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier() 1602 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in BinaryAtomicOperationCase() 2108 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in AtomicCompSwapCase() 2519 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in CoherenceCase() 2717 …_ASSERT(resultSlice.getFormat() == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32)); in operator ()() 2869 …erOutResultTexture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), in iterate() 2974 …LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), 1… in iterate() [all …]
|
D | es31fFboTestUtil.cpp | 583 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 61 case TextureFormat::UNSIGNED_INT32: in getTransferFormat() 111 case TextureFormat::UNSIGNED_INT32: type = GL_UNSIGNED_INT; break; in getTransferFormat() 158 case FMT_CASE(RGBA, UNSIGNED_INT32): return GL_RGBA32UI; in getInternalFormat() 176 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI; in getInternalFormat() 191 case FMT_CASE(RG, UNSIGNED_INT32): return GL_RG32UI; in getInternalFormat() 205 case FMT_CASE(R, UNSIGNED_INT32): return GL_R32UI; in getInternalFormat() 219 case FMT_CASE(D, UNSIGNED_INT32): return GL_DEPTH_COMPONENT32; in getInternalFormat() 407 …L_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32; in mapGLChannelType() 485 case GL_RGBA32UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat() 503 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1626 case FMT_CASE(R, UNSIGNED_INT32): return VK_FORMAT_R32_UINT; in mapTextureFormat() 1630 case FMT_CASE(RG, UNSIGNED_INT32): return VK_FORMAT_R32G32_UINT; in mapTextureFormat() 1634 case FMT_CASE(RGB, UNSIGNED_INT32): return VK_FORMAT_R32G32B32_UINT; in mapTextureFormat() 1638 case FMT_CASE(RGBA, UNSIGNED_INT32): return VK_FORMAT_R32G32B32A32_UINT; in mapTextureFormat() 1849 …case VK_FORMAT_R32_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32); in mapVkFormat() 1853 … VK_FORMAT_R32G32_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT32); in mapVkFormat() 1857 …K_FORMAT_R32G32B32_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); in mapVkFormat() 1861 …ORMAT_R32G32B32A32_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32); in mapVkFormat() 2066 case tcu::TextureFormat::UNSIGNED_INT32: in fullTextureFormatRoundTripSupported() 2128 TextureFormat::UNSIGNED_INT32, // uint in getChannelAccessFormat() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.hpp | 137 , m_residencyFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in SparseShaderIntrinsicsInstanceBase()
|
D | vktSparseResourcesShaderIntrinsics.cpp | 60 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createSparseResourcesShaderIntrinsicsTests()
|
D | vktSparseResourcesImageAlignedMipSize.cpp | 258 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createImageAlignedMipSizeTests()
|
D | vktSparseResourcesImageBlockShapes.cpp | 446 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createImageBlockShapesTests()
|
D | vktSparseResourcesImageSparseBinding.cpp | 431 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createImageSparseBindingTestsCommon()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 155 case tcu::TextureFormat::UNSIGNED_INT32: in getOpTypeImageSparse()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 536 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createMipmapSparseResidencyTestsCommon()
|
D | vktSparseResourcesTestsUtil.cpp | 607 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 127 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render() 136 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render() 195 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render()
|
D | es3fDepthStencilClearTests.cpp | 110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
|
D | es3fRandomFragmentOpTests.cpp | 271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 || in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 307 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 202 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 388 …case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967040.f; break; // Maximum exac… in getFloatChannelValueRange() 510 case TextureFormat::UNSIGNED_INT32: return UVec4(std::numeric_limits<deUint32>::max()); in getFormatMaxUintValue() 551 case TextureFormat::UNSIGNED_INT32: return IVec4(32); in getChannelBitDepth() 620 case TextureFormat::UNSIGNED_INT32: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 294 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value); in channelToFloat() 326 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value); in channelToInt() 358 …case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); brea… in floatToChannel() 443 …case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); br… in intToChannel() 626 case TextureFormat::UNSIGNED_INT32: in isValid() 703 case TextureFormat::UNSIGNED_INT32: return 4; in getChannelSize()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 249 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), kSize, kSize); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
|
D | es2fRandomFragmentOpTests.cpp | 271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 747 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
|