Home
last modified time | relevance | path

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

/third_party/mesa3d/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) in emit_insert()
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->verx10 == 75; 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->verx10 == 75; in emit_untyped_atomic() local
206 emit_insert(bld, addr, dims, has_simd4x2), in emit_untyped_atomic()
61 emit_insert(const vec4_builder &bld, const src_reg &src, unsigned n, bool has_simd4x2) emit_insert() argument
[all...]
H A Dbrw_eu_emit.c3154 const bool has_simd4x2 = devinfo->verx10 >= 75; in brw_untyped_atomic() local
3156 has_simd4x2 ? 0 : 8; in brw_untyped_atomic()
3212 const bool has_simd4x2 = devinfo->verx10 >= 75; in brw_untyped_surface_write() local
3214 has_simd4x2 ? 0 : 8; in brw_untyped_surface_write()
3219 const unsigned mask = !has_simd4x2 && !align1 ? WRITEMASK_X : WRITEMASK_XYZW; in brw_untyped_surface_write()

Completed in 6 milliseconds