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

1 2

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 114 case tcu::TextureFormat::SIGNED_INT32: qualifier << "32i"; break;
139 case tcu::TextureFormat::SIGNED_INT32:
238 case tcu::TextureFormat::SIGNED_INT32:
413 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
416 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
454 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
457 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
489 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
492 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
545 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32),
    [all...]
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...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 58 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/
vkImageUtil.cpp 212 case FMT_CASE(R, SIGNED_INT32): return VK_FORMAT_R32_SINT;
216 case FMT_CASE(RG, SIGNED_INT32): return VK_FORMAT_R32G32_SINT;
220 case FMT_CASE(RGB, SIGNED_INT32): return VK_FORMAT_R32G32B32_SINT;
224 case FMT_CASE(RGBA, SIGNED_INT32): return VK_FORMAT_R32G32B32A32_SINT;
355 case VK_FORMAT_R32_SINT: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT32);
359 case VK_FORMAT_R32G32_SINT: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32);
363 case VK_FORMAT_R32G32B32_SINT: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32);
367 case VK_FORMAT_R32G32B32A32_SINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT32);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 99 texFormat.type == tcu::TextureFormat::SIGNED_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 125 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/
tcuTextureUtil.cpp 193 case TextureFormat::SIGNED_INT32: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
375 case TextureFormat::SIGNED_INT32: cMin = -2147483648.0f; cMax = 2147483647.0f; break;
460 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::min());
476 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::max());
533 case TextureFormat::SIGNED_INT32: return IVec4(32);
600 case TextureFormat::SIGNED_INT32:
    [all...]
tcuTexture.cpp 276 case TextureFormat::SIGNED_INT32: return 4;
340 case TextureFormat::SIGNED_INT32: return (float)*((const deInt32*)value);
370 case TextureFormat::SIGNED_INT32: return (int)*((const deInt32*)value);
400 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSatRte<deInt32> (src); break;
455 case TextureFormat::SIGNED_INT32: *((deInt32*)dst) = convertSat<deInt32> (src); break;
634 case TextureFormat::SIGNED_INT32:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 553 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break;
vktImageAtomicOperationTests.cpp     [all...]
vktImageQualifiersTests.cpp 721 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
  /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/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 424 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
vktSparseResourcesTestsUtil.cpp 674 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break;
vktSparseResourcesImageSparseResidency.cpp     [all...]
vktSparseResourcesMipmapSparseResidency.cpp 572 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
    [all...]

Completed in 536 milliseconds

1 2