Searched refs:UNSIGNED_INT32 (Results 1 - 25 of 38) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp60 case TextureFormat::UNSIGNED_INT32:
110 case TextureFormat::UNSIGNED_INT32: type = GL_UNSIGNED_INT; break;
157 case FMT_CASE(RGBA, UNSIGNED_INT32): return GL_RGBA32UI;
175 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI;
190 case FMT_CASE(RG, UNSIGNED_INT32): return GL_RG32UI;
204 case FMT_CASE(R, UNSIGNED_INT32): return GL_R32UI;
218 case FMT_CASE(D, UNSIGNED_INT32): return GL_DEPTH_COMPONENT32;
406 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32;
481 case GL_RGBA32UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32);
499 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp533 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
616 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
762 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
820 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
894 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
956 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), levelWidth, levelHeight);
H A Des31fShaderImageLoadStoreTests.cpp138 type == TextureFormat::UNSIGNED_INT32;
174 format.type == TextureFormat::UNSIGNED_INT32;
188 format.type == TextureFormat::UNSIGNED_INT32;
214 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
1588 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) ||
2093 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) ||
2503 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) ||
2699 DE_ASSERT(resultSlice.getFormat() == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32));
2850 if (readIntegerTextureViaFBOAndVerify(renderCtx, glLog, *shaderOutResultTexture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32),
2955 LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32),
[all...]
H A Des31fTextureGatherTests.cpp130 type == tcu::TextureFormat::UNSIGNED_INT32;
141 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32))
153 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
H A Des31fFboTestUtil.cpp577 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 ||
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp127 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
136 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
195 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
H A Des3fDepthStencilClearTests.cpp110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32);
H A Des3fRandomFragmentOpTests.cpp271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
H A Des3fFboTestUtil.cpp1029 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
/external/v8/src/arm/
H A Dlithium-codegen-arm.h105 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.h84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h95 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/mips/
H A Dlithium-codegen-mips.h103 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/mips64/
H A Dlithium-codegen-mips64.h104 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/x64/
H A Dlithium-codegen-x64.h88 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp121 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
269 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break;
350 case TextureFormat::UNSIGNED_INT32: return IVec4(32);
406 case TextureFormat::UNSIGNED_INT32:
H A DtcuTexture.cpp170 case TextureFormat::UNSIGNED_INT32: return 4;
230 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value);
259 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value);
288 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); break;
342 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); break;
3393 "UNSIGNED_INT32",
H A DtcuTexture.hpp94 UNSIGNED_INT32, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32);
H A Des2fRandomFragmentOpTests.cpp271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
H A Des2fDepthStencilTests.cpp584 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), viewportW, viewportH);
/external/v8/src/x87/
H A Dlithium-codegen-x87.h129 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp692 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
695 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
H A DglsScissorTests.cpp780 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);

Completed in 422 milliseconds

12