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

123

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp104 case tcu::TextureFormat::SIGNED_INT32: qualifier << "32i"; break;
129 case tcu::TextureFormat::SIGNED_INT32:
228 case tcu::TextureFormat::SIGNED_INT32:
403 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
406 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
441 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
444 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
473 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
476 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
526 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
[all...]
H A Des31fShaderImageLoadStoreTests.cpp146 type == TextureFormat::SIGNED_INT32;
174 format.type == TextureFormat::SIGNED_INT32 ||
186 format.type == TextureFormat::SIGNED_INT32 ||
219 case TextureFormat::SIGNED_INT32: typePart = "32i"; break;
1603 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32) ||
2109 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32));
2520 m_format == TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32) ||
3180 TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32),
3183 TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32),
H A Des31fTextureGatherTests.cpp139 type == tcu::TextureFormat::SIGNED_INT32;
156 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 ||
169 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp58 case TextureFormat::SIGNED_INT32:
108 case TextureFormat::SIGNED_INT32: type = GL_INT; break;
157 case FMT_CASE(RGBA, SIGNED_INT32): return GL_RGBA32I;
175 case FMT_CASE(RGB, SIGNED_INT32): return GL_RGB32I;
190 case FMT_CASE(RG, SIGNED_INT32): return GL_RG32I;
204 case FMT_CASE(R, SIGNED_INT32): return GL_R32I;
408 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32;
481 case GL_RGBA32I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32);
499 case GL_RGB32I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32);
514 case GL_RG32I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32);
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp1575 case FMT_CASE(R, SIGNED_INT32): return VK_FORMAT_R32_SINT;
1579 case FMT_CASE(RG, SIGNED_INT32): return VK_FORMAT_R32G32_SINT;
1583 case FMT_CASE(RGB, SIGNED_INT32): return VK_FORMAT_R32G32B32_SINT;
1587 case FMT_CASE(RGBA, SIGNED_INT32): return VK_FORMAT_R32G32B32A32_SINT;
1781 case VK_FORMAT_R32_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32);
1785 case VK_FORMAT_R32G32_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32);
1789 case VK_FORMAT_R32G32B32_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32);
1793 case VK_FORMAT_R32G32B32A32_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32);
1983 case tcu::TextureFormat::SIGNED_INT32:
2041 TextureFormat::SIGNED_INT32, // sin
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp57 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
H A DvktSparseResourcesImageSparseResidency.cpp696 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
699 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT32),
H A DvktSparseResourcesImageSparseBinding.cpp413 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp99 texFormat.type == tcu::TextureFormat::SIGNED_INT32)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp311 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; 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.cpp125 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
138 else if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
193 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp198 case TextureFormat::SIGNED_INT32: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
384 case TextureFormat::SIGNED_INT32: cMin = -2147483520.0f; cMax = 2147483520.0f; break; // Maximum exactly representable 31-bit integer: (2^24 - 1) * 2^7
469 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::min());
489 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::max());
547 case TextureFormat::SIGNED_INT32: return IVec4(32);
616 case TextureFormat::SIGNED_INT32:
H A DtcuTexture.cpp290 case TextureFormat::SIGNED_INT32: return (float)*((const deInt32*)value);
322 case TextureFormat::SIGNED_INT32: return (int)*((const deInt32*)value);
354 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src); break;
439 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSat<deInt32> (src); break;
620 case TextureFormat::SIGNED_INT32:
699 case TextureFormat::SIGNED_INT32: return 4;
3854 "SIGNED_INT32",
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp271 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_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/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h120 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator in enum:v8::internal::LCodeGen::IntegerSignedness
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp721 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),

Completed in 523 milliseconds

123