Home
last modified time | relevance | path

Searched refs:brw_get_default_access_mode (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c1112 brw_get_default_access_mode(p) == BRW_ALIGN_1 && in ALU1()
1231 const bool align16 = brw_get_default_access_mode(p) == BRW_ALIGN_16; in brw_F32TO16()
1281 bool align16 = brw_get_default_access_mode(p) == BRW_ALIGN_16; in brw_F16TO32()
3095 const bool align1 = brw_get_default_access_mode(p) == BRW_ALIGN_1; in brw_untyped_atomic()
3130 const bool align1 = brw_get_default_access_mode(p) == BRW_ALIGN_1; in brw_untyped_surface_read()
3153 const bool align1 = brw_get_default_access_mode(p) == BRW_ALIGN_1; in brw_untyped_surface_write()
3278 if (brw_get_default_access_mode(p) == BRW_ALIGN_1) { in brw_find_live_channel()
3386 const bool align1 = brw_get_default_access_mode(p) == BRW_ALIGN_1; in brw_broadcast()
Dbrw_eu.cpp145 brw_get_default_access_mode(struct brw_codegen *p) in brw_get_default_access_mode() function
Dbrw_eu.h155 unsigned brw_get_default_access_mode(struct brw_codegen *p);