Home
last modified time | relevance | path

Searched refs:isPackedType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp654 bool isPackedType (const TextureFormat::ChannelType type) in isPackedType() function
791 const bool isPacked = isPackedType(texFormat.type); in convertNormalizedFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp63 bool isPackedType (const vk::VkFormat format);
DvktImageTestsUtil.cpp904 bool isPackedType (const vk::VkFormat format) in isPackedType() function
DvktImageTranscodingSupportTests.cpp1137 if (isPackedType(featuredFormat)) in createImageTranscodingSupportTests()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td207 class isPackedType<ValueType SrcVT> {
1208 bit isPacked = isPackedType<VT>.ret;
1709 field bit HasClampHi = BitAnd<isPackedType<DstVT>.ret, HasClamp>.ret;
1712 field bit IsPacked = isPackedType<Src0VT>.ret;