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

1 2

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 60 case TextureFormat::UNSIGNED_INT32:
103 case TextureFormat::UNSIGNED_INT32: type = GL_UNSIGNED_INT; break;
150 case FMT_CASE(RGBA, UNSIGNED_INT32): return GL_RGBA32UI;
168 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI;
183 case FMT_CASE(RG, UNSIGNED_INT32): return GL_RG32UI;
196 case FMT_CASE(R, UNSIGNED_INT32): return GL_R32UI;
209 case FMT_CASE(D, UNSIGNED_INT32): return GL_DEPTH_COMPONENT32;
288 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32;
363 case GL_RGBA32UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32);
381 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 117 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
126 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
185 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
es3fDepthStencilClearTests.cpp 110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32);
es3fRandomFragmentOpTests.cpp 271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
es3fFboTestUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 531 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
614 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
760 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
818 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
892 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height);
954 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), levelWidth, levelHeight);
    [all...]
es31fShaderImageLoadStoreTests.cpp 138 type == TextureFormat::UNSIGNED_INT32;
174 format.type == TextureFormat::UNSIGNED_INT32;
188 format.type == TextureFormat::UNSIGNED_INT32;
214 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
    [all...]
es31fTextureGatherTests.cpp 130 type == tcu::TextureFormat::UNSIGNED_INT32;
141 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32))
153 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
    [all...]
es31fFboTestUtil.cpp 577 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 ||
  /external/deqp/framework/common/
tcuTextureUtil.cpp 96 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
224 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break;
314 case TextureFormat::UNSIGNED_INT32: return IVec4(32);
380 case TextureFormat::UNSIGNED_INT32:
    [all...]
tcuTexture.cpp 226 case TextureFormat::UNSIGNED_INT32: return 4;
276 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value);
300 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value);
324 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); break;
359 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); break;
513 case UNSIGNED_INT32: channelSize = 4; break;
    [all...]
tcuTexture.hpp 89 UNSIGNED_INT32,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 105 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /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 };
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 103 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /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 };
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 129 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32);
es2fRandomFragmentOpTests.cpp 271 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, height);
es2fDepthStencilTests.cpp 584 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), viewportW, viewportH);
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 676 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
679 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
    [all...]
glsScissorTests.cpp 775 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);

Completed in 437 milliseconds

1 2