Home
last modified time | relevance | path

Searched refs:rootDesc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DRootSignature.cpp86 D3D12_ROOT_SIGNATURE_DESC rootDesc{}; in Make() local
87 rootDesc.NumParameters = parameterCount; in Make()
88 rootDesc.pParameters = parameters; in Make()
89 rootDesc.NumStaticSamplers = 0; in Make()
90 rootDesc.pStaticSamplers = nullptr; in Make()
91 rootDesc.Flags = D3D12_ROOT_SIGNATURE_FLAG_ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT; in Make()
96 HRESULT hr = D3D12SerializeRootSignature(&rootDesc, D3D_ROOT_SIGNATURE_VERSION_1_0, in Make()
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py397 rootDesc=service,
711 def createMethod(methodName, methodDesc, rootDesc, schema): argument
729 ) = _fix_up_method_description(methodDesc, rootDesc, schema)
911 skip_parameters = list(rootDesc.get("parameters", {}).keys())
1039 rootDesc, argument
1067 self._rootDesc = rootDesc
1109 def _add_basic_methods(self, resourceDesc, rootDesc, schema): argument
1111 if resourceDesc == rootDesc:
1113 rootDesc["rootUrl"],
1114 rootDesc.get("batchPath", "batch"),
[all …]