/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderImageLoadStoreTests.cpp | 104 case tcu::TextureFormat::SIGNED_INT32: qualifier << "32i"; break; in getShaderImageLayoutQualifier() 129 case tcu::TextureFormat::SIGNED_INT32: in getShaderImageTypeDeclaration() 228 case tcu::TextureFormat::SIGNED_INT32: in getOtherFunctionArguments() 403 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32), in image_store() 406 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in image_store() 441 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32), in image_load() 444 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in image_load() 473 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32), in image_atomic() 476 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in image_atomic() 526 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32), in image_atomic_exchange() [all …]
|
D | es31fShaderImageLoadStoreTests.cpp | 146 type == TextureFormat::SIGNED_INT32; in isFormatTypeSignedInteger() 174 format.type == TextureFormat::SIGNED_INT32 || in isFormatSupportedForTextureBuffer() 186 format.type == TextureFormat::SIGNED_INT32 || in isFormatSupportedForTextureBuffer() 219 case TextureFormat::SIGNED_INT32: typePart = "32i"; break; in getShaderImageFormatQualifier() 1603 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32) || in BinaryAtomicOperationCase() 2109 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32)); in AtomicCompSwapCase() 2520 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32) || in CoherenceCase() 3180 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32), in init() 3183 TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32), in init()
|
D | es31fFboTestUtil.cpp | 586 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32); in getFramebufferReadFormat()
|
D | es31fTextureGatherTests.cpp | 139 type == tcu::TextureFormat::SIGNED_INT32; in isSIntFormatType() 156 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 || in getPixels() 169 … (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)), in getPixels()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 58 case TextureFormat::SIGNED_INT32: in getTransferFormat() 108 case TextureFormat::SIGNED_INT32: type = GL_INT; break; in getTransferFormat() 157 case FMT_CASE(RGBA, SIGNED_INT32): return GL_RGBA32I; in getInternalFormat() 175 case FMT_CASE(RGB, SIGNED_INT32): return GL_RGB32I; in getInternalFormat() 190 case FMT_CASE(RG, SIGNED_INT32): return GL_RG32I; in getInternalFormat() 204 case FMT_CASE(R, SIGNED_INT32): return GL_R32I; in getInternalFormat() 408 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32; in mapGLChannelType() 484 case GL_RGBA32I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32); in mapGLInternalFormat() 502 case GL_RGB32I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32); in mapGLInternalFormat() 517 case GL_RG32I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32); in mapGLInternalFormat() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageAlignedMipSize.cpp | 252 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createImageAlignedMipSizeTests() 255 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT32), in createImageAlignedMipSizeTests()
|
D | vktSparseResourcesImageBlockShapes.cpp | 440 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createImageBlockShapesTests() 443 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT32), in createImageBlockShapesTests()
|
D | vktSparseResourcesShaderIntrinsics.cpp | 57 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createSparseResourcesShaderIntrinsicsTests()
|
D | vktSparseResourcesImageSparseResidency.cpp | 700 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createImageSparseResidencyTestsCommon() 703 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT32), in createImageSparseResidencyTestsCommon()
|
D | vktSparseResourcesImageSparseBinding.cpp | 428 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createImageSparseBindingTestsCommon()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 146 case tcu::TextureFormat::SIGNED_INT32: in getOpTypeImageSparse()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 533 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createMipmapSparseResidencyTestsCommon()
|
D | vktSparseResourcesTestsUtil.cpp | 611 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break; in getShaderImageFormatQualifier()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 738 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createImageSparseMemoryAliasingTestsCommon()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1627 case FMT_CASE(R, SIGNED_INT32): return VK_FORMAT_R32_SINT; in mapTextureFormat() 1631 case FMT_CASE(RG, SIGNED_INT32): return VK_FORMAT_R32G32_SINT; in mapTextureFormat() 1635 case FMT_CASE(RGB, SIGNED_INT32): return VK_FORMAT_R32G32B32_SINT; in mapTextureFormat() 1639 case FMT_CASE(RGBA, SIGNED_INT32): return VK_FORMAT_R32G32B32A32_SINT; in mapTextureFormat() 1850 case VK_FORMAT_R32_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32); in mapVkFormat() 1854 …se VK_FORMAT_R32G32_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32); in mapVkFormat() 1858 … VK_FORMAT_R32G32B32_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32); in mapVkFormat() 1862 …_FORMAT_R32G32B32A32_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32); in mapVkFormat() 2069 case tcu::TextureFormat::SIGNED_INT32: in fullTextureFormatRoundTripSupported() 2127 TextureFormat::SIGNED_INT32, // sint in getChannelAccessFormat() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 125 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32) in render() 138 else if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32) in render() 193 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32) in render()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 198 case TextureFormat::SIGNED_INT32: return TEXTURECHANNELCLASS_SIGNED_INTEGER; in getTextureChannelClass() 384 …case TextureFormat::SIGNED_INT32: cMin = -2147483520.0f; cMax = 2147483520.0f; break; // Maxim… in getFloatChannelValueRange() 469 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::min()); in getFormatMinIntValue() 489 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::max()); in getFormatMaxIntValue() 547 case TextureFormat::SIGNED_INT32: return IVec4(32); in getChannelBitDepth() 616 case TextureFormat::SIGNED_INT32: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 290 case TextureFormat::SIGNED_INT32: return (float)*((const deInt32*)value); in channelToFloat() 322 case TextureFormat::SIGNED_INT32: return (int)*((const deInt32*)value); in channelToInt() 354 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src); break; in floatToChannel() 439 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSat<deInt32> (src); break; in intToChannel() 620 case TextureFormat::SIGNED_INT32: in isValid() 699 case TextureFormat::SIGNED_INT32: return 4; in getChannelSize()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 99 texFormat.type == tcu::TextureFormat::SIGNED_INT32) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 311 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break; in getShaderImageFormatQualifier()
|
D | vktPipelineBlendTests.cpp | 709 case TextureFormat::SIGNED_INT32: in isLegalExpandableFormat()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 271 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32), kSize, kSize); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 751 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break; in getShaderImageFormatQualifier()
|
D | vktImageQualifiersTests.cpp | 735 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32), in createImageQualifiersTests()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput() 555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
|