Home
last modified time | relevance | path

Searched refs:brw_compact_instructions (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_clip.c82 brw_compact_instructions(&c.func, 0, NULL); in brw_compile_clip()
Dbrw_compile_ff_gs.c646 brw_compact_instructions(&c.func, 0, NULL); in brw_compile_ff_gs_prog()
Dbrw_eu.h1872 void brw_compact_instructions(struct brw_codegen *p, int start_offset,
Dbrw_eu_compact.c2480 brw_compact_instructions(struct brw_codegen *p, int start_offset, in brw_compact_instructions() function
Dbrw_vec4_generator.cpp2219 brw_compact_instructions(p, 0, disasm_info); in generate_code()
Dbrw_fs_generator.cpp2557 brw_compact_instructions(p, start_offset, disasm_info); in generate_code()
/third_party/mesa3d/src/intel/tools/
Di965_asm.c343 brw_compact_instructions(p, start_offset, disasm_info); in main()