Home
last modified time | relevance | path

Searched refs:has_simd4x2 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_surface_builder.cpp62 unsigned n, bool has_simd4x2) in emit_insert() argument
76 return emit_stride(bld, src_reg(tmp), n, has_simd4x2 ? 1 : 4, 1); in emit_insert()
166 const bool has_simd4x2 = bld.shader->devinfo->is_haswell; in emit_untyped_write() local
168 emit_insert(bld, addr, dims, has_simd4x2), in emit_untyped_write()
169 has_simd4x2 ? 1 : dims, in emit_untyped_write()
170 emit_insert(bld, src, size, has_simd4x2), in emit_untyped_write()
171 has_simd4x2 ? 1 : size, in emit_untyped_write()
187 const bool has_simd4x2 = bld.shader->devinfo->is_haswell; in emit_untyped_atomic() local
206 emit_insert(bld, addr, dims, has_simd4x2), in emit_untyped_atomic()
207 has_simd4x2 ? 1 : dims, in emit_untyped_atomic()
[all …]
Dbrw_eu_emit.c3097 const bool has_simd4x2 = devinfo->gen >= 8 || devinfo->is_haswell; in brw_untyped_atomic() local
3099 has_simd4x2 ? 0 : 8; in brw_untyped_atomic()
3155 const bool has_simd4x2 = devinfo->gen >= 8 || devinfo->is_haswell; in brw_untyped_surface_write() local
3157 has_simd4x2 ? 0 : 8; in brw_untyped_surface_write()
3162 const unsigned mask = !has_simd4x2 && !align1 ? WRITEMASK_X : WRITEMASK_XYZW; in brw_untyped_surface_write()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1398 - intel/eu: Add has_simd4x2 bools to surface_write functions