Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h31 struct X86Operand final : public MCParsedAsmOperand { struct
32 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind;
34 SMLoc StartLoc, EndLoc;
35 SMLoc OffsetOfLoc;
36 StringRef SymName;
37 void *OpDecl;
38 bool AddressOf;
39 bool CallOperand;
41 struct TokOp {
46 struct RegOp {
[all …]
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86Operand.h29 struct X86Operand final : public MCParsedAsmOperand { struct
30 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind;
32 SMLoc StartLoc, EndLoc;
33 SMLoc OffsetOfLoc;
34 StringRef SymName;
35 void *OpDecl;
36 bool AddressOf;
37 bool CallOperand;
39 struct TokOp {
44 struct RegOp {
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h37 struct ImageFormatInitInfo final struct
43 struct BufferFormatInitInfo final argument
56 struct Format final : private angle::NonCopyable argument
60 bool valid() const { return intendedGLFormat != 0; } in valid()
65 const angle::Format &intendedFormat() const { return angle::Format::Get(intendedFormatID); } in intendedFormat()
68 const angle::Format &actualImageFormat() const in actualImageFormat()
73 VkFormat actualImageVkFormat() const { return GetVkFormatFromFormatID(actualImageFormatID); } in actualImageVkFormat()
79 const angle::Format &actualBufferFormat(bool compressed) const in actualBufferFormat()
85 VkFormat actualBufferVkFormat(bool compressed) const in actualBufferVkFormat()
91 VertexCopyFunction getVertexLoadFunction(bool compressed) const in getVertexLoadFunction()
[all …]
Dvk_cache_utils.h288 struct PackedAttachmentOpsDesc final struct
308 uint16_t finalLayout : 4; argument
316 class AttachmentOpsArray final argument
353 struct PackedAttribDesc final struct
372 struct VertexInputAttributes final argument
380 struct RasterizationStateBits final argument
400 struct PackedRasterizationAndMultisampleStateInfo final argument
417 struct StencilOps final struct
428 struct PackedStencilOpState final argument
438 struct DepthStencilEnableFlags final argument
[all …]
/external/icu/libicu/cts_headers/
Dlsr.h16 struct LSR final : public UMemory { struct
17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
19 static constexpr int32_t EXPLICIT_LSR = 7;
20 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
21 static constexpr int32_t EXPLICIT_SCRIPT = 2;
22 static constexpr int32_t EXPLICIT_REGION = 1;
23 static constexpr int32_t IMPLICIT_LSR = 0;
24 static constexpr int32_t DONT_CARE_FLAGS = 0;
26 const char *language;
27 const char *script;
[all …]
/external/icu/icu4c/source/common/
Dlsr.h16 struct LSR final : public UMemory { struct
17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
19 static constexpr int32_t EXPLICIT_LSR = 7;
20 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
21 static constexpr int32_t EXPLICIT_SCRIPT = 2;
22 static constexpr int32_t EXPLICIT_REGION = 1;
23 static constexpr int32_t IMPLICIT_LSR = 0;
24 static constexpr int32_t DONT_CARE_FLAGS = 0;
26 const char *language;
27 const char *script;
[all …]
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h14 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/
Dhandle_signals_state.h18 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/skia/src/sksl/ir/
DSkSLIndexExpression.h20 struct IndexExpression final : public Expression { struct
21 static constexpr Kind kExpressionKind = Kind::kIndex;
23 IndexExpression(const Context& context, std::unique_ptr<Expression> base, in IndexExpression()
44 std::unique_ptr<Expression>& base() { in base()
48 const std::unique_ptr<Expression>& base() const { in base()
52 std::unique_ptr<Expression>& index() { in index()
56 const std::unique_ptr<Expression>& index() const { in index()
60 bool hasProperty(Property property) const override { in hasProperty()
64 std::unique_ptr<Expression> clone() const override { in clone()
70 String description() const override { in description()
[all …]
DSkSLSwizzle.h23 struct Swizzle final : public Expression { struct
24 static constexpr Kind kExpressionKind = Kind::kSwizzle;
26 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle()
48 std::unique_ptr<Expression>& base() { in base()
52 const std::unique_ptr<Expression>& base() const { in base()
56 const ComponentArray& components() const { in components()
60 bool hasProperty(Property property) const override { in hasProperty()
64 std::unique_ptr<Expression> clone() const override { in clone()
69 String description() const override { in description()
78 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle()
[all …]
/external/angle/src/libANGLE/renderer/
DFormat.h24 struct Format final : private angle::NonCopyable struct
50 static const Format &Get(FormatID id) { return gFormatInfoTable[static_cast<int>(id)]; } in Get()
65 constexpr bool isInt() const { return isSint() || isUint(); } in isInt()
66 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm()
67 constexpr bool isPureInt() const { return isInt() && !isScaled; } in isPureInt()
71 FormatID id;
75 GLenum glInternalFormat;
80 GLenum fboImplementationInternalFormat;
82 rx::MipGenerationFunction mipGenerationFunction;
83 rx::PixelReadFunction pixelReadFunction;
[all …]
/external/llvm-project/clang/include/clang/Sema/
DParsedTemplate.h150 struct TemplateIdAnnotation final struct
153 friend TrailingObjects;
156 SourceLocation TemplateKWLoc;
160 SourceLocation TemplateNameLoc;
163 IdentifierInfo *Name;
166 OverloadedOperatorKind Operator;
170 ParsedTemplateTy Template;
175 TemplateNameKind Kind;
179 SourceLocation LAngleLoc;
183 SourceLocation RAngleLoc;
[all …]
/external/ruy/ruy/
Dmat.h105 struct MatLayout final { struct
125 struct Mat final { argument
126 detail::ConstCheckingPtr<Scalar> data;
127 MatLayout layout;
128 Scalar zero_point = 0;
129 CachePolicy cache_policy = CachePolicy::kNeverCache;
166 struct KernelLayout final { struct
178 struct PMatLayout final { argument
179 std::int32_t rows = 0;
180 std::int32_t cols = 0;
[all …]
/external/webrtc/api/
Dice_transport_interface.h42 struct IceTransportInit final { struct
47 IceTransportInit& operator=(const IceTransportInit&) = delete;
48 IceTransportInit& operator=(IceTransportInit&&) = default;
50 cricket::PortAllocator* port_allocator() { return port_allocator_; } in port_allocator()
51 void set_port_allocator(cricket::PortAllocator* port_allocator) { in set_port_allocator()
55 AsyncResolverFactory* async_resolver_factory() { in async_resolver_factory()
58 void set_async_resolver_factory( in set_async_resolver_factory()
63 RtcEventLog* event_log() { return event_log_; } in event_log()
64 void set_event_log(RtcEventLog* event_log) { event_log_ = event_log; } in set_event_log()
68 AsyncResolverFactory* async_resolver_factory_ = nullptr;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h121 struct Metadata final { struct
123 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>();
125 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>();
136 bool empty() const { in empty()
141 bool notEmpty() const { in notEmpty()
188 struct Metadata final { struct
194 uint32_t mSize = 0;
196 uint32_t mOffset = 0;
198 uint32_t mAlign = 0;
200 ValueKind mValueKind = ValueKind::Unknown;
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DAMDGPUMetadata.h122 struct Metadata final { struct
124 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>();
126 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>();
137 bool empty() const { in empty()
142 bool notEmpty() const { in notEmpty()
189 struct Metadata final { struct
195 uint32_t mSize = 0;
197 uint32_t mOffset = 0;
199 uint32_t mAlign = 0;
201 ValueKind mValueKind = ValueKind::Unknown;
[all …]
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.h77 struct ReceiverRequester final struct
80 struct Request {
85 struct Watch {
123 UrlAvailabilityRequester* const listener;
125 uint64_t next_watch_id = 1;
127 const std::string service_id;
130 ProtocolConnectionClient::ConnectRequest connect_request;
132 std::unique_ptr<ProtocolConnection> connection;
134 MessageDemuxer::MessageWatch response_watch;
135 std::map<uint64_t, Request> request_by_id;
[all …]
/external/openscreen/cast/streaming/
Dsession_config.h20 struct SessionConfig final { struct
31 SessionConfig& operator=(const SessionConfig& other);
32 SessionConfig& operator=(SessionConfig&& other) noexcept;
38 Ssrc sender_ssrc = 0;
39 Ssrc receiver_ssrc = 0;
43 int rtp_timebase = 90000;
46 int channels = 1;
49 std::chrono::milliseconds target_playout_delay;
56 bool is_pli_enabled = false;
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h33 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 …]
DQuery11.h41 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/
DSIRegisterInfo.h26 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/webrtc/modules/desktop_capture/win/
Ddxgi_context.h22 struct DxgiOutputContext final { struct
30 struct DxgiAdapterContext final { argument
41 struct DxgiFrameContext final { argument
54 int controller_id = 0;
57 std::vector<DxgiAdapterContext> contexts;
/external/angle/src/common/
Dutilities.h140 struct UniformTypeInfo final : angle::NonCopyable struct
158 GLenum type;
159 GLenum componentType;
160 GLenum textureType;
161 GLenum transposedMatrixType;
162 GLenum boolVectorType;
163 SamplerFormat samplerFormat;
164 int rowCount;
165 int columnCount;
166 int componentCount;
[all …]
/external/webrtc/media/base/
Drid_description.h45 struct RidDescription final { struct
50 RidDescription& operator=(const RidDescription& other);
60 std::string rid;
74 RidDirection direction;
78 std::vector<int> payload_types;
88 std::map<std::string, std::string> restrictions;
/external/webrtc/modules/desktop_capture/
Drgba_color.h24 struct RgbaColor final { struct
48 uint8_t blue;
49 uint8_t green;
50 uint8_t red;
51 uint8_t alpha;

12345678910>>...18