Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
Dpvr_rogue_fwif.h211 struct rogue_fwif_ta_regs ALIGN_ATTR(8) geom_regs;
212 uint32_t ALIGN_ATTR(8) flags;
221 ALIGN_ATTR(8) dummy_rgnhdr_init_geom_regs;
278 uint64_t ALIGN_ATTR(8) isp_scissor_base;
333 struct rogue_fwif_cmd_ta_3d_shared ALIGN_ATTR(8) cmd_shared;
335 struct rogue_fwif_3d_regs ALIGN_ATTR(8) regs;
396 uint64_t ALIGN_ATTR(8) pds_bgnd0_base;
414 struct rogue_fwif_cmd_common ALIGN_ATTR(8) cmn;
415 struct rogue_fwif_transfer_regs ALIGN_ATTR(8) regs;
440 struct rogue_fwif_cmd_common ALIGN_ATTR(8) cmn;
[all …]
Dpvr_rogue_fwif_shared.h30 #define ALIGN_ATTR(x) __attribute__((aligned(x))) macro
66 uint64_t ALIGN_ATTR(8) dev_vaddr;
69 } ALIGN_ATTR(8);
87 } ALIGN_ATTR(8);
108 bool ALIGN_ATTR(4) on_demand;
115 } ALIGN_ATTR(8);
196 } ALIGN_ATTR(8);
258 ALIGN_ATTR(8) ctx_switch_geom_regs[ROGUE_NUM_GEOM_CORES_SIZE];
266 struct rogue_fwif_cdm_regs_cswitch ALIGN_ATTR(8) ctx_switch_regs;
Dpvr_rogue_fwif_rf.h43 struct rogue_fwif_rf_regs ALIGN_ATTR(8) regs;
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst5143 - pvr: Change ALIGN macro to ALIGN_ATTR.