Searched refs:__anv_cmd_pack (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_private.h | 1416 #define __anv_cmd_pack(cmd) cmd ## _pack macro 1423 __anv_cmd_pack(struc)(NULL, dst, &__template); \ 1435 __anv_cmd_pack(cmd)(batch, __dst, &__template); \ 1457 ({ __anv_cmd_pack(cmd)(batch, _dst, &name); \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_private.h | 1697 #define __anv_cmd_pack(cmd) cmd ## _pack macro 1704 __anv_cmd_pack(struc)(NULL, dst, &__template); \ 1716 __anv_cmd_pack(cmd)(batch, __dst, &__template); \ 1738 ({ __anv_cmd_pack(cmd)(batch, _dst, &name); \ 1747 __anv_cmd_pack(reg)(NULL, _dw, &name); \
|
| H A D | anv_batch_chain.c | 642 __anv_cmd_pack(GFX8_MI_BATCH_BUFFER_START)(&local_batch, bb_start, &gen_bb_start);
|
Completed in 19 milliseconds