| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 31 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 …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | lsr.h | 16 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 …]
|
| /third_party/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 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 …]
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLIndexExpression.h | 20 struct IndexExpression final : public Expression { struct 21 inline static constexpr Kind kExpressionKind = Kind::kIndex; 23 IndexExpression(const Context& context, std::unique_ptr<Expression> base, in IndexExpression() 45 std::unique_ptr<Expression>& base() { in base() 49 const std::unique_ptr<Expression>& base() const { in base() 53 std::unique_ptr<Expression>& index() { in index() 57 const std::unique_ptr<Expression>& index() const { in index() 61 bool hasProperty(Property property) const override { in hasProperty() 65 std::unique_ptr<Expression> clone() const override { in clone() 71 String description() const override { in description() [all …]
|
| D | SkSLSwizzle.h | 22 struct Swizzle final : public Expression { struct 23 inline static constexpr Kind kExpressionKind = Kind::kSwizzle; 25 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle() 51 std::unique_ptr<Expression>& base() { in base() 55 const std::unique_ptr<Expression>& base() const { in base() 59 const ComponentArray& components() const { in components() 63 bool hasProperty(Property property) const override { in hasProperty() 67 std::unique_ptr<Expression> clone() const override { in clone() 72 String description() const override { in description() 81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | Format.h | 24 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 …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_cache_utils.h | 285 struct PackedAttachmentOpsDesc final struct 305 uint16_t finalLayout : 4; argument 313 class AttachmentOpsArray final argument 350 struct PackedAttribDesc final struct 369 struct VertexInputAttributes final argument 377 struct RasterizationStateBits final struct 397 struct PackedRasterizationAndMultisampleStateInfo final argument 414 struct StencilOps final argument 425 struct PackedStencilOpState final argument 435 struct DepthStencilEnableFlags final argument [all …]
|
| D | ProgramExecutableVk.h | 50 struct ProgramTransformOptions final struct 63 class ProgramInfo final : angle::NonCopyable argument 91 struct DefaultUniformBlock final : private angle::NonCopyable struct 97 angle::MemoryBuffer uniformData; 101 std::vector<sh::BlockMemberInfo> uniformLayout;
|
| D | vk_format_utils.h | 43 struct ImageFormatInitInfo final struct 49 struct BufferFormatInitInfo final struct 71 class Format final : private angle::NonCopyable argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | AMDGPUMetadata.h | 121 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 …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| D | DawnPerfTestPlatform.h | 35 struct TraceEvent final { struct 36 TraceEvent() { in TraceEvent() 38 TraceEvent(char phaseIn, in TraceEvent() 46 char phase = 0; 47 dawn_platform::TraceCategory category; 48 const char* name = nullptr; 49 uint64_t id = 0; 50 std::string threadId; 51 double timestamp = 0;
|
| /third_party/skia/third_party/externals/angle2/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;
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | utilities.h | 140 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | CFLAliasAnalysisUtils.h | 23 template <typename AAResult> struct FunctionHandle final : public CallbackVH { struct 24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() 30 void deleted() override { removeSelfFromCache(); } in deleted() 31 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith() 36 void removeSelfFromCache() { in removeSelfFromCache()
|
| D | GlobalsModRef.h | 62 struct DeletionCallbackHandle final : CallbackVH { struct 63 GlobalsAAResult *GAR; 64 std::list<DeletionCallbackHandle>::iterator I; 66 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | angletypes.h | 213 struct RasterizerState final struct 239 struct BlendState final argument 262 struct DepthStencilState final argument 273 bool depthTest; 274 GLenum depthFunc; 275 bool depthMask; 277 bool stencilTest; 278 GLenum stencilFunc; 279 GLuint stencilMask; 280 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 | 150 struct PackedVaryingRegister final struct 152 PackedVaryingRegister() in PackedVaryingRegister() 161 PackedVaryingRegister &operator=(const PackedVaryingRegister &) = default; 168 unsigned int sortOrder() const in sortOrder() 174 std::string tfVaryingName() const in tfVaryingName() 180 const PackedVarying *packedVarying; 183 unsigned int varyingArrayIndex; 208 class VaryingPacking final : angle::NonCopyable argument
|
| D | Texture.h | 61 struct ImageDesc final struct 85 struct SwizzleState final argument 104 class TextureState final : private angle::NonCopyable argument
|
| D | Surface.h | 46 struct SurfaceState final : private angle::NonCopyable struct 55 EGLLabelKHR label; 56 const egl::Config *config; 57 AttributeMap attributes; 59 bool timestampsEnabled; 60 SupportedCompositorTiming supportedCompositorTimings; 61 SupportedTimestamps supportedTimestamps; 62 bool directComposition;
|
| D | ProgramLinkedResources.h | 240 struct LinkingVariables final : private angle::NonCopyable struct 263 class ProgramLinkedResourcesLinker final : angle::NonCopyable argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| D | Preprocessor.h | 26 struct PreprocessorSettings final struct 28 PreprocessorSettings(ShShaderSpec shaderSpec) in PreprocessorSettings() 34 int maxMacroExpansionDepth; 35 ShShaderSpec shaderSpec;
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | ANGLEPerfTest.h | 45 struct TraceEvent final struct 47 TraceEvent() {} in TraceEvent() 54 static constexpr uint32_t kMaxNameLen = 64; 56 char phase = 0; 57 const char *categoryName = nullptr; 58 char name[kMaxNameLen] = {}; 59 double timestamp = 0; 60 uint32_t tid = 0;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600RegisterInfo.h | 22 struct R600RegisterInfo final : public R600GenRegisterInfo { struct 23 RegClassWeight RCW;
|