/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 60 case TextureFormat::UNSIGNED_INT32: in getTransferFormat() 103 case TextureFormat::UNSIGNED_INT32: type = GL_UNSIGNED_INT; break; in getTransferFormat() 150 case FMT_CASE(RGBA, UNSIGNED_INT32): return GL_RGBA32UI; in getInternalFormat() 168 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI; in getInternalFormat() 183 case FMT_CASE(RG, UNSIGNED_INT32): return GL_RG32UI; in getInternalFormat() 196 case FMT_CASE(R, UNSIGNED_INT32): return GL_R32UI; in getInternalFormat() 209 case FMT_CASE(D, UNSIGNED_INT32): return GL_DEPTH_COMPONENT32; in getInternalFormat() 288 …L_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32; in mapGLChannelType() 363 case GL_RGBA32UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat() 381 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 531 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() 614 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate() 760 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate() 818 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate() 892 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate() 954 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), le… in iterate()
|
D | es31fShaderImageLoadStoreTests.cpp | 138 type == TextureFormat::UNSIGNED_INT32; in isFormatTypeUnsignedInteger() 174 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer() 188 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer() 214 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier() 1588 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in BinaryAtomicOperationCase() 2093 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in AtomicCompSwapCase() 2508 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in CoherenceCase() 2704 …_ASSERT(resultSlice.getFormat() == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32)); in operator ()() 2855 …erOutResultTexture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), in iterate() 2961 …LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), 1… in iterate() [all …]
|
D | es31fFboTestUtil.cpp | 577 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
|
D | es31fTextureGatherTests.cpp | 130 type == tcu::TextureFormat::UNSIGNED_INT32; in isUIntFormatType() 141 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32)) in getPixels() 153 … (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)), in getPixels()
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 117 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render() 126 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render() 185 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render()
|
D | es3fRandomFragmentOpTests.cpp | 271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()
|
D | es3fDepthStencilClearTests.cpp | 110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
|
D | es3fFboTestUtil.cpp | 1029 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
|
D | es3fDepthStencilTests.cpp | 584 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), viewportW, v… in init()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 96 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 224 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break; in getChannelValueRange() 314 case TextureFormat::UNSIGNED_INT32: return IVec4(32); in getChannelBitDepth() 380 case TextureFormat::UNSIGNED_INT32: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 226 case TextureFormat::UNSIGNED_INT32: return 4; in getChannelSize() 276 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value); in channelToFloat() 300 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value); in channelToInt() 324 …case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); break; in floatToChannel() 359 …case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); br… in intToChannel() 513 case UNSIGNED_INT32: channelSize = 4; break; in getPixelSize() 3623 case TextureFormat::UNSIGNED_INT32: return str << "UNSIGNED_INT32"; in operator <<()
|
D | tcuTexture.hpp | 89 UNSIGNED_INT32, enumerator
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 || in init()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 95 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.h | 105 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.h | 88 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.h | 103 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 104 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.h | 84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.h | 129 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
|
/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/modules/glshared/ |
D | glsShaderExecUtil.cpp | 676 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break; in getRenderbufferFormatForOutput() 679 …case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::Text… in getRenderbufferFormatForOutput()
|
D | glsScissorTests.cpp | 775 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getBufferFormat()
|