/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 423 tcu::Format::Bitfield<32> getFramebufferCreateFlagsStr (VkFramebufferCreateFlags value); 424 tcu::Format::Bitfield<32> getQueryPoolCreateFlagsStr (VkQueryPoolCreateFlags value); 425 tcu::Format::Bitfield<32> getRenderPassCreateFlagsStr (VkRenderPassCreateFlags value); 426 tcu::Format::Bitfield<32> getSamplerCreateFlagsStr (VkSamplerCreateFlags value); 427 tcu::Format::Bitfield<32> getPipelineLayoutCreateFlagsStr (VkPipelineLayoutCreateFlags value… 428 tcu::Format::Bitfield<32> getPipelineCacheCreateFlagsStr (VkPipelineCacheCreateFlags value); 429 tcu::Format::Bitfield<32> getPipelineDepthStencilStateCreateFlagsStr (VkPipelineDepthStencilSta… 430 tcu::Format::Bitfield<32> getPipelineDynamicStateCreateFlagsStr (VkPipelineDynamicStateCreateF… 431 tcu::Format::Bitfield<32> getPipelineColorBlendStateCreateFlagsStr (VkPipelineColorBlendStateCr… 432 tcu::Format::Bitfield<32> getPipelineMultisampleStateCreateFlagsStr (VkPipelineMultisampleState… [all …]
|
D | vkStrUtilImpl.inl | 215 tcu::Format::Bitfield<32> getFramebufferCreateFlagsStr (VkFramebufferCreateFlags value) 221 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 224 tcu::Format::Bitfield<32> getRenderPassCreateFlagsStr (VkRenderPassCreateFlags value) 230 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 233 tcu::Format::Bitfield<32> getSamplerCreateFlagsStr (VkSamplerCreateFlags value) 243 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 255 tcu::Format::Bitfield<32> getPipelineCacheCreateFlagsStr (VkPipelineCacheCreateFlags value) 261 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 264 tcu::Format::Bitfield<32> getPipelineShaderStageCreateFlagsStr (VkPipelineShaderStageCreateFlags va… 271 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 1096 struct Bitfield struct 1100 constexpr Bitfield Then(const int bits) { return { offset + count, bits }; } in Then() argument 1101 constexpr bool operator==(const Bitfield &rhs) in operator ==() argument 1123 constexpr Bitfield Partition() const { return { IDX + 1, PB }; } in Partition() 1124 constexpr Bitfield Rotation() const { return Partition().Then(RB); } in Rotation() 1125 constexpr Bitfield IndexSelection() const { return Rotation().Then(ISB); } in IndexSelection() 1126 constexpr Bitfield Red(int idx) const in Red() 1130 constexpr Bitfield Green(int idx) const in Green() 1134 constexpr Bitfield Blue(int idx) const in Blue() 1138 constexpr Bitfield Alpha(int idx) const in Alpha() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FileHeaderReader.cpp | 45 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader() local 52 FileHeader.ConstantTSC = Bitfield & 1uL; in readBinaryFormatHeader() 53 FileHeader.NonstopTSC = Bitfield & 1uL << 1; in readBinaryFormatHeader()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFormatUtil.hpp | 90 class Bitfield class 93 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) in Bitfield() function in tcu::Format::Bitfield 131 inline std::ostream& operator<< (std::ostream& stream, Bitfield<BitfieldSize> decoder) in operator <<() 267 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size]) in formatBitfield() 269 return Format::Bitfield<sizeof(T)*8>((deUint64)value, &desc[0], &desc[Size]); in formatBitfield()
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | _bitfield_io.dart | 10 /// The dart:io implementation of [bitfield.Bitfield]. 12 /// The dart:io implementation of [bitfield.Bitfield()]. 17 /// The dart:io implementation of [bitfield.Bitfield.filled].
|
D | _bitfield_web.dart | 16 /// The dart:html implementation of [bitfield.Bitfield]. 18 /// The dart:html implementation of [bitfield.Bitfield]. 23 /// The dart:html implementation of [bitfield.Bitfield.filled].
|
/third_party/rust/crates/bindgen/book/src/ |
D | using-bitfields.md | 1 # Using the Bitfield Types Generated by Bindgen 3 ## Bitfield Strategy Overview 11 ## Bitfield examples
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | comp.rs | 167 bitfields: Vec<Bitfield>, 184 pub fn bitfields(&self) -> &[Bitfield] { in bitfields() argument 289 impl DotAttributes for Bitfield { implementation 310 pub struct Bitfield { struct 329 impl Bitfield { implementation 331 fn new(offset_into_unit: usize, raw: RawField) -> Bitfield { in new() argument 334 Bitfield { in new() 399 impl FieldMethods for Bitfield { implementation 578 bitfields: Vec<Bitfield>, in bitfields_to_allocation_units() argument 669 bitfields_in_unit.push(Bitfield::new(offset, bitfield)); in bitfields_to_allocation_units()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.cpp | 38 tcu::Format::Bitfield<32> shortDebugFlagsStr (VkDebugReportFlagsEXT flags) in shortDebugFlagsStr() 49 return tcu::Format::Bitfield<32>(flags, DE_ARRAY_BEGIN(s_bits), DE_ARRAY_END(s_bits)); in shortDebugFlagsStr()
|
/third_party/vk-gl-cts/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);
|
/third_party/vk-gl-cts/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)]);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 349 Bitfield = 29, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 62 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Bitfield, OS) in operator <<()
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_shader_subgroup.txt | 444 SUBGROUP_SUPPORTED_ E GetIntegerv Sec Bitfield of stages that SG.2.2 447 SUBGROUP_SUPPORTED_ E GetIntegerv Sec Bitfield of subgroup SG.2.3
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 26 Bitfield, BitfieldUnit, CompInfo, CompKind, Field, FieldData, FieldMethods, 1518 impl Bitfield { impl 1704 bitfield: &Bitfield, in bitfield_getter_name() argument 1713 bitfield: &Bitfield, in bitfield_setter_name() argument 1720 impl<'a> FieldCodegen<'a> for Bitfield { implementation
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | gen_framework_sc.py | 278 class Bitfield: class 782 bitfields64.append(Bitfield(bitfieldName, matches)) 817 bitfields.append(Bitfield(getBitfieldNameForBitEnum(enum.name), enum.values)) 824 bitfields.append(Bitfield(bitfieldName, []))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 135 // Shifts and Bitfield Operations 468 // 7.9.4 Shifts and Bitfield Operations
|
D | AArch64SchedThunderX2T99.td | 535 // Bitfield extract, two reg 545 // Bitfield extract 552 // Bitfield move, insert
|
/third_party/libwebsockets/ |
D | CMakeLists.txt | 267 set(LWS_LOGGING_BITFIELD_SET 0 CACHE STRING "Bitfield describing which log levels to force included… 268 set(LWS_LOGGING_BITFIELD_CLEAR 0 CACHE STRING "Bitfield describing which log levels to force remove…
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.4.rst | 246 * Bitfield without explicit sign should be a warning, not an error
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
D | com9097.mme | 7 /* Bitfield version of NVC0_3D_VERTEX_ARRAY_PER_INSTANCE[].
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 955 APInt Bitfield(Width, 0); in optimizeMemChr() local 957 Bitfield.setBit((unsigned char)C); in optimizeMemChr() 958 Value *BitfieldC = B.getInt(Bitfield); in optimizeMemChr()
|