Home
last modified time | relevance | path

Searched refs:Bitfield (Results 1 – 25 of 57) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl181 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 …]
DvkStrUtilImpl.inl1406 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 …]
DvkDebugReportUtil.cpp35 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/
DtcuFormatUtil.hpp86 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/
DegluStrUtil.inl285 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)]);
DegluStrUtilPrototypes.inl27 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/
Dxray-converter.cpp107 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/
DBuiltinDumper.cpp79 case PDB_BuiltinType::Bitfield: in getTypeName()
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt4 # 5.4.4 Bitfield Operations
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt4 # 5.4.4 Bitfield Operations
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyBuiltinDumper.cpp82 case PDB_BuiltinType::Bitfield: in getTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-bitfield-encoding.s5 ; 5.4.4 Bitfield Operations
/external/llvm/test/MC/AArch64/
Darm64-bitfield-encoding.s5 ; 5.4.4 Bitfield Operations
/external/clang/test/CodeGenObjC/
D2010-03-17-StructRef.m2 // Bitfield references must not touch memory outside of the enclosing
/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl78 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);
DgluStrUtil.inl1803 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/
Dmember-init.cpp3 struct Bitfield { struct
/external/vixl/examples/aarch64/
Dnon-const-visitor.h65 V(Bitfield) \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DTrace.cpp46 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/
Ddecoder-arm64.h24 V(Bitfield) \
/external/vixl/src/aarch64/
Ddecoder-aarch64.h45 V(Bitfield) \
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h250 Bitfield = 29, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h275 Bitfield = 29, enumerator
/external/clang/test/CodeGenCXX/
Dtemporaries.cpp656 namespace Bitfield { namespace
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp368 } 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()

123