Home
last modified time | relevance | path

Searched refs:brw_get_default_exec_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c1479 brw_inst_set_exec_size(devinfo, insn, brw_get_default_exec_size(p)); in gfx6_IF()
1766 brw_inst_set_exec_size(devinfo, insn, brw_get_default_exec_size(p)); in brw_BREAK()
1791 brw_inst_set_exec_size(devinfo, insn, brw_get_default_exec_size(p)); in brw_CONT()
1820 brw_inst_set_exec_size(devinfo, insn, brw_get_default_exec_size(p)); in brw_HALT()
1927 brw_inst_set_exec_size(devinfo, insn, brw_get_default_exec_size(p)); in brw_WHILE()
2394 const unsigned exec_size = 1 << brw_get_default_exec_size(p); in brw_oword_block_read()
2469 if (brw_get_default_exec_size(p) >= BRW_EXECUTE_16) in brw_fb_WRITE()
2524 1 << brw_get_default_exec_size(p), per_sample)); in gfx9_fb_READ()
3155 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : in brw_untyped_atomic()
3188 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : 0; in brw_untyped_surface_read()
[all …]
Dbrw_eu.c133 brw_get_default_exec_size(struct brw_codegen *p) in brw_get_default_exec_size() function
Dbrw_fs_generator.cpp2108 brw_IF(p, brw_get_default_exec_size(p)); in generate_code()
2120 brw_DO(p, brw_get_default_exec_size(p)); in generate_code()
Dbrw_eu.h157 unsigned brw_get_default_exec_size(struct brw_codegen *p);