HomeSort by relevance Sort by last modified time
    Searched refs:SIGNED_INT32 (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 57 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/
es3fReadPixelsTests.cpp 115 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)
es3fFboTestUtil.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 99 texFormat.type == tcu::TextureFormat::SIGNED_INT32)
  /external/deqp/framework/common/
tcuTextureUtil.cpp 93 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:
    [all...]
tcuTexture.cpp 223 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;
    [all...]
tcuTexture.hpp 86 SIGNED_INT32,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 105 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 95 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 103 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 104 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 88 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
lithium-codegen-x64.cc     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 145 type == TextureFormat::SIGNED_INT32;
173 format.type == TextureFormat::SIGNED_INT32 ||
185 format.type == TextureFormat::SIGNED_INT32 ||
218 case TextureFormat::SIGNED_INT32: typePart = "32i"; break;
    [all...]
es31fTextureGatherTests.cpp 123 type == tcu::TextureFormat::SIGNED_INT32;
140 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 ||
153 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
    [all...]
es31fFboTestUtil.cpp 580 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32);
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 129 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
lithium-codegen-x87.cc     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 677 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
678 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
    [all...]
glsScissorTests.cpp 770 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32);
glsTextureTestUtil.cpp 66 case TextureFormat::SIGNED_INT32:
92 case TextureFormat::SIGNED_INT32:
    [all...]

Completed in 250 milliseconds

1 2