Home
last modified time | relevance | path

Searched refs:ir3_compiler_create (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_compiler.h282 struct ir3_compiler *ir3_compiler_create(struct fd_device *dev,
H A Dir3_compiler.c120 ir3_compiler_create(struct fd_device *dev, const struct fd_dev_id *dev_id, in ir3_compiler_create() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/tests/
H A Ddelay.c164 …c = ir3_compiler_create(NULL, &dev_id, fd_dev_info_raw(&dev_id), &(struct ir3_compiler_options){}); in main()
H A Ddisasm.c570 ir3_compiler_create(NULL, &dev_ids[dev_info->chip], in main()
/aosp_15_r20/external/mesa3d/src/freedreno/computerator/
H A Da4xx.cc349 ir3_compiler_create(dev, dev_id, fd_dev_info_raw(dev_id), &compiler_options); in a4xx_init()
H A Da6xx.cc626 ir3_compiler_create(dev, dev_id, fd_dev_info_raw(dev_id), &compiler_options); in a6xx_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c372 compiler = ir3_compiler_create(NULL, &dev_id, fd_dev_info_raw(&dev_id), in main()
H A Dir3_gallium.c574 ir3_compiler_create(screen->dev, screen->dev_id, screen->info, &options); in ir3_screen_init()
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Drdcompiler-utils.h274 ir3_compiler_create(NULL, dev_id, fd_dev_info_raw(dev_id), &options); in replay_context_init()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc2368 device->compiler = ir3_compiler_create( in tu_CreateDevice()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.1.0.rst777 - ir3: Refactor ir3_compiler_create() to take an options struct
H A D24.0.0.rst946 - freedreno,tu,ir3: Pass fd_dev_info into ir3_compiler_create
H A D21.1.0.rst4878 - freedreno/ir3: Move ir3_compiler_create()