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

1 2

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 117 case tcu::TextureFormat::UNSIGNED_INT32: qualifier << "32ui"; break;
143 case tcu::TextureFormat::UNSIGNED_INT32:
244 case tcu::TextureFormat::UNSIGNED_INT32:
418 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
421 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
459 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
462 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
494 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
497 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
550 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
    [all...]
es31fStencilTexturingTests.cpp 533 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);
    [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...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 61 case TextureFormat::UNSIGNED_INT32:
111 case TextureFormat::UNSIGNED_INT32: type = GL_UNSIGNED_INT; break;
158 case FMT_CASE(RGBA, UNSIGNED_INT32): return GL_RGBA32UI;
176 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI;
191 case FMT_CASE(RG, UNSIGNED_INT32): return GL_RG32UI;
205 case FMT_CASE(R, UNSIGNED_INT32): return GL_R32UI;
219 case FMT_CASE(D, UNSIGNED_INT32): return GL_DEPTH_COMPONENT32;
407 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32;
482 case GL_RGBA32UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32);
500 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 211 case FMT_CASE(R, UNSIGNED_INT32): return VK_FORMAT_R32_UINT;
215 case FMT_CASE(RG, UNSIGNED_INT32): return VK_FORMAT_R32G32_UINT;
219 case FMT_CASE(RGB, UNSIGNED_INT32): return VK_FORMAT_R32G32B32_UINT;
223 case FMT_CASE(RGBA, UNSIGNED_INT32): return VK_FORMAT_R32G32B32A32_UINT;
354 case VK_FORMAT_R32_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32);
358 case VK_FORMAT_R32G32_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT32);
362 case VK_FORMAT_R32G32B32_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32);
366 case VK_FORMAT_R32G32B32A32_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 ||
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 99 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 89 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 127 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)
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);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 549 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 74 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 98 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 99 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 124 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/deqp/framework/common/
tcuTextureUtil.cpp 197 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
379 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break;
496 case TextureFormat::UNSIGNED_INT32: return UVec4(std::numeric_limits<deUint32>::max());
537 case TextureFormat::UNSIGNED_INT32: return IVec4(32);
604 case TextureFormat::UNSIGNED_INT32:
    [all...]
tcuTexture.cpp 280 case TextureFormat::UNSIGNED_INT32: return 4;
344 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value);
374 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value);
404 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); break;
459 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); break;
640 case TextureFormat::UNSIGNED_INT32:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 427 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
vktSparseResourcesTestsUtil.cpp 670 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
  /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);

Completed in 1582 milliseconds

1 2