Home
last modified time | relevance | path

Searched defs: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()
88 unsigned n, bool has_simd4x2) in emit_extract()
184 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_untyped_write() local
206 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_untyped_atomic() local
267 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_typed_read() local
291 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_typed_write() local
314 const bool has_simd4x2 = (bld.shader->devinfo->gen >= 8 || in emit_typed_atomic() local
Dbrw_eu_emit.c2827 bool has_simd4x2, in brw_surface_payload_size()