Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_entrypoints_gen.py650 def is_device_entrypoint(self): member in Entrypoint
667 def is_device_entrypoint(self): member in EntrypointAlias
668 return self.alias.is_device_entrypoint()
795 if e.is_device_entrypoint():
/external/mesa3d/src/amd/vulkan/
Dradv_entrypoints_gen.py619 def is_device_entrypoint(self): member in Entrypoint
636 def is_device_entrypoint(self): member in EntrypointAlias
637 return self.alias.is_device_entrypoint()
759 if e.is_device_entrypoint():
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_entrypoints_gen.py619 def is_device_entrypoint(self): member in Entrypoint
636 def is_device_entrypoint(self): member in EntrypointAlias
637 return self.alias.is_device_entrypoint()
759 if e.is_device_entrypoint():
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_entrypoints_gen.py620 def is_device_entrypoint(self): member in Entrypoint
641 def is_device_entrypoint(self): member in EntrypointAlias
642 return self.alias.is_device_entrypoint()
741 if e.is_device_entrypoint():