Searched refs:dwords1 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_csb.h | 167 #define pvr_csb_emit_merge(csb, dwords0, dwords1) \ argument 170 STATIC_ASSERT(ARRAY_SIZE(dwords0) == ARRAY_SIZE(dwords1)); \ 175 dw[i] = (dwords0)[i] | (dwords1)[i]; \
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_genx_macros.h | 111 #define iris_emit_merge(batch, dwords0, dwords1, num_dwords) \ argument 115 dw[i] = (dwords0)[i] | (dwords1)[i]; \
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 116 #define crocus_emit_merge(batch, dwords0, dwords1, num_dwords) \ argument 120 dw[i] = (dwords0)[i] | (dwords1)[i]; \
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1673 #define anv_batch_emit_merge(batch, dwords0, dwords1) \ argument 1677 STATIC_ASSERT(ARRAY_SIZE(dwords0) == ARRAY_SIZE(dwords1)); \ 1682 dw[i] = (dwords0)[i] | (dwords1)[i]; \
|