Home
last modified time | relevance | path

Searched refs:kNot (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/gpu/dawn/
DGrDawnBuffer.h40 kNot, enumerator
44 Mappable fMappable = Mappable::kNot;
DGrDawnBuffer.cpp44 if (fMappable == Mappable::kNot || fMappable == Mappable::kReadOnly) { in GrDawnBuffer()
63 if (fMappable == Mappable::kNot) { in onMap()
83 if (fMappable == Mappable::kNot) { in onUnmap()
/external/skqp/src/gpu/
DGrResourceAllocator.cpp70 GrSurfaceProxy::LazyState::kNot != proxy->lazyInstantiationState());
109 if (GrSurfaceProxy::LazyState::kNot != proxy->lazyInstantiationState()) {
375 if (GrSurfaceProxy::LazyState::kNot != cur->proxy()->lazyInstantiationState()) { in assign()
DGrSurfaceProxy.cpp134 SkASSERT(GrSurfaceProxy::LazyState::kNot == this->lazyInstantiationState()); in createSurfaceImpl()
230 SkASSERT(LazyState::kNot == this->lazyInstantiationState()); in instantiateImpl()
428 SkASSERT(GrSurfaceProxy::LazyState::kNot != fProxy->lazyInstantiationState()); in doLazyInstantiation()
DGrOnFlushResourceProvider.cpp67 if (GrSurfaceProxy::LazyState::kNot != proxy->lazyInstantiationState()) { in instatiateProxy()
DGrRenderTargetProxy.cpp65 if (LazyState::kNot != this->lazyInstantiationState()) { in instantiate()
DGrTextureRenderTargetProxy.cpp79 if (LazyState::kNot != this->lazyInstantiationState()) { in instantiate()
DGrTextureProxy.cpp80 if (LazyState::kNot != this->lazyInstantiationState()) { in instantiate()
DGrDrawingManager.cpp264 SkASSERT(GrSurfaceProxy::LazyState::kNot == p->lazyInstantiationState()); in flush()
/external/skqp/include/private/
DGrSurfaceProxy.h214 kNot, // The proxy is instantiated or does not have a lazy callback enumerator
221 return LazyState::kNot; in lazyInstantiationState()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h103 V(kNot, "not", 1) \
Dhlo_schedule_test.cc259 HloOpcode::kNot, cond->root_instruction()))); in TEST_F()
Dcopy_insertion_test.cc1530 cond_constant->shape(), HloOpcode::kNot, cond_constant)); in TEST_F()
1807 cond_constant->shape(), HloOpcode::kNot, cond_constant)); in TEST_F()
1867 cond_constant->shape(), HloOpcode::kNot, cond_constant)); in TEST_F()
1952 cond_constant->shape(), HloOpcode::kNot, cond_constant)); in TEST_F()
2075 constant->shape(), HloOpcode::kNot, constant)); in MakeTrivialCondition()
Dinstruction_fusion.cc95 case HloOpcode::kNot: in IsExpensive()
Dhlo_instruction.cc904 case HloOpcode::kNot: in CreateUnary()
1730 case HloOpcode::kNot: in CloneWithNewOperands()
2145 case HloOpcode::kNot: in IdenticalSlowPath()
2628 case HloOpcode::kNot: in IsOpElementwise()
3192 case HloOpcode::kNot: in Visit()
Dhlo_graph_dumper.cc964 case HloOpcode::kNot: in GetInstructionColor()
Dsharding_propagation.cc196 case HloOpcode::kNot: in PickRepresentativeOperand()
Ddynamic_padder.cc1249 ShapeUtil::MakeScalarShape(PRED), HloOpcode::kNot, inbound_rhs)); in RewriteDynamicSort()
Delemental_ir_emitter.cc344 case HloOpcode::kNot: { in EmitIntegerUnaryOp()
2263 case HloOpcode::kNot: in MakeElementGenerator()
Dhlo_parser.cc121 case HloOpcode::kNot: in CanInferShape()
1099 case HloOpcode::kNot: in ParseInstructionRhs()
/external/skqp/tests/
DGrMipMappedTest.cpp156 if (GrSurfaceProxy::LazyState::kNot != genProxy->lazyInstantiationState()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc124 enum class Kind { kAnd, kOr, kNot, kAndRecurrence, kSymbol, kIntSymbol }; enumerator
221 Kind kind() const override { return Kind::kNot; } in kind()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc396 return xla::HloOpcode::kNot; in MhloToHloOpcode()
Dhlo_function_importer.cc769 NoAttributeCase(kNot, NotOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc330 case HloOpcode::kNot: in EmitOp()

12