Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dwrap.h49 struct pandecode_context *pandecode_create_context(bool to_stderr);
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_device.c114 dev->decode_ctx = pandecode_create_context(!(dev->debug & PAN_DBG_TRACE)); in panfrost_open_device()
/aosp_15_r20/external/mesa3d/src/panfrost/tools/
H A Dpanfrostdump.c257 struct pandecode_context *ctx = pandecode_create_context(false); in main()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c287 pandecode_create_context(bool to_stderr) in pandecode_create_context() function
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_device.c274 device->debug.decode_ctx = pandecode_create_context(false); in panvk_per_arch()