Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT32 (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp117 case tcu::TextureFormat::UNSIGNED_INT32: qualifier << "32ui"; break; in getShaderImageLayoutQualifier()
143 case tcu::TextureFormat::UNSIGNED_INT32: in getShaderImageTypeDeclaration()
244 case tcu::TextureFormat::UNSIGNED_INT32: in getOtherFunctionArguments()
418 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_store()
421 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in image_store()
459 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_load()
462 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in image_load()
494 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_atomic()
497 tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT32) in image_atomic()
550 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in image_atomic_exchange()
[all …]
Des31fStencilTexturingTests.cpp533 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate()
616 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width,… in iterate()
762 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate()
820 …TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width… in iterate()
894 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), wi… in iterate()
956 …TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), le… in iterate()
Des31fShaderImageLoadStoreTests.cpp138 type == TextureFormat::UNSIGNED_INT32; in isFormatTypeUnsignedInteger()
174 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer()
188 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer()
214 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
1601 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in BinaryAtomicOperationCase()
2107 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in AtomicCompSwapCase()
2518 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in CoherenceCase()
2716 …_ASSERT(resultSlice.getFormat() == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32)); in operator ()()
2868 …erOutResultTexture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), in iterate()
2973 …LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), 1… in iterate()
[all …]
Des31fFboTestUtil.cpp577 return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32); in getFramebufferReadFormat()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp61 case TextureFormat::UNSIGNED_INT32: in getTransferFormat()
111 case TextureFormat::UNSIGNED_INT32: type = GL_UNSIGNED_INT; break; in getTransferFormat()
158 case FMT_CASE(RGBA, UNSIGNED_INT32): return GL_RGBA32UI; in getInternalFormat()
176 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI; in getInternalFormat()
191 case FMT_CASE(RG, UNSIGNED_INT32): return GL_RG32UI; in getInternalFormat()
205 case FMT_CASE(R, UNSIGNED_INT32): return GL_R32UI; in getInternalFormat()
219 case FMT_CASE(D, UNSIGNED_INT32): return GL_DEPTH_COMPONENT32; in getInternalFormat()
407 …L_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32; in mapGLChannelType()
482 case GL_RGBA32UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat()
500 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp211 case FMT_CASE(R, UNSIGNED_INT32): return VK_FORMAT_R32_UINT; in mapTextureFormat()
215 case FMT_CASE(RG, UNSIGNED_INT32): return VK_FORMAT_R32G32_UINT; in mapTextureFormat()
219 case FMT_CASE(RGB, UNSIGNED_INT32): return VK_FORMAT_R32G32B32_UINT; in mapTextureFormat()
223 case FMT_CASE(RGBA, UNSIGNED_INT32): return VK_FORMAT_R32G32B32A32_UINT; in mapTextureFormat()
354 …case VK_FORMAT_R32_UINT: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32); in mapVkFormat()
358 … VK_FORMAT_R32G32_UINT: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT32); in mapVkFormat()
362 …K_FORMAT_R32G32B32_UINT: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); in mapVkFormat()
366 …ORMAT_R32G32B32A32_UINT: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32); in mapVkFormat()
588 case tcu::TextureFormat::UNSIGNED_INT32: in fullTextureFormatRoundTripSupported()
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp127 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render()
136 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render()
195 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32) in render()
Des3fDepthStencilClearTests.cpp110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
Des3fRandomFragmentOpTests.cpp271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 || in init()
/external/deqp/framework/common/
DtcuTextureUtil.cpp197 case TextureFormat::UNSIGNED_INT32: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
379 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break; in getFloatChannelValueRange()
496 case TextureFormat::UNSIGNED_INT32: return UVec4(std::numeric_limits<deUint32>::max()); in getFormatMaxUintValue()
537 case TextureFormat::UNSIGNED_INT32: return IVec4(32); in getChannelBitDepth()
604 case TextureFormat::UNSIGNED_INT32: in getChannelMantissaBitDepth()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h89 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h99 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h97 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp549 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h98 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h99 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseBinding.cpp427 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createImageSparseBindingTests()
DvktSparseResourcesTestsUtil.cpp670 case tcu::TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
DvktSparseResourcesMipmapSparseResidency.cpp575 tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32), in createMipmapSparseResidencyTests()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h74 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h124 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 }; enumerator
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp110 case 32: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32); in getStencilFormat()
Des2fRandomFragmentOpTests.cpp271 …eLevel(tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT32), width, heigh… in init()

12