Searched refs:has_simd4x2 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp56 * 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 Dbrw_eu_emit.c2938 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 Dbrw_vec4_surface_builder.cpp56 * 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 Dbrw_eu_emit.c3144 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 D19.0.0.rst1398 - intel/eu: Add has_simd4x2 bools to surface_write functions

Completed in 17 milliseconds