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

123

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp107 case tcu::TextureFormat::UNSIGNED_INT32: qualifier << "32ui"; break;
133 case tcu::TextureFormat::UNSIGNED_INT32:
234 case tcu::TextureFormat::UNSIGNED_INT32:
408 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
411 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
446 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
449 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
478 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
481 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
531 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
[all...]
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.cpp139 type == TextureFormat::UNSIGNED_INT32;
175 format.type == TextureFormat::UNSIGNED_INT32;
189 format.type == TextureFormat::UNSIGNED_INT32;
215 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
1602 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) ||
2108 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) ||
2519 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) ||
2717 DE_ASSERT(resultSlice.getFormat() == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32));
2869 if (readIntegerTextureViaFBOAndVerify(renderCtx, glLog, *shaderOutResultTexture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32),
2974 LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32),
[all...]
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp61 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/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp137 , m_residencyFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32)
H A DvktSparseResourcesShaderIntrinsics.cpp60 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
H A DvktSparseResourcesImageSparseBinding.cpp416 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1574 case FMT_CASE(R, UNSIGNED_INT32): return VK_FORMAT_R32_UINT;
1578 case FMT_CASE(RG, UNSIGNED_INT32): return VK_FORMAT_R32G32_UINT;
1582 case FMT_CASE(RGB, UNSIGNED_INT32): return VK_FORMAT_R32G32B32_UINT;
1586 case FMT_CASE(RGBA, UNSIGNED_INT32): return VK_FORMAT_R32G32B32A32_UINT;
1780 case VK_FORMAT_R32_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32);
1784 case VK_FORMAT_R32G32_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT32);
1788 case VK_FORMAT_R32G32B32_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32);
1792 case VK_FORMAT_R32G32B32A32_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32);
1980 case tcu::TextureFormat::UNSIGNED_INT32:
2042 TextureFormat::UNSIGNED_INT32, // uin
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 ||
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp307 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h96 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/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);
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp249 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), kSize, kSize);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h72 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h85 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h96 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h82 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp202 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
388 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967040.f; break; // Maximum exactly representable 32-bit integer: (2^24 - 1) * 2^8
510 case TextureFormat::UNSIGNED_INT32: return UVec4(std::numeric_limits<deUint32>::max());
551 case TextureFormat::UNSIGNED_INT32: return IVec4(32);
620 case TextureFormat::UNSIGNED_INT32:
/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);

Completed in 432 milliseconds

123