Searched refs:UNSIGNED_INT32 (Results 26 - 50 of 66) sorted by relevance

123

/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/gles31/functional/
H A Des31fTextureGatherTests.cpp146 type == tcu::TextureFormat::UNSIGNED_INT32;
157 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32))
169 (isSigned) ? (tcu::TextureFormat::SIGNED_INT32) : (tcu::TextureFormat::UNSIGNED_INT32)),
H A Des31fFboTestUtil.cpp583 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
H A Des31fShaderFramebufferFetchTests.cpp127 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
/external/deqp/framework/common/
H A DtcuTexture.cpp294 case TextureFormat::UNSIGNED_INT32: return (float)*((const deUint32*)value);
326 case TextureFormat::UNSIGNED_INT32: return (int)*((const deUint32*)value);
358 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSatRte<deUint32> (src); break;
443 case TextureFormat::UNSIGNED_INT32: *((deUint32*)dst) = convertSat<deUint32> ((deUint32)src); break;
626 case TextureFormat::UNSIGNED_INT32:
703 case TextureFormat::UNSIGNED_INT32: return 4;
3858 "UNSIGNED_INT32",
H A DtcuTexture.hpp107 UNSIGNED_INT32, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp553 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
556 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
H A DglsScissorTests.cpp780 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp720 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32),
H A DvktImageTestsUtil.cpp1023 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
H A DvktImageAtomicOperationTests.cpp970 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32),
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp923 case TextureFormat::UNSIGNED_INT32:
H A DvktPipelineImageSamplingInstance.cpp1080 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
H A DvktPipelineMultisampleImageTests.cpp683 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp736 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
H A DvktSparseResourcesImageSparseResidency.cpp702 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
H A DvktSparseResourcesMipmapSparseResidency.cpp532 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32),
H A DvktSparseResourcesShaderIntrinsicsBase.cpp164 case tcu::TextureFormat::UNSIGNED_INT32:
H A DvktSparseResourcesTestsUtil.cpp722 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp1029 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
H A Des3fDepthStencilTests.cpp584 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), viewportW, viewportH);
H A Des3fShaderDerivateTests.cpp808 const tcu::TextureFormat transferFormat (tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp191 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break;
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp584 m_refStencilBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), viewportW, viewportH);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp539 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
542 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;

Completed in 461 milliseconds

123