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

1 2 3

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 104 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...]
es31fShaderImageLoadStoreTests.cpp 146 type == TextureFormat::SIGNED_INT32;
174 format.type == TextureFormat::SIGNED_INT32 ||
186 format.type == TextureFormat::SIGNED_INT32 ||
219 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     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsics.cpp 57 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
vktSparseResourcesImageSparseResidency.cpp 670 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
673 tcu::TextureFormat(tcu::TextureFormat::RG, tcu::TextureFormat::SIGNED_INT32),
vktSparseResourcesImageSparseBinding.cpp 388 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
vktSparseResourcesMipmapSparseResidency.cpp 507 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::SIGNED_INT32),
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 99 texFormat.type == tcu::TextureFormat::SIGNED_INT32)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 311 case tcu::TextureFormat::SIGNED_INT32: typePart = "32i"; break;
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 85 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/s390/
lithium-codegen-s390.h 96 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 82 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 198 case TextureFormat::SIGNED_INT32: return TEXTURECHANNELCLASS_SIGNED_INTEGER;
384 case TextureFormat::SIGNED_INT32: cMin = -2147483648.0f; cMax = 2147483647.0f; break;
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:
    [all...]
tcuTexture.cpp 290 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;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 72 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 96 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 120 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_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...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp     [all...]

Completed in 465 milliseconds

1 2 3