Searched refs:GFX_VER (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_emit_depth_stencil.c43 #if GFX_VER >= 9
117 #if GFX_VER >= 7
121 #if GFX_VER >= 6
131 #elif GFX_VER <= 6
139 #if GFX_VER >= 8
144 #if GFX_VER >= 12
150 #if GFX_VER == 5 || GFX_VER == 6
160 #if GFX_VER >= 6
169 #if GFX_VER >
[all...]
H A Disl_surface_state.c42 #if GFX_VER >= 7
51 #elif GFX_VER >= 8
64 #if GFX_VER >= 6
68 #if GFX_VER >= 8
81 #if GFX_VER >= 8
93 #if GFX_VER <= 11
99 #if GFX_VER >= 7
107 #if GFX_VER >= 12
118 #elif GFX_VER >= 9
126 #elif GFX_VER >
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_pipe_control.c63 (GFX_VER >= 7 && brw->last_pipeline == BRW_COMPUTE_PIPELINE)
65 /* Closed interval - GFX_VER \in [x, y] */
66 #define IS_GFX_VER_BETWEEN(x, y) (GFX_VER >= x && GFX_VER <= y)
97 if (GFX_VER == 6 && (flags & PIPE_CONTROL_RENDER_TARGET_FLUSH)) {
107 if (GFX_VER == 9 && (flags & PIPE_CONTROL_VF_CACHE_INVALIDATE)) {
122 if (GFX_VER == 9 && IS_COMPUTE_PIPELINE(brw) && post_sync_flags) {
166 if (GFX_VER >= 6 && (flags & PIPE_CONTROL_DEPTH_STALL)) {
203 if (GFX_VER < 11 && (flags & PIPE_CONTROL_STALL_AT_SCOREBOARD)) {
329 if (GFX_VER >
[all...]
H A DgenX_state_upload.c64 #if GFX_VER == 4
78 #if GFX_VER >= 7
89 #if GFX_VER == 7
249 #if GFX_VER >= 8
253 #if GFX_VER >= 7
257 #if GFX_VER < 8
260 #if GFX_VER >= 5
265 #if GFX_VER == 11
267 #elif GFX_VER == 10
269 #elif GFX_VER
[all...]
H A DgenX_blorp_exec.c35 #if GFX_VER <= 5
65 if (GFX_VER < 6 && brw_ptr_in_state_buffer(&brw->batch, location)) {
93 #if GFX_VER >= 8
108 #if GFX_VER >= 7 && GFX_VER < 10
199 #if GFX_VER == 11
201 #elif GFX_VER == 10
203 #elif GFX_VER == 9
205 #elif GFX_VER == 8
207 #elif GFX_VER
[all...]
H A Dgfx4_blorp_exec.h58 #if GFX_VER == 5
78 #if GFX_VER == 4
92 #if GFX_VER == 5
116 wm.SamplerCount = (GFX_VER != 5);
137 #if GFX_VER == 4
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c95 #if GFX_VER >= 12
98 #if (GFX_VER >= 8)
118 #if GFX_VER >= 8
125 #if GFX_VER >= 8
141 #if GFX_VER >= 8
146 #if GFX_VER >= 9
163 #if GFX_VER < 12
172 #if GFX_VER >= 8
180 #if GFX_VER >= 8
191 #if GFX_VER <
[all...]
H A DgenX_state.c82 #if GFX_VER == 11
167 #if GFX_VER >= 9
168 ps.MaskBits = GFX_VER >= 12 ? 0x13 : 3;
169 ps.MediaSamplerDOPClockGateEnable = GFX_VER >= 12;
174 #if GFX_VER == 9
196 #if GFX_VER >= 8
212 #if GFX_VER == 11
240 #if GFX_VER >= 11
276 #if GFX_VER == 12
296 if (GFX_VER >
[all...]
H A DgenX_pipeline.c180 #if GFX_VER >= 8
215 #if GFX_VER >= 8
225 #if GFX_VER >= 8
232 #if GFX_VER >= 8
258 #if GFX_VER >= 8
337 #if GFX_VER >= 8
351 #if GFX_VER >= 9
356 #if GFX_VER >= 8
431 #if GFX_VER >= 8
443 #if GFX_VER >
[all...]
H A DgenX_blorp_exec.c110 #if GFX_VER >= 7 && GFX_VER < 10
272 #if GFX_VER >= 11
291 #if GFX_VER == 7
320 #if GFX_VER >= 11
H A Dgfx8_cmd_buffer.c36 #if GFX_VER == 8
151 #if GFX_VER >= 12
161 #if GFX_VER == 9
172 #elif GFX_VER == 8
185 #endif /* GFX_VER == 8 */
198 #if GFX_VER >= 12
207 assert(GFX_VER == 8);
296 if (GFX_VER > 9)
298 assert(GFX_VER == 9);
443 #if GFX_VER
[all...]
H A DgenX_cmd_buffer.c59 #if GFX_VER >= 12
108 #if GFX_VER >= 12
115 #if GFX_VER == 12
129 #if GFX_VER == 12
165 # if (GFX_VER >= 8)
204 # if (GFX_VER >= 9)
218 # if (GFX_VER >= 10)
226 #if GFX_VER == 12
399 if (GFX_VER <= 8 &&
451 if (GFX_VER
[all...]
H A DgenX_query.c40 #define MI_BUILDER_CAN_WRITE_BATCH GFX_VER >= 8
68 #if GFX_VER >= 8
133 #if GFX_VER >= 8
177 #if GFX_VER >= 8
206 #if GFX_VER >= 8
249 #if GFX_VER >= 8
399 #if GFX_VER >= 8
548 #if GFX_VER >= 8
617 if (GFX_VER == 9 && cmd_buffer->device->info.gt == 4)
686 #if GFX_VER >
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_genX_exec.h100 #if GFX_VER >= 7 && GFX_VER < 10
105 #if GFX_VER >= 7
226 #if GFX_VER >= 7
261 #else /* GFX_VER < 7 */
266 #if GFX_VER >= 7
336 #if GFX_VER >= 7
351 GFX_VER < 10 ? batch->blorp->isl_dev->ss.clear_value_size : 4 * 4;
371 #if GFX_VER >= 6
375 #if GFX_VER >
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c179 #if GFX_VER >= 6
201 #if GFX_VER >= 6
207 #if GFX_VER >= 7
271 #if GFX_VER >= 6
301 #if GFX_VER == 8
315 #if GFX_VER < 8
368 #if GFX_VER <= 5
375 #if GFX_VER == 5
406 #if GFX_VER >= 6
478 #if GFX_VER >
[all...]
H A Dcrocus_blorp.c48 #if GFX_VER <= 5
101 if (GFX_VER < 6 && crocus_ptr_in_state_buffer(batch, location)) {
139 #if GFX_VER >= 7
209 #if GFX_VER >= 7
248 #if GFX_VER >= 7
255 #else /* GFX_VER < 7 */
262 #if GFX_VER <= 5
300 #if GFX_VER == 8
304 #if GFX_VER == 6
309 #if GFX_VER >
[all...]
H A Dgen4_blorp_exec.h56 #if GFX_VER == 5
75 #if GFX_VER == 4
88 #if GFX_VER == 5
111 wm.SamplerCount = (GFX_VER != 5);
132 #if GFX_VER == 4
H A Dcrocus_query.c52 #if GFX_VER == 6
71 #elif GFX_VER >= 7
193 #if GFX_VER >= 6
223 #if GFX_VER >= 6
232 #if GFX_VER >= 6
239 #if GFX_VER >= 6
255 #if GFX_VER == 6
272 #if GFX_VER >= 6
561 #if GFX_VER <= 5
568 #if GFX_VER >
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_guardband.h68 const float gb_size = GFX_VER >= 7 ? 16384.0f : 8192.0f;
73 if (GFX_VER == 6 && (fb_width & 1 || fb_height & 1)) {
H A Dmi_builder.h106 #if GFX_VER >= 11
114 #if GFX_VER >= 11
125 #if GFX_VER >= 9
391 #if GFX_VER >= 11
400 #if GFX_VER >= 8
444 #if GFX_VER >= 12
453 #if GFX_VER >= 8
475 #if GFX_VER >= 11
493 #if GFX_VER >= 11
502 #if GFX_VER >
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.h346 #ifdef GFX_VER
349 (GFX_VER == 9 && ((devinfo)->is_broxton || (devinfo)->is_geminilake))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c422 ((GFX_VER == 12 && devinfo->revision == 0 /* A0 */ ?
629 #if GFX_VER >= 8 && GFX_VER < 10
669 #if GFX_VER >= 9
670 sel.MaskBits = GFX_VER >= 12 ? 0x13 : 3;
671 sel.MediaSamplerDOPClockGateEnable = GFX_VER >= 12;
680 #if GFX_VER == 9
723 #if (GFX_VER >= 9)
748 assert(cfg || GFX_VER >= 12);
750 #if GFX_VER >
[all...]
H A Diris_blorp.c213 #if GFX_VER < 11
272 #if GFX_VER >= 11
303 #if GFX_VER == 8
313 #if GFX_VER >= 12
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_macros.h59 #define GFX_VER ((GFX_VERx10) / 10) macro
/xsrc/external/mit/MesaLib/dist/src/intel/common/tests/
H A Dmi_builder_test.cpp134 #if GFX_VER >= 8
140 #if GFX_VER < 8
145 #if GFX_VER >= 8
197 if (devinfo.ver != GFX_VER || devinfo.is_haswell != (GFX_VERx10 == 75)) {
215 if (GFX_VER >= 8) {
232 #if GFX_VER >= 8
260 #if GFX_VER >= 8
312 #if GFX_VER >= 8 /* On gfx8+, we pin everything */
323 #if GFX_VER >= 8 /* On gfx8+, we don't use relocations */
358 #if GFX_VER >
[all...]

Completed in 41 milliseconds

12