HomeSort by relevance Sort by last modified time
    Searched full:barriertype (Results 1 - 24 of 24) sorted by null

  /external/skia/src/gpu/
GrPathRendering.cpp 111 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
112 fGpu->xferBarrier(pipeline.renderTarget(), barrierType);
128 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
129 fGpu->xferBarrier(pipeline.renderTarget(), barrierType);
  /external/skqp/src/gpu/
GrPathRendering.cpp 121 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
122 fGpu->xferBarrier(pipeline.renderTarget(), barrierType);
138 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
139 fGpu->xferBarrier(pipeline.renderTarget(), barrierType);
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 35 enum BarrierType {
45 BarrierType barrierType,
GrVkCommandBuffer.cpp 107 BarrierType barrierType,
117 switch (barrierType) {
    [all...]
  /external/skqp/src/gpu/vk/
GrVkCommandBuffer.h 35 enum BarrierType {
45 BarrierType barrierType,
GrVkCommandBuffer.cpp 107 BarrierType barrierType,
117 switch (barrierType) {
    [all...]
  /art/build/
art.go 60 barrierType := envDefault(ctx, "ART_READ_BARRIER_TYPE", "BAKER")
63 "-DART_READ_BARRIER_TYPE_IS_"+barrierType+"=1")
66 "-DART_READ_BARRIER_TYPE_IS_"+barrierType+"=1")
  /external/python/cpython3/Lib/test/
lock_tests.py 745 self.barrier = self.barriertype(self.N, timeout=self.defaultTimeout)
801 barrier = self.barriertype(self.N, action)
869 barrier2 = self.barriertype(self.N)
915 barrier = self.barriertype(self.N, timeout=0.3)
925 b = self.barriertype(1)
test_threading.py 1121 barriertype = staticmethod(threading.Barrier) variable in class:BarrierTests
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 530 void MacroAssembler::Dmb(BarrierDomain domain, BarrierType type) {
536 void MacroAssembler::Dsb(BarrierDomain domain, BarrierType type) {
    [all...]
constants-arm64.h 365 enum BarrierType {
    [all...]
assembler-arm64.cc     [all...]
assembler-arm64.h     [all...]
macro-assembler-arm64.h 387 inline void Dmb(BarrierDomain domain, BarrierType type);
388 inline void Dsb(BarrierDomain domain, BarrierType type);
    [all...]
  /external/vixl/doc/aarch64/
supported-instructions-aarch64.md 435 void dmb(BarrierDomain domain, BarrierType type)
442 void dsb(BarrierDomain domain, BarrierType type)
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h     [all...]
macro-assembler-aarch64.h     [all...]
constants-aarch64.h 312 enum BarrierType {
    [all...]
assembler-aarch64.cc     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 

Completed in 908 milliseconds