/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 181 tcu::Format::Bitfield<32> getFormatFeatureFlagsStr (VkFormatFeatureFlags value); 182 tcu::Format::Bitfield<32> getImageUsageFlagsStr (VkImageUsageFlags value); 183 tcu::Format::Bitfield<32> getImageCreateFlagsStr (VkImageCreateFlags value); 184 tcu::Format::Bitfield<32> getSampleCountFlagsStr (VkSampleCountFlags value); 185 tcu::Format::Bitfield<32> getQueueFlagsStr (VkQueueFlags value); 186 tcu::Format::Bitfield<32> getMemoryPropertyFlagsStr (VkMemoryPropertyFlags value); 187 tcu::Format::Bitfield<32> getMemoryHeapFlagsStr (VkMemoryHeapFlags value); 188 tcu::Format::Bitfield<32> getDeviceQueueCreateFlagsStr (VkDeviceQueueCreateFlags value); 189 tcu::Format::Bitfield<32> getPipelineStageFlagsStr (VkPipelineStageFlags value); 190 tcu::Format::Bitfield<32> getImageAspectFlagsStr (VkImageAspectFlags value); [all …]
|
D | vkStrUtilImpl.inl | 1406 tcu::Format::Bitfield<32> getFormatFeatureFlagsStr (VkFormatFeatureFlags value) 1435 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1438 tcu::Format::Bitfield<32> getImageUsageFlagsStr (VkImageUsageFlags value) 1451 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1454 tcu::Format::Bitfield<32> getImageCreateFlagsStr (VkImageCreateFlags value) 1472 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1475 tcu::Format::Bitfield<32> getSampleCountFlagsStr (VkSampleCountFlags value) 1487 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1490 tcu::Format::Bitfield<32> getQueueFlagsStr (VkQueueFlags value) 1500 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); [all …]
|
D | vkDebugReportUtil.cpp | 35 tcu::Format::Bitfield<32> shortDebugFlagsStr (VkDebugReportFlagsEXT flags) in shortDebugFlagsStr() 46 return tcu::Format::Bitfield<32>(flags, DE_ARRAY_BEGIN(s_bits), DE_ARRAY_END(s_bits)); in shortDebugFlagsStr()
|
/external/deqp/framework/common/ |
D | tcuFormatUtil.hpp | 86 class Bitfield class 89 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) in Bitfield() function in tcu::Format::Bitfield 127 inline std::ostream& operator<< (std::ostream& stream, Bitfield<BitfieldSize> decoder) in operator <<() 263 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size]) in formatBitfield() 265 return Format::Bitfield<sizeof(T)*8>((deUint64)value, &desc[0], &desc[Size]); in formatBitfield()
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 285 tcu::Format::Bitfield<16> getAPIBitsStr (int value) 295 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 298 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value) 312 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
|
D | egluStrUtilPrototypes.inl | 27 tcu::Format::Bitfield<16> getAPIBitsStr (int value); 28 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 107 uint32_t Bitfield{0}; in exportAsRAWv1() local 109 Bitfield |= 1uL; in exportAsRAWv1() 111 Bitfield |= 1uL << 1; in exportAsRAWv1() 112 Writer.write(Bitfield); in exportAsRAWv1()
|
/external/llvm/tools/llvm-pdbdump/ |
D | BuiltinDumper.cpp | 79 case PDB_BuiltinType::Bitfield: in getTypeName()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-bitfield.txt | 4 # 5.4.4 Bitfield Operations
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-bitfield.txt | 4 # 5.4.4 Bitfield Operations
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyBuiltinDumper.cpp | 82 case PDB_BuiltinType::Bitfield: in getTypeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-bitfield-encoding.s | 5 ; 5.4.4 Bitfield Operations
|
/external/llvm/test/MC/AArch64/ |
D | arm64-bitfield-encoding.s | 5 ; 5.4.4 Bitfield Operations
|
/external/clang/test/CodeGenObjC/ |
D | 2010-03-17-StructRef.m | 2 // Bitfield references must not touch memory outside of the enclosing
|
/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 78 tcu::Format::Bitfield<16> getBufferMaskStr (int value); 79 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value); 80 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value); 81 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value);
|
D | gluStrUtil.inl | 1803 tcu::Format::Bitfield<16> getBufferMaskStr (int value) 1811 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 1814 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value) 1825 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 1828 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value) 1845 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 1848 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value) 1859 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
|
/external/clang/test/SemaCXX/ |
D | member-init.cpp | 3 struct Bitfield { struct
|
/external/vixl/examples/aarch64/ |
D | non-const-visitor.h | 65 V(Bitfield) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | Trace.cpp | 46 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader() local 47 FileHeader.ConstantTSC = Bitfield & 1uL; in readBinaryFormatHeader() 48 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
|
/external/v8/src/arm64/ |
D | decoder-arm64.h | 24 V(Bitfield) \
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 45 V(Bitfield) \
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 250 Bitfield = 29, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 275 Bitfield = 29, enumerator
|
/external/clang/test/CodeGenCXX/ |
D | temporaries.cpp | 656 namespace Bitfield { namespace
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 368 } Bitfield; member 437 Bitfield = o.Bitfield; in ARMOperand() 1016 unsigned lsb = Bitfield.LSB; in addBitfieldOperands() 1017 unsigned width = Bitfield.Width; in addBitfieldOperands() 1554 Op->Bitfield.LSB = LSB; in CreateBitfield() 1555 Op->Bitfield.Width = Width; in CreateBitfield() 1755 OS << "<bitfield " << "lsb: " << Bitfield.LSB in print() 1756 << ", width: " << Bitfield.Width << ">"; in print()
|