Home
last modified time | relevance | path

Searched refs:channelType (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp1369 glw::GLenum channelType = GL_NONE; in getComponentType() local
1390 case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT: channelType = GL_SIGNED_NORMALIZED; break; in getComponentType()
1391 case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT: channelType = GL_UNSIGNED_NORMALIZED; break; in getComponentType()
1392 case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER: channelType = GL_INT; break; in getComponentType()
1393 case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER: channelType = GL_UNSIGNED_INT; break; in getComponentType()
1394 case tcu::TEXTURECHANNELCLASS_FLOATING_POINT: channelType = GL_FLOAT; break; in getComponentType()
1411 return channelType; in getComponentType()
1423 return channelType; in getComponentType()
1434 return channelType; in getComponentType()
1443 return channelType; in getComponentType()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp526 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeChannelType() local
530 channelType = doubled ? TextureFormat::ChannelType::SIGNED_INT64 : TextureFormat::ChannelType::SIGNED_INT32; in makeChannelType()
533 channelType = doubled ? TextureFormat::ChannelType::UNSIGNED_INT64 : TextureFormat::ChannelType::UNSIGNED_INT32; in makeChannelType()
536 channelType = doubled ? TextureFormat::ChannelType::FLOAT64 : TextureFormat::ChannelType::FLOAT; in makeChannelType()
538 return channelType; in makeChannelType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp529 auto channelType = TextureFormat::ChannelType::CHANNELTYPE_LAST; in makeChannelType() local
533 channelType = doubled ? TextureFormat::ChannelType::SIGNED_INT64 : TextureFormat::ChannelType::SIGNED_INT32; in makeChannelType()
536 channelType = doubled ? TextureFormat::ChannelType::UNSIGNED_INT64 : TextureFormat::ChannelType::UNSIGNED_INT32; in makeChannelType()
539 channelType = doubled ? TextureFormat::ChannelType::FLOAT64 : TextureFormat::ChannelType::FLOAT; in makeChannelType()
541 return channelType; in makeChannelType()
/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.cpp162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
167 switch (channelType)
359 static Vec2 getFloatChannelValueRange (TextureFormat::ChannelType channelType)
367 switch (channelType)
544 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType)
549 switch (channelType)
621 static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType channelType)
626 switch (channelType)
669 return getChannelBitDepth(channelType);
H A DtcuTextureUtil.hpp69 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1541 tcu::TextureFormat::ChannelType channelType = tcu::TextureFormat::CHANNELTYPE_LAST; in verifyImage() local
1546 channelType = tcu::TextureFormat::UNSIGNED_INT8; in verifyImage()
1555 channelType = tcu::TextureFormat::UNORM_INT16; in verifyImage()
1559 channelType = tcu::TextureFormat::UNORM_INT24; in verifyImage()
1562 channelType = tcu::TextureFormat::FLOAT; in verifyImage()
1569 textureCopy = m_texture->copy(tcu::TextureFormat(channelOrder, channelType)); in verifyImage()
H A DvktPipelineSamplerBorderSwizzleTests.cpp519 tcu::TextureFormat::ChannelType channelType = tcu::TextureFormat::CHANNELTYPE_LAST; in comparePixelToColorClearValue() local
526 channelType = tcu::TextureFormat::UNSIGNED_INT8; in comparePixelToColorClearValue()
535 channelType = tcu::TextureFormat::UNORM_INT16; in comparePixelToColorClearValue()
539 channelType = tcu::TextureFormat::UNORM_INT24; in comparePixelToColorClearValue()
542 channelType = tcu::TextureFormat::FLOAT; in comparePixelToColorClearValue()
549 textureFormat = tcu::TextureFormat(channelOrder, channelType); in comparePixelToColorClearValue()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp549 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput() local
553 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break; in getRenderbufferFormatForOutput()
554 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
555 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
556 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break; in getRenderbufferFormatForOutput()
563 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType); in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1533 tcu::TextureFormat::ChannelType channelType = tcu::TextureFormat::CHANNELTYPE_LAST; in verifyImage() local
1538 channelType = tcu::TextureFormat::UNSIGNED_INT8; in verifyImage()
1547 channelType = tcu::TextureFormat::UNORM_INT16; in verifyImage()
1551 channelType = tcu::TextureFormat::UNORM_INT24; in verifyImage()
1554 channelType = tcu::TextureFormat::FLOAT; in verifyImage()
1561 textureCopy = m_texture->copy(tcu::TextureFormat(channelOrder, channelType)); in verifyImage()
/third_party/vk-gl-cts/modules/internal/
H A DditTextureFormatTests.cpp1717 for (int channelType = 0; channelType < TextureFormat::CHANNELTYPE_LAST; channelType++) in createTextureFormatTests()
1720 if (TextureFormat::SIGNED_INT64 == channelType || channelType == TextureFormat::UNSIGNED_INT64) in createTextureFormatTests()
1725 const TextureFormat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelType)channelType); in createTextureFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp684 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput() local
688 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break; in getRenderbufferFormatForOutput()
689 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
690 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
691 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break; in getRenderbufferFormatForOutput()
692 case glu::TYPE_FLOAT16: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::HALF_FLOAT; break; in getRenderbufferFormatForOutput()
699 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType); in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp684 tcu::TextureFormat::ChannelType channelType; in getRenderbufferFormatForOutput() local
688 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break; in getRenderbufferFormatForOutput()
689 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
690 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break; in getRenderbufferFormatForOutput()
691 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break; in getRenderbufferFormatForOutput()
692 case glu::TYPE_FLOAT16: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::HALF_FLOAT; break; in getRenderbufferFormatForOutput()
699 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType); in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp1005 const tcu::TextureFormat::ChannelType channelType = format.type; in findPrimitiveMinimumResolvableDifference() local
1006 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType); in findPrimitiveMinimumResolvableDifference()
1010 return getFloatingPointMinimumResolvableDifference(maxZvalue, channelType); in findPrimitiveMinimumResolvableDifference()

Completed in 37 milliseconds