Home
last modified time | relevance | path

Searched defs:Spec (Results 1 – 25 of 83) sorted by relevance

1234

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DFunctionSpecialization.h87 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/
Dtask_queue.h145 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/
Dtask_queue.h145 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/
Dtask_queue.h110 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/
DREADME.md139 ### Background
145 ### Protobuf Message(s)
177 ### Method
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp113 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/
DteglMemoryStressTests.cpp322 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;
DteglMakeCurrentPerfTests.cpp71 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/
DFormatVariadic.cpp28 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/
DFormatVariadic.cpp26 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/
DvktSpvAsmRawAccessChainTests.cpp56 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/
DIceRangeSpec.cpp97 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/
DDWARFAbbreviationDeclaration.cpp132 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/
DDWARFAbbreviationDeclaration.cpp130 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local
172 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; in getAttributeValueFromOffset() local
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape.py48 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":
Ddynamic_ragged_shape_test.py3112 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/
DTrainingLogger.h100 void writeTensor(const TensorSpec &Spec, const char *RawData) { in writeTensor()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local
DDWARFContext.cpp476 DILineInfoSpecifier Spec) { in getLineInfoForAddress()
493 DILineInfoSpecifier Spec) { in getLineInfoForAddressRange()
535 DILineInfoSpecifier Spec) { in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DARMTargetParserCommon.cpp140 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, in parseBranchProtection()
/external/grpc-grpc/src/ruby/spec/support/
Dhelpers.rb20 module Spec module
/external/skia/infra/bots/gen_tasks_logic/
Djob_builder.go18 Spec *specs.JobSpec member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMLModelRunner.h60 void setUpBufferForTensor(size_t Index, const TensorSpec &Spec, in setUpBufferForTensor()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h101 InstructionSpecifier* Spec; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DModelUnderTrainingRunner.cpp25 TensorSpec Spec; member

1234