Home
last modified time | relevance | path

Searched defs:brw_indirect (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/cairo/cairo-1.17.4/src/drm/
H A Dcairo-drm-intel-brw-eu.h104 struct brw_indirect { struct
105 uint32_t addr_subnr:4;
106 int32_t addr_offset:10;
107 uint32_t pad:18;
790 brw_indirect (uint32_t addr_subnr, int32_t offset) in brw_indirect() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-intel-brw-eu.h104 struct brw_indirect { struct
105 uint32_t addr_subnr:4;
106 int32_t addr_offset:10;
107 uint32_t pad:18;
790 brw_indirect (uint32_t addr_subnr, int32_t offset) in brw_indirect() function
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-intel-brw-eu.h104 struct brw_indirect { struct
105 uint32_t addr_subnr:4;
106 int32_t addr_offset:10;
107 uint32_t pad:18;
790 brw_indirect (uint32_t addr_subnr, int32_t offset) in brw_indirect() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-intel-brw-eu.h104 struct brw_indirect { struct
105 uint32_t addr_subnr:4;
106 int32_t addr_offset:10;
107 uint32_t pad:18;
790 brw_indirect (uint32_t addr_subnr, int32_t offset) in brw_indirect() function
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1221 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_reg.h307 struct brw_indirect { struct
308 unsigned addr_subnr:4;
309 int addr_offset:10;
310 unsigned pad:18;
1219 brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/brw/
H A Dbrw_eu.h1155 struct brw_indirect { struct
1156 unsigned addr_subnr:4;
1157 int addr_offset:10;
1158 unsigned pad:18;
1813 static inline struct brw_indirect brw_indirect(unsigned addr_subnr, int offset) in brw_indirect() function