Home
last modified time | relevance | path

Searched refs:SType (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DChainUtilsTests.cpp75 {wgpu::SType::PrimitiveDepthClampingState}, in TEST()
76 {wgpu::SType::ShaderModuleSPIRVDescriptor}, in TEST()
92 {{wgpu::SType::ShaderModuleSPIRVDescriptor, wgpu::SType::ShaderModuleWGSLDescriptor}}); in TEST()
104 {wgpu::SType::ShaderModuleSPIRVDescriptor, wgpu::SType::ShaderModuleWGSLDescriptor}, in TEST()
105 {wgpu::SType::PrimitiveDepthClampingState}, in TEST()
106 {wgpu::SType::SurfaceDescriptorFromMetalLayer}, in TEST()
114 {wgpu::SType::ShaderModuleSPIRVDescriptor}, in TEST()
115 {wgpu::SType::PrimitiveDepthClampingState}, in TEST()
126 wgpu::SType::ShaderModuleSPIRVDescriptor); in TEST()
130 wgpu::SType::ShaderModuleSPIRVDescriptor, wgpu::SType::PrimitiveDepthClampingState); in TEST()
[all …]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
DChainUtils.cpp25 if (chain->sType == wgpu::SType::{{as_cppEnum(value.name)}}) {
35 std::vector<std::vector<wgpu::SType>> oneOfConstraints) {
36 std::unordered_set<wgpu::SType> allSTypes;
45 for (wgpu::SType oneOfSType : oneOfConstraint) {
Dwgpu_structs.h39 wgpu::SType sType = wgpu::SType::Invalid;
46 sType = wgpu::SType::{{type.name.CamelCase()}};
DChainUtils.h35 std::vector<std::vector<wgpu::SType>> oneOfConstraints);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSurface.cpp68 wgpu::SType::SurfaceDescriptorFromMetalLayer, in ValidateSurfaceDescriptor()
69 wgpu::SType::SurfaceDescriptorFromWindowsHWND, in ValidateSurfaceDescriptor()
70 wgpu::SType::SurfaceDescriptorFromWindowsCoreWindow, in ValidateSurfaceDescriptor()
71 wgpu::SType::SurfaceDescriptorFromWindowsSwapChainPanel, in ValidateSurfaceDescriptor()
72 wgpu::SType::SurfaceDescriptorFromXlib)); in ValidateSurfaceDescriptor()
DBindGroup.cpp257 wgpu::SType::ExternalTextureBindingEntry)); in ValidateExternalTextureBinding()
DShaderModule.cpp991 DAWN_TRY(ValidateSingleSType(chainedDescriptor, wgpu::SType::ShaderModuleSPIRVDescriptor, in ValidateShaderModuleDescriptor()
992 wgpu::SType::ShaderModuleWGSLDescriptor)); in ValidateShaderModuleDescriptor()
DTexture.cpp268 wgpu::SType::DawnTextureInternalUsageDescriptor)); in ValidateTextureDescriptor()
DRenderPipeline.cpp240 wgpu::SType::PrimitiveDepthClampingState)); in ValidatePrimitiveState()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DWindowSurfaceTests.cpp107 chainedDescriptor.sType = wgpu::SType::Invalid; // The default but we set it for clarity. in TEST_F()
148 ASSERT_EQ(chainedDescriptor->sType, wgpu::SType::SurfaceDescriptorFromWindowsHWND); in TEST_F()
184 ASSERT_EQ(chainedDescriptor->sType, wgpu::SType::SurfaceDescriptorFromXlib); in TEST_F()
224 ASSERT_EQ(chainedDescriptor->sType, wgpu::SType::SurfaceDescriptorFromMetalLayer); in TEST_F()
DD3D12ResourceWrappingTests.cpp176 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in TEST_P()
190 chainedDescriptor.sType = wgpu::SType::SurfaceDescriptorFromWindowsSwapChainPanel; in TEST_P()
/third_party/skia/third_party/externals/dawn/generator/templates/
Dapi_cpp.h203 SType sType = SType::Invalid;
208 SType sType = SType::Invalid;
217 sType = SType::{{type.name.CamelCase()}};
Dapi.h102 {{c_prefix}}SType sType;
107 {{c_prefix}}SType sType;
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp191 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in TEST_P()
203 chainedDescriptor.sType = wgpu::SType::SurfaceDescriptorFromWindowsSwapChainPanel; in TEST_P()
318 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in DoClearTest()
DVulkanImageWrappingTestsDmaBuf.cpp198 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in TEST_P()
209 chainedDescriptor.sType = wgpu::SType::SurfaceDescriptorFromWindowsSwapChainPanel; in TEST_P()
DVulkanImageWrappingTestsOpaqueFD.cpp278 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in TEST_P()
290 chainedDescriptor.sType = wgpu::SType::SurfaceDescriptorFromWindowsSwapChainPanel; in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Backend.cpp99 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in ProduceTexture()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
114 Register OffsetReg = MRI.createGenericVirtualRegister(SType); in getStackAddress()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2480 typedef typename TYPE::StorageType SType; in isZeroOrOtherValue() typedef
2481 typename RawConvert<FLOAT_TYPE, SType>::Value value; in isZeroOrOtherValue()
2653 typedef typename TYPE::StorageType SType; in compareBytes() typedef
2654 SType expectedInt = fValueId[0].bits(); in compareBytes()
2736 typename RawConvert<FLOAT_TYPE, SType>::Value value; in compareBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1013 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
1015 if (!SType || !SizeType) in isKnownLessThan()
1018 (SType->getBitWidth() >= SizeType->getBitWidth()) ? SType : SizeType; in isKnownLessThan()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp997 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
998 if (!LType && !SType) { in ParseOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2563 unsigned SType = 0; in lowerATOMIC_FENCE() local
2566 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBindGroupValidationTests.cpp97 chainedDescriptor.sType = wgpu::SType::Invalid; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
322 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()