Home
last modified time | relevance | path

Searched refs:WriteOnly (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/comp/
Daddress-buffers.comp17 } WriteOnly;
21 WriteOnly.wo = ReadOnly.ro;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Daddress-buffers.comp3 RWByteAddressBuffer WriteOnly : register(u2);
9 WriteOnly.Store4(0, asuint(asfloat(ReadOnly.Load4(0))));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Daddress-buffers.comp3 RWByteAddressBuffer WriteOnly : register(u2);
9 WriteOnly.Store4(0, asuint(asfloat(ReadOnly.Load4(0))));
/third_party/boost/tools/build/test/qt4/
Dqtsql.cpp25 QTextStream stream(stdout, QIODevice::WriteOnly); in BOOST_AUTO_TEST_CASE()
Dqtnetwork.cpp26 QTextStream stream(stdout, QIODevice::WriteOnly); in BOOST_AUTO_TEST_CASE()
Dqtxmlpatterns.cpp67 out.open(QIODevice::WriteOnly); in BOOST_AUTO_TEST_CASE()
/third_party/boost/tools/build/test/qt5/
Dqtsql.cpp25 QTextStream stream(stdout, QIODevice::WriteOnly); in BOOST_AUTO_TEST_CASE()
Dqtnetwork.cpp26 QTextStream stream(stdout, QIODevice::WriteOnly); in BOOST_AUTO_TEST_CASE()
Dqtxmlpatterns.cpp67 out.open(QIODevice::WriteOnly); in BOOST_AUTO_TEST_CASE()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DResourceUsageTrackingTests.cpp855 {1, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
941 {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
980 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}, in TEST_F()
981 {1, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1112 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1140 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1179 {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1210 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1251 {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
1280 {{0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, kFormat}}); in TEST_F()
[all …]
DStorageTextureValidationTests.cpp73 case wgpu::StorageTextureAccess::WriteOnly: in CreateComputeShaderWithStorageTexture()
111 wgpu::StorageTextureAccess::WriteOnly};
211 {{wgpu::ShaderStage::Vertex, wgpu::StorageTextureAccess::WriteOnly, false}, in TEST_F()
212 {wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, true}, in TEST_F()
213 {wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, true}}}; in TEST_F()
334 {0, wgpu::ShaderStage::Compute, wgpu::StorageTextureAccess::WriteOnly, in TEST_F()
750 case wgpu::StorageTextureAccess::WriteOnly: in TEST_F()
DTextureSubresourceTests.cpp89 device, {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, in TestRenderPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.type_declaration_test.cpp160 CASE(WriteOnly),
185 CASE(WriteOnly),
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp160 CASE(WriteOnly),
185 CASE(WriteOnly),
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp157 CASE(WriteOnly),
182 CASE(WriteOnly),
/third_party/spirv-tools/test/
Dtext_to_binary.type_declaration_test.cpp160 CASE(WriteOnly),
185 CASE(WriteOnly),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h166 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
200 return RefAndFlags.getInt() & WriteOnly; in isWriteOnly()
204 return RefAndFlags.getInt() & (ReadOnly | WriteOnly); in getAccessSpecifier()
207 unsigned BadAccessMask = ReadOnly | WriteOnly; in isValidAccessSpecifier()
218 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly); in setWriteOnly()
760 GVarFlags(bool ReadOnly, bool WriteOnly)
761 : MaybeReadOnly(ReadOnly), MaybeWriteOnly(WriteOnly) {}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen53 WriteOnly,
110 .Case("writeonly", Attribute::WriteOnly)
399 return llvm::Attribute::WriteOnly;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen53 WriteOnly,
110 .Case("writeonly", Attribute::WriteOnly)
399 return llvm::Attribute::WriteOnly;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc53 WriteOnly,
110 .Case("writeonly", Attribute::WriteOnly)
399 return llvm::Attribute::WriteOnly;
DFunction.h326 return doesNotAccessMemory() || hasFnAttribute(Attribute::WriteOnly); in doesNotReadMemory()
329 addFnAttr(Attribute::WriteOnly); in setDoesNotReadMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen53 WriteOnly,
110 .Case("writeonly", Attribute::WriteOnly)
399 return llvm::Attribute::WriteOnly;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen53 WriteOnly,
110 .Case("writeonly", Attribute::WriteOnly)
399 return llvm::Attribute::WriteOnly;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen53 WriteOnly,
110 .Case("writeonly", Attribute::WriteOnly)
399 return llvm::Attribute::WriteOnly;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupLayoutD3D12.cpp50 case wgpu::StorageTextureAccess::WriteOnly: in WGPUBindingInfoToDescriptorRangeType()

12345