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

/external/mesa3d/src/mesa/drivers/dri/i965/
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);
82 * layout expected from some shared unit. If \p has_simd4x2 is true the
88 unsigned n, bool has_simd4x2)
94 return emit_stride(bld, src, n, 1, has_simd4x2 ? 1 : 4);
184 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local
187 emit_insert(bld, addr, dims, has_simd4x2),
188 has_simd4x2 ? 1 : dims,
189 emit_insert(bld, src, size, has_simd4x2),
61 emit_insert(const vec4_builder &bld, const src_reg &src, unsigned n, bool has_simd4x2) argument
87 emit_extract(const vec4_builder &bld, const src_reg src, unsigned n, bool has_simd4x2) argument
206 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local
262 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local
286 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local
309 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || local
[all...]
H A Dbrw_eu_emit.c2895 bool has_simd4x2,
2898 if (has_simd4x2 &&
2893 brw_surface_payload_size(struct brw_codegen *p, unsigned num_channels, bool has_simd4x2, bool has_simd16) argument

Completed in 84 milliseconds