Home
last modified time | relevance | path

Searched defs:call_params (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_entrypoints.py65 def call_params(self, start=0): member in Entrypoint
98 def call_params(self): member in EntrypointAlias
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_test.cc260 ast::ExpressionList* call_params) { in add_call_param()
295 ast::ExpressionList call_params; in TEST_P() local