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

  /external/skia/src/gpu/
GrPathRendering.h 165 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
166 fGpu->xferBarrier(pipeline.getRenderTarget(), barrierType);
181 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) {
182 fGpu->xferBarrier(pipeline.getRenderTarget(), barrierType);
  /art/build/
art.go 64 barrierType := envDefault(ctx, "ART_READ_BARRIER_TYPE", "BAKER")
67 "-DART_READ_BARRIER_TYPE_IS_"+barrierType+"=1")
70 "-DART_READ_BARRIER_TYPE_IS_"+barrierType+"=1")
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 30 enum BarrierType {
40 BarrierType barrierType,
GrVkCommandBuffer.cpp 102 BarrierType barrierType,
112 switch (barrierType) {
  /external/skia/src/gpu/instanced/
InstancedRendering.cpp 500 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) {
501 state->gpu()->xferBarrier(pipeline.getRenderTarget(), barrierType);
  /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 460 void dmb(BarrierDomain domain, BarrierType type)
467 void dsb(BarrierDomain domain, BarrierType type)
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h     [all...]
macro-assembler-aarch64.h     [all...]
constants-aarch64.h 311 enum BarrierType {
    [all...]
assembler-aarch64.cc     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]

Completed in 2440 milliseconds