/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | ChainUtilsTests.cpp | 75 {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/ |
D | ChainUtils.cpp | 25 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) {
|
D | wgpu_structs.h | 39 wgpu::SType sType = wgpu::SType::Invalid; 46 sType = wgpu::SType::{{type.name.CamelCase()}};
|
D | ChainUtils.h | 35 std::vector<std::vector<wgpu::SType>> oneOfConstraints);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Surface.cpp | 68 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()
|
D | BindGroup.cpp | 257 wgpu::SType::ExternalTextureBindingEntry)); in ValidateExternalTextureBinding()
|
D | ShaderModule.cpp | 991 DAWN_TRY(ValidateSingleSType(chainedDescriptor, wgpu::SType::ShaderModuleSPIRVDescriptor, in ValidateShaderModuleDescriptor() 992 wgpu::SType::ShaderModuleWGSLDescriptor)); in ValidateShaderModuleDescriptor()
|
D | Texture.cpp | 268 wgpu::SType::DawnTextureInternalUsageDescriptor)); in ValidateTextureDescriptor()
|
D | RenderPipeline.cpp | 240 wgpu::SType::PrimitiveDepthClampingState)); in ValidatePrimitiveState()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | WindowSurfaceTests.cpp | 107 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()
|
D | D3D12ResourceWrappingTests.cpp | 176 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/ |
D | api_cpp.h | 203 SType sType = SType::Invalid; 208 SType sType = SType::Invalid; 217 sType = SType::{{type.name.CamelCase()}};
|
D | api.h | 102 {{c_prefix}}SType sType; 107 {{c_prefix}}SType sType;
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | EGLImageWrappingTests.cpp | 191 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()
|
D | VulkanImageWrappingTestsDmaBuf.cpp | 198 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in TEST_P() 209 chainedDescriptor.sType = wgpu::SType::SurfaceDescriptorFromWindowsSwapChainPanel; in TEST_P()
|
D | VulkanImageWrappingTestsOpaqueFD.cpp | 278 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/ |
D | D3D12Backend.cpp | 99 internalDesc.sType = wgpu::SType::DawnTextureInternalUsageDescriptor; in ProduceTexture()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 110 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/ |
D | vktSpvAsmFloatControlsTests.cpp | 2480 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/ |
D | DependenceAnalysis.cpp | 1013 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/ |
D | TGParser.cpp | 997 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/ |
D | MipsISelLowering.cpp | 2563 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/ |
D | BindGroupValidationTests.cpp | 97 chainedDescriptor.sType = wgpu::SType::Invalid; in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local 322 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
|