Home
last modified time | relevance | path

Searched refs:WriteOnly (Results 1 - 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A 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, kForma in TEST_F()
[all...]
H A 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()
H A DTextureSubresourceTests.cpp89 device, {{0, wgpu::ShaderStage::Fragment, wgpu::StorageTextureAccess::WriteOnly, in TestRenderPass()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.type_declaration_test.cpp160 CASE(WriteOnly),
185 CASE(WriteOnly),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A 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/
H A 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) in GVarFlags()
761 : MaybeReadOnly(ReadOnly), MaybeWriteOnly(WriteOnly) {} in GVarFlags()
H A DFunction.h501 return doesNotAccessMemory() || hasFnAttribute(Attribute::WriteOnly); in doesNotReadMemory()
504 addFnAttr(Attribute::WriteOnly); in setDoesNotReadMemory()
/third_party/spirv-tools/test/
H A Dtext_to_binary.type_declaration_test.cpp164 CASE(WriteOnly),
190 CASE(WriteOnly),
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupLayoutD3D12.cpp50 case wgpu::StorageTextureAccess::WriteOnly: in WGPUBindingInfoToDescriptorRangeType()
H A DBindGroupD3D12.cpp163 case wgpu::StorageTextureAccess::WriteOnly: { in BindGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h326 return doesNotAccessMemory() || hasFnAttribute(Attribute::WriteOnly); in doesNotReadMemory()
329 addFnAttr(Attribute::WriteOnly); in setDoesNotReadMemory()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.cpp118 case wgpu::StorageTextureAccess::WriteOnly: in AddBindGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h45 WriteOnly = 2, member in llvm::AMDGPU::HSAMD::AccessQualifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp288 F->removeFnAttr(Attribute::WriteOnly); in addReadAttrs()
299 F->addFnAttr(Attribute::WriteOnly); in addReadAttrs()
676 A->removeAttr(Attribute::WriteOnly);
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs319 WriteOnly = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs323 WriteOnly = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs326 WriteOnly = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs319 WriteOnly = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs323 WriteOnly = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs326 WriteOnly = 1, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp160 info->storageTexture.access = wgpu::StorageTextureAccess::WriteOnly; in ExtractSpirvInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAMDGPUMetadata.cpp33 YIO.enumCase(EN, "WriteOnly", AccessQualifier::WriteOnly); in enumeration()
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs319 WriteOnly = 1, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs323 WriteOnly = 1, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs326 WriteOnly = 1, enumerator

Completed in 45 milliseconds

123