Home
last modified time | relevance | path

Searched refs:kStore (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.h45 kStore, enumerator
Ddecompose_memory_access.cc220 builder->ID(), DecomposeMemoryAccess::Intrinsic::Op::kStore, in IntrinsicStoreFor()
705 case Op::kStore: in InternalName()
/third_party/skia/experimental/graphite/src/
DDrawContext.h106 StoreOp fPendingStoreOp = StoreOp::kStore;
DDrawTypes.h94 kStore, enumerator
DCommandBuffer.cpp34 if (colorInfo.fStoreOp == StoreOp::kStore) { in beginRenderPass()
DDrawContext.cpp102 fPendingStoreOp = StoreOp::kStore; in snapDrawPass()
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.h105 VECTOR(kStore),
DSkSLByteCodeGenerator.cpp302 case ByteCodeInstruction::kStore: in StackUsage()
1298 : ByteCodeInstruction::kStore, in store()
1463 this->write(vector_instruction(ByteCodeInstruction::kStore, count)); in writeVarDeclarations()
DSkSLByteCode.cpp164 case ByteCodeInstruction::kStore: printf("store %d", READ8()); break; in disassemble_instruction()
851 case ByteCodeInstruction::kStore : in innerRun()
/third_party/skia/tests/graphite/
DCommandBufferTest.cpp65 renderPassDesc.fColorAttachment.fStoreOp = StoreOp::kStore; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp449 GrStoreOp::kStore, in create_command_buffer()
460 GrStoreOp::kStore, in create_command_buffer()
/third_party/spirv-tools/source/fuzz/
Dtransformation.cpp355 case protobufs::Transformation::TransformationCase::kStore: in FromMessage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation.cpp358 case protobufs::Transformation::TransformationCase::kStore: in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation.cpp358 case protobufs::Transformation::TransformationCase::kStore: in FromMessage()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp54 GrStoreOp::kStore, in create_render_pass()
616 : GrStoreOp::kStore; in onExecute()
/third_party/skia/experimental/graphite/src/mtl/
DMtlCommandBuffer.mm85 static_assert((int)StoreOp::kStore == 0);
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp71 fColorLoadAndStoreInfo.fStoreOp == GrStoreOp::kStore && in onEnd()
DGrGLGpu.cpp2077 GrGLbitfield preserveMask = (GrStoreOp::kStore == colorLoadStore.fStoreOp) in endCommandBuffer()
2080 SkASSERT(GrStoreOp::kStore != stencilLoadStore.fStoreOp); in endCommandBuffer()
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp53 case GrStoreOp::kStore: in get_vk_load_store_ops()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm281 GR_STATIC_ASSERT((int)GrStoreOp::kStore == 0);
/third_party/skia/src/gpu/mtl/
DGrMtlOpsRenderPass.mm255 static_assert((int)GrStoreOp::kStore == 0);
/third_party/skia/include/private/
DGrTypesPriv.h189 kStore, enumerator
/third_party/flutter/skia/include/private/
DGrTypesPriv.h236 kStore, enumerator
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp139 case GrStoreOp::kStore: in get_vk_load_store_ops()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp913 case interop::GPUStoreOp::kStore: in Convert()

12