/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionSpecialization.h | 87 struct Spec { struct 95 SpecSig Sig; argument 103 Spec(Function *F, const SpecSig &S, InstructionCost G) in Spec() argument 105 Spec(Function *F, const SpecSig &&S, InstructionCost G) in Spec() function
|
/external/cronet/stable/base/task/sequence_manager/ |
D | task_queue.h | 145 struct Spec { struct 146 explicit Spec(QueueName name) : name(name) {} in Spec() argument 148 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 153 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 160 Spec SetDelayedFencesAllowed(bool allow_delayed_fences) { in SetDelayedFencesAllowed() argument 165 Spec SetNonWaking(bool non_waking_in) { in SetNonWaking() argument 170 QueueName name; 171 bool should_monitor_quiescence = false; 172 bool should_notify_observers = true; 173 bool delayed_fence_allowed = false; [all …]
|
/external/cronet/tot/base/task/sequence_manager/ |
D | task_queue.h | 145 struct Spec { struct 146 explicit Spec(QueueName name) : name(name) {} in Spec() function 148 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 153 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 160 Spec SetDelayedFencesAllowed(bool allow_delayed_fences) { in SetDelayedFencesAllowed() argument 165 Spec SetNonWaking(bool non_waking_in) { in SetNonWaking() argument 170 QueueName name; 171 bool should_monitor_quiescence = false; 172 bool should_notify_observers = true; 173 bool delayed_fence_allowed = false; [all …]
|
/external/libchrome/base/task/sequence_manager/ |
D | task_queue.h | 110 struct Spec { struct 111 explicit Spec(const char* name) in Spec() function 117 Spec SetShouldMonitorQuiescence(bool should_monitor) { in SetShouldMonitorQuiescence() argument 122 Spec SetShouldNotifyObservers(bool run_observers) { in SetShouldNotifyObservers() argument 127 Spec SetTimeDomain(TimeDomain* domain) { in SetTimeDomain() argument 132 const char* name; 133 bool should_monitor_quiescence; 134 TimeDomain* time_domain; 135 bool should_notify_observers;
|
/external/perfetto/src/trace_redaction/ |
D | README.md | 139 ### Background 145 ### Protobuf Message(s) 177 ### Method
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 113 struct Spec struct 117 int count; 118 int instances; 119 bool useDrawElements; 120 GLenum indexType; 121 int indexOffset; 122 int indexRangeMin; 123 int indexRangeMax; 124 int indexCount; 125 VertexArrayState state; [all …]
|
/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 322 struct Spec struct in deqp::egl::MemoryStressCase 324 ObjectType types; 325 int minWidth; 326 int minHeight; 327 int maxWidth; 328 int maxHeight; 329 bool use;
|
D | teglMakeCurrentPerfTests.cpp | 71 struct Spec struct in deqp::egl::MakeCurrentPerfCase 73 SurfaceType surfaceTypes; 74 int contextCount; 75 int surfaceCount; 77 bool release; 79 int iterationCount; 80 int sampleCount;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 28 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() 59 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() 130 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 26 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() 57 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() 129 StringRef Spec = Fmt.slice(BO + 1, BC); in splitLiteralAndReplacement() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmRawAccessChainTests.cpp | 56 struct Spec struct 58 string shaderBody; 59 vector<uint8_t> inputData; 60 vector<uint8_t> outputData; 61 vector<uint8_t> expectedOutput; 62 VkDeviceSize inputDescriptorRange; 63 VkDeviceSize outputDescriptorRange; 64 bool usesVariablePointers; 65 bool usesDescriptorIndexing; 66 bool usesPhysicalBuffers; [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.cpp | 97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, in tokenize() 114 void RangeSpec::init(const std::string &Spec) { in init()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 163 for (const auto &Spec : AttributeSpecs) { in getAttributeValue() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 130 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local 172 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; in getAttributeValueFromOffset() local
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | dynamic_ragged_shape.py | 48 def batch(self, spec: "DynamicRaggedShape.Spec", 85 spec: "DynamicRaggedShape.Spec") -> "DynamicRaggedShape.Spec": 125 def decode(self, spec: "DynamicRaggedShape.Spec", encoding 129 def encode(self, spec: "DynamicRaggedShape.Spec", value, minimum_rank=0 135 spec: "DynamicRaggedShape.Spec" 1020 self, other: "DynamicRaggedShape.Spec") -> "DynamicRaggedShape": 1114 class Spec: class in DynamicRaggedShape 1309 spec: Union["DynamicRaggedShape.Spec", ragged_tensor.RaggedTensorSpec, 1444 other: "DynamicRaggedShape.Spec") -> "DynamicRaggedShape.Spec":
|
D | dynamic_ragged_shape_test.py | 3112 a: DynamicRaggedShape.Spec, 3113 b: DynamicRaggedShape.Spec) -> None: 3937 a: DynamicRaggedShape.Spec, 3938 b: DynamicRaggedShape.Spec, 3939 expected: DynamicRaggedShape.Spec): 4104 spec: DynamicRaggedShape.Spec, 4106 expected: DynamicRaggedShape.Spec): 4127 def test_unbatch(self, spec: DynamicRaggedShape.Spec, 4128 expected: DynamicRaggedShape.Spec):
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/Utils/ |
D | TrainingLogger.h | 100 void writeTensor(const TensorSpec &Spec, const char *RawData) { in writeTensor()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local
|
D | DWARFContext.cpp | 476 DILineInfoSpecifier Spec) { in getLineInfoForAddress() 493 DILineInfoSpecifier Spec) { in getLineInfoForAddressRange() 535 DILineInfoSpecifier Spec) { in getInliningInfoForAddress()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
D | ARMTargetParserCommon.cpp | 140 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, in parseBranchProtection()
|
/external/grpc-grpc/src/ruby/spec/support/ |
D | helpers.rb | 20 module Spec module
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | job_builder.go | 18 Spec *specs.JobSpec member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | MLModelRunner.h | 60 void setUpBufferForTensor(size_t Index, const TensorSpec &Spec, in setUpBufferForTensor()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 101 InstructionSpecifier* Spec; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ModelUnderTrainingRunner.cpp | 25 TensorSpec Spec; member
|