Home
last modified time | relevance | path

Searched refs:has_simd4x2 (Results 1 – 2 of 2) 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()
88 unsigned n, bool has_simd4x2) in emit_extract() argument
94 return emit_stride(bld, src, n, 1, has_simd4x2 ? 1 : 4); in emit_extract()
184 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_untyped_write() local
187 emit_insert(bld, addr, dims, has_simd4x2), in emit_untyped_write()
188 has_simd4x2 ? 1 : dims, in emit_untyped_write()
189 emit_insert(bld, src, size, has_simd4x2), in emit_untyped_write()
190 has_simd4x2 ? 1 : size, in emit_untyped_write()
206 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_untyped_atomic() local
[all …]
Dbrw_eu_emit.c2827 bool has_simd4x2, in brw_surface_payload_size() argument
2830 if (has_simd4x2 && in brw_surface_payload_size()