Searched refs:ivb (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_3d.c38 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_upload_invariant_states
50 OUT_BATCH(GEN6_3DSTATE_MULTISAMPLE | ((ivb ? 4 : 3) - 2));
54 if (ivb)
283 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_upload_vs_state
285 OUT_BATCH(GEN6_3DSTATE_CONSTANT_VS | ((ivb ? 7 : 5) - 2));
290 if (ivb) {
H A Di965_render.c2634 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_composite_wm_constants
2636 OUT_BATCH(GEN6_3DSTATE_CONSTANT_PS | ((ivb ? 7 : 5) - 2));
2641 if (ivb) {
2845 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_emit_composite_state
2853 if (ivb) {
2885 if (ivb) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_3d.c38 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_upload_invariant_states
50 OUT_BATCH(GEN6_3DSTATE_MULTISAMPLE | ((ivb ? 4 : 3) - 2));
54 if (ivb)
283 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_upload_vs_state
285 OUT_BATCH(GEN6_3DSTATE_CONSTANT_VS | ((ivb ? 7 : 5) - 2));
290 if (ivb) {
H A Di965_render.c2634 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_composite_wm_constants
2636 OUT_BATCH(GEN6_3DSTATE_CONSTANT_PS | ((ivb ? 7 : 5) - 2));
2641 if (ivb) {
2845 Bool ivb = INTEL_INFO(intel)->gen >= 070; local in function:gen6_emit_composite_state
2853 if (ivb) {
2885 if (ivb) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.2.rst40 - [iris,i965][hsw,ivb,snb,bdw][bisected][regression] wflinfo crashes
41 - [iris,i965][hsw,ivb,snb,bdw][bisected][regression] wflinfo crashes
H A D19.0.3.rst35 - [ivb] mesa 19.0.0 breaks rendering in kitty
H A D17.1.0.rst28 - OpenGL 4.2 on i965/ivb
35 - GL_ARB_shader_precision on i965/ivb
40 - GL_ARB_vertex_attrib_64bit on i965/ivb
H A D10.0.5.rst67 [ivb/hsw] batch overwritten with garbage
H A D10.1.1.rst54 [ivb/hsw] batch overwritten with garbage
H A D9.1.3.rst46 [ivb] Mesa 9.1 performance regression on KWin's Lanczos shader
H A D8.0.5.rst53 [ivb gt1] Severe image corruption and GPU Hang, too many PS threads
H A D17.3.0.rst199 - [ivb byt hsw] piglit.spec.arb_indirect_parameters.tf-count-arrays
H A D17.0.0.rst213 [byt,ivb,snb] ES3-CTS.gtf.GL3Tests.shadow regression
H A D18.0.0.rst117 - [ivb byt hsw] piglit.spec.arb_indirect_parameters.tf-count-arrays
H A D21.2.0.rst175 - [iris,i965][hsw,ivb,snb,bdw][bisected][regression] wflinfo crashes
176 - [iris,i965][hsw,ivb,snb,bdw][bisected][regression] wflinfo crashes
193 - [ivb,hsw][i965][bisected] dEQP-GLES3.functional.shaders.texture_functions.texture.sampler2darrayshadow_vertex failing
1768 - crocus/gen8: limit vertex buffer workarounds to ivb
H A D20.0.0.rst104 - [regression][bisected][ivb/byt] crucible test
H A D19.1.0.rst215 - [ivb] mesa 19.0.0 breaks rendering in kitty
H A D20.3.0.rst138 - \[ivb,hsw,byt,bsw][i965][bisected\] anv_reloc_list_add: Assertion failure
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_l3_config.c63 DECLARE_L3_LIST(ivb);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_generator.cpp742 const bool ivb = devinfo->is_ivybridge || devinfo->is_baytrail; local in function:generate_tcs_get_instance_id
756 const int mask = ivb ? INTEL_MASK(22, 16) : INTEL_MASK(23, 17);
757 const int shift = ivb ? 16 : 17;
1062 const bool ivb = devinfo->is_ivybridge || devinfo->is_baytrail; local in function:generate_tcs_create_barrier_header
1076 brw_imm_ud(ivb ? INTEL_MASK(15, 12) : INTEL_MASK(16, 13)));
1079 brw_SHL(p, m0_2, get_element_ud(dst, 2), brw_imm_ud(ivb ? 12 : 11));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_generator.cpp741 const bool ivb = devinfo->is_ivybridge || devinfo->is_baytrail; local in function:generate_tcs_get_instance_id
755 const int mask = ivb ? INTEL_MASK(22, 16) : INTEL_MASK(23, 17);
756 const int shift = ivb ? 16 : 17;
1061 const bool ivb = devinfo->is_ivybridge || devinfo->is_baytrail; local in function:generate_tcs_create_barrier_header
1075 brw_imm_ud(ivb ? INTEL_MASK(15, 12) : INTEL_MASK(16, 13)));
1078 brw_SHL(p, m0_2, get_element_ud(dst, 2), brw_imm_ud(ivb ? 12 : 11));

Completed in 115 milliseconds