| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_surface_builder.cpp | 56 * the recipient shared unit. If \p has_simd4x2 is true the argument is 62 unsigned n, bool has_simd4x2) 76 return emit_stride(bld, src_reg(tmp), n, has_simd4x2 ? 1 : 4, 1); 166 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local in function:brw::surface_access::emit_untyped_write 169 emit_insert(bld, addr, dims, has_simd4x2), 170 has_simd4x2 ? 1 : dims, 171 emit_insert(bld, src, size, has_simd4x2), 172 has_simd4x2 ? 1 : size, 188 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local in function:brw::surface_access::emit_untyped_atomic 208 emit_insert(bld, addr, dims, has_simd4x2), 61 emit_insert(const vec4_builder & bld,const src_reg & src,unsigned n,bool has_simd4x2) argument [all...] |
| H A D | brw_eu_emit.c | 2938 const bool has_simd4x2 = devinfo->gen >= 8 || devinfo->is_haswell; local in function:brw_untyped_atomic 2940 has_simd4x2 ? 0 : 8; 2996 const bool has_simd4x2 = devinfo->gen >= 8 || devinfo->is_haswell; local in function:brw_untyped_surface_write 2998 has_simd4x2 ? 0 : 8; 3003 const unsigned mask = !has_simd4x2 && !align1 ? WRITEMASK_X : WRITEMASK_XYZW;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_surface_builder.cpp | 56 * the recipient shared unit. If \p has_simd4x2 is true the argument is 62 unsigned n, bool has_simd4x2) 76 return emit_stride(bld, src_reg(tmp), n, has_simd4x2 ? 1 : 4, 1); 166 const bool has_simd4x2 = bld.shader->devinfo->is_haswell; local in function:brw::surface_access::emit_untyped_write 168 emit_insert(bld, addr, dims, has_simd4x2), 169 has_simd4x2 ? 1 : dims, 170 emit_insert(bld, src, size, has_simd4x2), 171 has_simd4x2 ? 1 : size, 187 const bool has_simd4x2 = bld.shader->devinfo->is_haswell; local in function:brw::surface_access::emit_untyped_atomic 206 emit_insert(bld, addr, dims, has_simd4x2), 61 emit_insert(const vec4_builder & bld,const src_reg & src,unsigned n,bool has_simd4x2) argument [all...] |
| H A D | brw_eu_emit.c | 3144 const bool has_simd4x2 = devinfo->verx10 >= 75; local in function:brw_untyped_atomic 3146 has_simd4x2 ? 0 : 8; 3202 const bool has_simd4x2 = devinfo->verx10 >= 75; local in function:brw_untyped_surface_write 3204 has_simd4x2 ? 0 : 8; 3209 const unsigned mask = !has_simd4x2 && !align1 ? WRITEMASK_X : WRITEMASK_XYZW;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1398 - intel/eu: Add has_simd4x2 bools to surface_write functions
|