Searched refs:SIGNED_INT32 (Results 1 - 25 of 26) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp57 case TextureFormat::SIGNED_INT32:
100 case TextureFormat::SIGNED_INT32: type = GL_INT; break;
149 case FMT_CASE(RGBA, SIGNED_INT32): return GL_RGBA32I;
167 case FMT_CASE(RGB, SIGNED_INT32): return GL_RGB32I;
182 case FMT_CASE(RG, SIGNED_INT32): return GL_RG32I;
195 case FMT_CASE(R, SIGNED_INT32): return GL_R32I;
289 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32;
362 case GL_RGBA32I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32);
380 case GL_RGB32I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32);
395 case GL_RG32I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32);
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp115 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
128 else if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
183 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
H A Des3fFboTestUtil.cpp1032 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32);
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp99 texFormat.type == tcu::TextureFormat::SIGNED_INT32)
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp93 case TextureFormat::SIGNED_INT32: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
221 case TextureFormat::SIGNED_INT32: cMin = -2147483648.0f; cMax = 2147483647.0f; break;
311 case TextureFormat::SIGNED_INT32: return IVec4(32);
377 case TextureFormat::SIGNED_INT32:
H A DtcuTexture.cpp223 case TextureFormat::SIGNED_INT32: return 4;
273 case TextureFormat::SIGNED_INT32: return (float)*((const deInt32*)value);
297 case TextureFormat::SIGNED_INT32: return (int)*((const deInt32*)value);
321 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src); break;
356 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSat<deInt32> (src); break;
510 case SIGNED_INT32: channelSize = 4; break;
3620 case TextureFormat::SIGNED_INT32: return str << "SIGNED_INT32";
H A DtcuTexture.hpp86 SIGNED_INT32, enumerator in enum:tcu::TextureFormat::ChannelType
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h105 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
H A Dlithium-codegen-arm.cc4667 SIGNED_INT32);
4725 if (signedness == SIGNED_INT32) {
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.h84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h95 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
H A Dlithium-codegen-ia32.cc4476 instr_, instr_->value(), instr_->temp(), SIGNED_INT32);
4531 if (signedness == SIGNED_INT32) {
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h103 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
H A Dlithium-codegen-mips.cc4624 SIGNED_INT32);
4682 if (signedness == SIGNED_INT32) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.h104 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h88 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
H A Dlithium-codegen-x64.cc4675 instr_->temp2(), SIGNED_INT32);
4737 if (signedness == SIGNED_INT32) {
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp145 type == TextureFormat::SIGNED_INT32;
173 format.type == TextureFormat::SIGNED_INT32 ||
185 format.type == TextureFormat::SIGNED_INT32 ||
218 case TextureFormat::SIGNED_INT32: typePart = "32i"; break;
1589 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32) ||
2094 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32));
2509 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32) ||
3165 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32),
3168 TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32),
H A Des31fTextureGatherTests.cpp123 type == tcu::TextureFormat::SIGNED_INT32;
140 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 ||
153 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
H A Des31fFboTestUtil.cpp580 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32);
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h129 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
H A Dlithium-codegen-x87.cc4930 SIGNED_INT32);
4986 if (signedness == SIGNED_INT32) {
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp677 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
678 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
H A DglsScissorTests.cpp770 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32);
H A DglsTextureTestUtil.cpp66 case TextureFormat::SIGNED_INT32:
92 case TextureFormat::SIGNED_INT32:

Completed in 1718 milliseconds

12