Home
last modified time | relevance | path

Searched refs:is_device_entrypoint (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_entrypoints.py59 def is_device_entrypoint(self): member in Entrypoint
77 def is_device_entrypoint(self): member in EntrypointAlias
78 return self.alias.is_device_entrypoint()
Dvk_entrypoints_gen.py217 if e.is_device_entrypoint():
Dvk_dispatch_table_gen.py666 if e.is_device_entrypoint():