HomeSort by relevance Sort by last modified time
    Searched refs:Domain (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86DomainReassignment.cpp 10 // This pass attempts to find instruction chains (closures) in one domain,
11 // and convert them to equivalent instructions in a different domain,
38 #define DEBUG_TYPE "x86-domain-reassignment"
43 "disable-x86-domain-reassignment", cl::Hidden,
70 /// Return a register class equivalent to \p SrcRC, in \p Domain.
72 RegDomain Domain) {
73 assert(Domain == MaskDomain && "add domain");
207 // domain so it will be eliminated.
247 // COPY to the destination domain will eventually result in a actua
    [all...]
  /external/selinux/mcstrans/share/examples/nato/
setrans.conf 2 Domain=NATOEXAMPLE
  /external/llvm/include/llvm/Analysis/
ScopedNoAliasAA.h 45 void collectMDInDomain(const MDNode *List, const MDNode *Domain,
  /external/parameter-framework/upstream/test/functional-tests/
AutoSync.cpp 62 setConfigurationParameter("Domain", "Conf", "/test/test/param", valueStr);
77 config.domains = R"(<ConfigurableDomain Name="Domain">
  /external/skia/include/private/
GrResourceKey.h 73 bool isValid() const { return kInvalidDomain != this->domain(); }
75 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } function in class:GrResourceKey
77 /** size of the key data, excluding meta-data (hash, domain, etc). */
80 /** ptr to the key data, excluding meta-data (hash, domain, etc). */
92 SkDebugf("domain: %d ", this->domain());
105 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) {
107 SkASSERT(domain != kInvalidDomain);
111 SkASSERT(SkToU16(domain) == domain);
    [all...]
  /external/skia/src/gpu/
GrPath.cpp 27 static const GrUniqueKey::Domain kGeneralPathDomain = GrUniqueKey::GenerateDomain();
GrTextureProducer.h 128 static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain();
175 const SkRect& domain,
189 // If true, any domain effect uses kDecal instead of kClamp, and sampler filter uses
  /external/skqp/include/private/
GrResourceKey.h 73 bool isValid() const { return kInvalidDomain != this->domain(); }
75 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } function in class:GrResourceKey
77 /** size of the key data, excluding meta-data (hash, domain, etc). */
80 /** ptr to the key data, excluding meta-data (hash, domain, etc). */
92 SkDebugf("domain: %d ", this->domain());
105 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) {
107 SkASSERT(domain != kInvalidDomain);
111 SkASSERT(SkToU16(domain) == domain);
    [all...]
  /external/skqp/src/gpu/
GrPath.cpp 27 static const GrUniqueKey::Domain kGeneralPathDomain = GrUniqueKey::GenerateDomain();
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding_metadata.h 50 // Apply the specified domain metadata onto the specified domain. If no
56 static Status NormalizeShardingDomain(const DomainMetadata::Domain& domain,
66 // Returns nullptr if there is no need for a domain separation.
73 // Map from instruction and user sharding to domain users to CSE identical
hlo_sharding_metadata.cc 27 // AssignmentKind and kUnassignedDevice are used during tuple domain sharding
78 // Domain(device=None, device=0) ->
81 // Domain(device=0, device=None)
85 // Domain(device=None, device=0) -> Domain(device=0, device=None)
87 // Which is a so called empty domain.
88 // In the case above, crossing an empty domain which was transiting through
89 // device 0, requires the normalization phase to fixup the empty domain by
95 const DomainMetadata::Domain& domain) {
509 HloInstruction* domain = local
    [all...]
  /art/runtime/
hidden_api.cc 76 static Domain DetermineDomainFromLocation(const std::string& dex_location,
84 return Domain::kCorePlatform;
88 return Domain::kPlatform;
93 return Domain::kPlatform;
99 return Domain::kPlatform;
102 return Domain::kApplication;
106 Domain dex_domain = DetermineDomainFromLocation(dex_file.GetLocation(), class_loader);
108 // Assign the domain unless a more permissive domain has already been assigned.
  /external/v8/src/inspector/
v8-inspector-session-impl.cc 338 std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
340 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains =
342 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> result;
348 std::vector<std::unique_ptr<protocol::Schema::Domain>>
350 std::vector<std::unique_ptr<protocol::Schema::Domain>> result;
351 result.push_back(protocol::Schema::Domain::create()
355 result.push_back(protocol::Schema::Domain::create()
359 result.push_back(protocol::Schema::Domain::create()
363 result.push_back(protocol::Schema::Domain::create()
367 result.push_back(protocol::Schema::Domain::create(
    [all...]
v8-inspector-session-impl.h 60 std::vector<std::unique_ptr<protocol::Schema::Domain>> supportedDomainsImpl();
68 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> supportedDomains()
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp 141 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
147 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
284 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
285 if (Domain == ARMII::DomainGeneral) {
  /external/skia/src/gpu/ops/
GrTextureOp.cpp 39 using Domain = GrQuadPerEdgeAA::Domain;
43 // if normalizing the domain then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
45 static SkRect compute_domain(Domain domain, GrSamplerState::Filter filter, GrSurfaceOrigin origin,
48 if (domain == Domain::kNo) {
49 // Either the quad has no domain constraint and is batched with a domain constrained op
50 // (in which case we want a domain that doesn't restrict normalized tex coords), or th
283 Domain domain = constraint == SkCanvas::kStrict_SrcRectConstraint ? Domain::kYes local
401 SkRect domain = local
412 Domain domain = Domain::kNo; variable
    [all...]
  /external/skqp/src/gpu/ops/
GrTextureOp.cpp 39 using Domain = GrQuadPerEdgeAA::Domain;
43 // if normalizing the domain then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
45 static SkRect compute_domain(Domain domain, GrSamplerState::Filter filter, GrSurfaceOrigin origin,
48 if (domain == Domain::kNo) {
49 // Either the quad has no domain constraint and is batched with a domain constrained op
50 // (in which case we want a domain that doesn't restrict normalized tex coords), or th
231 Domain domain = constraint == SkCanvas::kStrict_SrcRectConstraint ? Domain::kYes local
316 SkRect domain = local
326 Domain domain = Domain::kNo; variable
510 Domain domain() const { return Domain(fHasDomain); } function in struct:__anon39031::final::ColorDomainAndAA
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodecConfig.cpp 62 typedef CCodecConfig::Domain Domain;
65 : mDomain(Domain::ALL), mMediaKey(mediaKey), mStruct(c2struct), mField(c2field) { }
67 /// Limits this parameter to the given domain
68 ConfigMapper &limitTo(uint32_t domain) {
69 C2_CHECK(domain & Domain::GUARD_BIT);
70 mDomain = Domain(mDomain & domain);
165 Domain domain() const { return mDomain; function in struct:android::__anon50744::ConfigMapper
    [all...]
  /external/curl/lib/
curl_sspi.c 134 * userp [in] - The user name in the format User or Domain\User.
145 xcharp_u domain, dup_domain; local
149 domain.const_tchar_ptr = TEXT("");
163 domain.tchar_ptr = useranddomain.tchar_ptr;
169 domain.const_tchar_ptr = TEXT("");
183 /* Setup the identity's domain and length */
189 _tcsncpy(dup_domain.tchar_ptr, domain.tchar_ptr, domlen);
191 identity->Domain = dup_domain.tbyte_ptr;
232 Curl_safefree(identity->Domain);
  /external/syzkaller/vendor/google.golang.org/appengine/user/
user_vm.go 21 AuthDomain: h.Get("X-AppEngine-Auth-Domain"),
  /device/generic/goldfish/wifi/ipv6proxy/
socket.h 30 enum class Domain {
64 Result open(int domain, int type, int protocol);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.h 103 UINT8 Domain;
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 188 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
194 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
352 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
353 if (Domain == ARMII::DomainGeneral) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 188 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
194 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
349 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
350 if (Domain == ARMII::DomainGeneral) {
  /external/skia/src/gpu/effects/
GrRectBlurEffect.h 27 static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain();

Completed in 1832 milliseconds

12 3 4 5 6 7