/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 32 struct X86Operand final : public MCParsedAsmOperand { struct 33 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind; 35 SMLoc StartLoc, EndLoc; 36 SMLoc OffsetOfLoc; 37 StringRef SymName; 38 void *OpDecl; 39 bool AddressOf; 41 struct TokOp { 46 struct RegOp { 50 struct PrefOp { [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.h | 38 struct ImageFormatInitInfo final struct 45 struct BufferFormatInitInfo final argument 56 struct Format final : private angle::NonCopyable argument 60 bool valid() const { return internalFormat != 0; } in valid() 65 const angle::Format &intendedFormat() const { return angle::Format::Get(intendedFormatID); } in intendedFormat() 68 const angle::Format &actualImageFormat() const in actualImageFormat() 74 const angle::Format &actualBufferFormat() const in actualBufferFormat() 81 const gl::InternalFormat &getInternalFormatInfo(GLenum type) const in getInternalFormatInfo() 119 class FormatTable final : angle::NonCopyable argument
|
D | vk_cache_utils.h | 128 struct PackedAttachmentOpsDesc final struct 139 uint16_t finalLayout : 5; argument 144 class AttachmentOpsArray final argument 173 struct PackedAttribDesc final struct 190 struct VertexInputAttributes final struct 198 struct RasterizationStateBits final argument 215 struct PackedRasterizationAndMultisampleStateInfo final argument 232 struct StencilOps final argument 243 struct PackedStencilOpState final argument 253 struct DepthStencilEnableFlags final argument [all …]
|
/external/libchrome/mojo/public/cpp/system/ |
D | handle_signals_state.h | 14 struct MOJO_CPP_SYSTEM_EXPORT HandleSignalsState final struct 16 HandleSignalsState() { in HandleSignalsState() 21 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState() 33 bool equals(const HandleSignalsState& other) const { in equals() 38 bool satisfies_any(MojoHandleSignals signals) const { in satisfies_any() 42 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all() 46 bool can_satisfy_any(MojoHandleSignals signals) const { in can_satisfy_any() 52 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable() 56 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() 60 bool peer_closed() const { in peer_closed() [all …]
|
/external/libchrome/mojo/core/ |
D | handle_signals_state.h | 18 struct MOJO_SYSTEM_IMPL_EXPORT HandleSignalsState final struct 20 HandleSignalsState() { in HandleSignalsState() 25 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState() 37 bool equals(const HandleSignalsState& other) const { in equals() 42 bool satisfies_any(MojoHandleSignals signals) const { in satisfies_any() 46 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all() 50 bool can_satisfy_any(MojoHandleSignals signals) const { in can_satisfy_any() 56 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable() 60 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() 64 bool peer_closed() const { in peer_closed() [all …]
|
/external/icu/icu4c/source/common/ |
D | lsr.h | 16 struct LSR final : public UMemory { struct 17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26; 19 const char *language; 20 const char *script; 21 const char *region; 22 char *owned = nullptr; 24 int32_t regionIndex = 0; 26 int32_t hashCode = 0; 28 LSR() : language("und"), script(""), region("") {} in LSR() 31 LSR(const char *lang, const char *scr, const char *r) : in LSR() [all …]
|
/external/tensorflow/tensorflow/lite/experimental/ruy/ |
D | context.h | 47 struct Context final { struct 48 Path last_taken_path = Path::kNone; 49 Tuning explicit_tuning = Tuning::kAuto; 51 ThreadPool workers_pool; 52 int max_num_threads = 1; 54 std::vector<std::unique_ptr<PerThreadState>> per_thread_states; 55 TracingContext tracing; 56 CachePolicy cache_policy = CachePolicy::kNoCache; 58 Allocator* GetMainAllocator() { in GetMainAllocator() 65 PrepackedCache* GetPrepackedCache() { in GetPrepackedCache() [all …]
|
D | matrix.h | 32 struct Layout final { struct 51 class ConstCheckingPtr final { argument 108 struct Matrix final { struct 118 detail::ConstCheckingPtr<Scalar> data; 120 Layout layout; 123 Scalar zero_point = 0; 127 bool cacheable = false;
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 24 struct Format final : private angle::NonCopyable struct 48 static const Format &Get(FormatID id) { return gFormatInfoTable[static_cast<int>(id)]; } in Get() 62 constexpr bool isInt() const { return isSint() || isUint(); } in isInt() 63 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm() 64 constexpr bool isPureInt() const { return isInt() && !isScaled; } in isPureInt() 68 FormatID id; 72 GLenum glInternalFormat; 77 GLenum fboImplementationInternalFormat; 79 rx::MipGenerationFunction mipGenerationFunction; 80 rx::PixelReadFunction pixelReadFunction; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | AMDGPUMetadata.h | 120 struct Metadata final { struct 122 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>(); 124 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>(); 135 bool empty() const { in empty() 140 bool notEmpty() const { in notEmpty() 185 struct Metadata final { struct 191 uint32_t mSize = 0; 193 uint32_t mAlign = 0; 195 ValueKind mValueKind = ValueKind::Unknown; 197 ValueType mValueType = ValueType::Unknown; [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table.h | 33 struct Format final : private angle::NonCopyable struct 53 GLenum internalFormat; 54 angle::FormatID formatID; 56 DXGI_FORMAT texFormat; 57 DXGI_FORMAT srvFormat; 58 DXGI_FORMAT uavFormat; 59 DXGI_FORMAT rtvFormat; 60 DXGI_FORMAT dsvFormat; 62 DXGI_FORMAT blitSRVFormat; 64 GLenum swizzleFormat; [all …]
|
D | Query11.h | 41 struct QueryState final : private angle::NonCopyable struct 46 unsigned int getDataAttemptCount; 48 d3d11::Query query; 49 d3d11::Query beginTimestamp; 50 d3d11::Query endTimestamp; 51 bool finished;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.h | 26 struct SIRegisterInfo final : public AMDGPURegisterInfo { struct 29 unsigned VGPR32SetID; 30 BitVector SGPRPressureSets; 31 BitVector VGPRPressureSets; 84 unsigned getHWRegIndex(unsigned Reg) const { in getHWRegIndex() 93 bool isSGPRClass(const TargetRegisterClass *RC) const { in isSGPRClass() 98 bool isSGPRClassID(unsigned RCID) const { in isSGPRClassID() 102 bool isSGPRReg(const MachineRegisterInfo &MRI, unsigned Reg) const { in isSGPRReg() 117 static bool isPseudoRegClass(const TargetRegisterClass *RC) { in isPseudoRegClass() 155 enum PreloadedValue { [all …]
|
/external/angle/src/common/ |
D | utilities.h | 134 struct UniformTypeInfo final : angle::NonCopyable struct 153 GLenum type; 154 GLenum componentType; 155 GLenum textureType; 156 GLenum transposedMatrixType; 157 GLenum boolVectorType; 158 SamplerFormat samplerFormat; 159 int rowCount; 160 int columnCount; 161 int componentCount; [all …]
|
/external/v4l2_codec2/accel/ |
D | video_encode_accelerator.h | 36 struct Vp8Metadata final { struct 51 struct BitstreamBufferMetadata final { argument 58 size_t payload_size_bytes; 59 bool key_frame; 60 base::TimeDelta timestamp; 61 base::Optional<Vp8Metadata> vp8;
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant.h | 325 struct Value final : ValueInterface { struct 332 ~Value() final = default; argument 334 TypeIndex TypeId() const final { in TypeId() argument 340 void* RawPtr() final { return &value; } in RawPtr() argument 342 const void* RawPtr() const final { return &value; } in RawPtr() argument 344 std::unique_ptr<ValueInterface> Clone() const final { in Clone() argument 348 void MoveAssign(ValueInterface* memory) final { in MoveAssign() argument 354 void CloneInto(ValueInterface* memory) const final { in CloneInto() argument 358 void MoveInto(ValueInterface* memory) final { in MoveInto() argument 362 string TypeName() const final { return TypeNameVariant(value); } in TypeName() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CFLAliasAnalysisUtils.h | 24 template <typename AAResult> struct FunctionHandle final : public CallbackVH { struct 25 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() 31 void deleted() override { removeSelfFromCache(); } in deleted() 32 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith() 37 void removeSelfFromCache() { in removeSelfFromCache()
|
/external/angle/src/libANGLE/ |
D | angletypes.h | 126 struct RasterizerState final struct 151 struct BlendState final argument 176 struct DepthStencilState final argument 182 bool depthTest; 183 GLenum depthFunc; 184 bool depthMask; 186 bool stencilTest; 187 GLenum stencilFunc; 188 GLuint stencilMask; 189 GLenum stencilFail; [all …]
|
D | VertexAttribute.h | 74 struct VertexAttribute final : private angle::NonCopyable struct 78 VertexAttribute &operator=(VertexAttribute &&attrib); 82 GLint64 getCachedElementLimit() const { return mCachedElementLimit; } in getCachedElementLimit() 84 bool enabled; // For glEnable/DisableVertexAttribArray 85 const angle::Format *format; 87 const void *pointer; 88 GLuint relativeOffset; 90 GLuint vertexAttribArrayStride; // ONLY for queries of VERTEX_ATTRIB_ARRAY_STRIDE 91 GLuint bindingIndex;
|
D | VaryingPacking.h | 129 struct PackedVaryingRegister final struct 131 PackedVaryingRegister() in PackedVaryingRegister() 140 PackedVaryingRegister &operator=(const PackedVaryingRegister &) = default; 147 unsigned int sortOrder() const in sortOrder() 153 std::string tfVaryingName() const in tfVaryingName() 159 const PackedVarying *packedVarying; 162 unsigned int varyingArrayIndex; 187 class VaryingPacking final : angle::NonCopyable argument
|
/external/angle/src/compiler/preprocessor/ |
D | Preprocessor.h | 26 struct PreprocessorSettings final struct 28 PreprocessorSettings(ShShaderSpec shaderSpec) in PreprocessorSettings() 34 int maxMacroExpansionDepth; 35 ShShaderSpec shaderSpec;
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 198 struct ConstantArraySlice final : public ZoneObject { struct 202 ConstantArraySlice& operator=(const ConstantArraySlice&) = delete; 215 inline size_t available() const { return capacity() - reserved() - size(); } in available() 216 inline size_t reserved() const { return reserved_; } in reserved() 217 inline size_t capacity() const { return capacity_; } in capacity() 218 inline size_t size() const { return constants_.size(); } in size() 219 inline size_t start_index() const { return start_index_; } in start_index() 220 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index() 221 inline OperandSize operand_size() const { return operand_size_; } in operand_size() 225 const size_t capacity_; [all …]
|
/external/v8/include/cppgc/internal/ |
D | caged-heap-local-data.h | 54 struct CagedHeapLocalData final { struct 55 explicit CagedHeapLocalData(HeapBase* heap_base) : heap_base(heap_base) {} in CagedHeapLocalData() 57 bool is_marking_in_progress = false; 58 HeapBase* heap_base = nullptr; 60 AgeTable age_table;
|
/external/v8/src/heap/cppgc/ |
D | gc-info-table.h | 23 struct GCInfo final { struct 24 FinalizationCallback finalize; argument 30 class V8_EXPORT GCInfoTable final { argument
|
/external/llvm/include/llvm/Analysis/ |
D | CFLSteensAliasAnalysis.h | 95 struct FunctionHandle final : public CallbackVH { struct 96 FunctionHandle(Function *Fn, CFLSteensAAResult *Result) in FunctionHandle() 102 void deleted() override { removeSelfFromCache(); } in deleted() 103 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith() 108 void removeSelfFromCache() { in removeSelfFromCache()
|