Home
last modified time | relevance | path

Searched refs:programDesc (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp145 D3D12_COMMAND_SIGNATURE_DESC programDesc = {}; in Initialize() local
146 programDesc.ByteStride = 3 * sizeof(uint32_t); in Initialize()
147 programDesc.NumArgumentDescs = 1; in Initialize()
148 programDesc.pArgumentDescs = &argumentDesc; in Initialize()
150 GetD3D12Device()->CreateCommandSignature(&programDesc, NULL, in Initialize()
154 programDesc.ByteStride = 4 * sizeof(uint32_t); in Initialize()
156 GetD3D12Device()->CreateCommandSignature(&programDesc, NULL, in Initialize()
160 programDesc.ByteStride = 5 * sizeof(uint32_t); in Initialize()
162 GetD3D12Device()->CreateCommandSignature(&programDesc, NULL, in Initialize()
DPipelineLayoutD3D12.cpp352 D3D12_COMMAND_SIGNATURE_DESC programDesc = {}; in GetDispatchIndirectCommandSignatureWithNumWorkgroups() local
353 programDesc.ByteStride = 6 * sizeof(uint32_t); in GetDispatchIndirectCommandSignatureWithNumWorkgroups()
354 programDesc.NumArgumentDescs = 2; in GetDispatchIndirectCommandSignatureWithNumWorkgroups()
355 programDesc.pArgumentDescs = argumentDescs; in GetDispatchIndirectCommandSignatureWithNumWorkgroups()
362 &programDesc, GetRootSignature(), in GetDispatchIndirectCommandSignatureWithNumWorkgroups()
/third_party/skia/src/gpu/
DGrDDLContext.cpp91 fMap.foreach([dst](CacheKey* programDesc, CacheValue* programInfo) { in toArray() argument
94 dst->emplace_back(std::make_unique<const GrProgramDesc>(*programDesc), in toArray()
/third_party/skia/src/gpu/mtl/
DGrMtlResourceProvider.mm34 const GrProgramDesc& programDesc,
37 return fPipelineStateCache->refPipelineState(programDesc, programInfo, stat);
DGrMtlOpsRenderPass.mm70 GrProgramDesc programDesc = caps.makeDesc(fRenderTarget, programInfo,
72 if (!programDesc.isValid()) {
77 programDesc, programInfo);