Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT32 (Results 1 – 25 of 36) sorted by relevance

12

/external/deqp/framework/opengl/
DgluTextureUtil.cpp60 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/
Des31fStencilTexturingTests.cpp531 …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()
Des31fShaderImageLoadStoreTests.cpp138 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 …]
Des31fFboTestUtil.cpp577 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
Des31fTextureGatherTests.cpp130 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/
Des3fReadPixelsTests.cpp117 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()
Des3fRandomFragmentOpTests.cpp271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()
Des3fDepthStencilClearTests.cpp110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
Des3fFboTestUtil.cpp1029 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
Des3fDepthStencilTests.cpp584 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), viewportW, v… in init()
/external/deqp/framework/common/
DtcuTextureUtil.cpp96 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()
DtcuTexture.cpp226 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 <<()
DtcuTexture.hpp89 UNSIGNED_INT32, enumerator
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 || in init()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h95 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h105 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h88 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h103 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.h104 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.h129 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
Des2fRandomFragmentOpTests.cpp271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp676 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()
DglsScissorTests.cpp775 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getBufferFormat()

12