Home
last modified time | relevance | path

Searched refs:channelOrder (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dcl_utils.cpp15 size_t GetChannelCount(cl_channel_order channelOrder) in GetChannelCount() argument
18 switch (channelOrder) in GetChannelCount()
H A Dcl_utils.h16 size_t GetChannelCount(cl_channel_order channelOrder);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1540 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in verifyImage() local
1545 channelOrder = tcu::TextureFormat::S; in verifyImage()
1550 channelOrder = tcu::TextureFormat::D; in verifyImage()
1569 textureCopy = m_texture->copy(tcu::TextureFormat(channelOrder, channelType)); in verifyImage()
H A DvktPipelineSamplerBorderSwizzleTests.cpp518 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in comparePixelToColorClearValue() local
525 channelOrder = tcu::TextureFormat::S; in comparePixelToColorClearValue()
530 channelOrder = tcu::TextureFormat::D; in comparePixelToColorClearValue()
549 textureFormat = tcu::TextureFormat(channelOrder, channelType); in comparePixelToColorClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1532 tcu::TextureFormat::ChannelOrder channelOrder = tcu::TextureFormat::CHANNELORDER_LAST; in verifyImage() local
1537 channelOrder = tcu::TextureFormat::S; in verifyImage()
1542 channelOrder = tcu::TextureFormat::D; in verifyImage()
1561 textureCopy = m_texture->copy(tcu::TextureFormat(channelOrder, channelType)); in verifyImage()
/third_party/vk-gl-cts/modules/internal/
H A DditTextureFormatTests.cpp1723 for (int channelOrder = 0; channelOrder < TextureFormat::CHANNELORDER_LAST; channelOrder++) in createTextureFormatTests()
1725 const TextureFormat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelType)channelType); in createTextureFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2979 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags() local
2982 if (tcu::hasDepthComponent(channelOrder)) in getImageAspectFlags()
2985 if (tcu::hasStencilComponent(channelOrder)) in getImageAspectFlags()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2976 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags() local
2979 if (tcu::hasDepthComponent(channelOrder)) in getImageAspectFlags()
2982 if (tcu::hasStencilComponent(channelOrder)) in getImageAspectFlags()

Completed in 22 milliseconds