HomeSort by relevance Sort by last modified time
    Searched refs:has_simd4x2 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_surface_builder.cpp 56 * 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),
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...]
brw_eu_emit.c     [all...]

Completed in 100 milliseconds