Home
last modified time | relevance | path

Searched refs:FS_OPCODE_MOV_DISPATCH_TO_FLAGS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp325 bld.emit(FS_OPCODE_MOV_DISPATCH_TO_FLAGS); in emit_interpolation_setup_gen6()
Dbrw_shader.cpp371 case FS_OPCODE_MOV_DISPATCH_TO_FLAGS: in brw_instruction_name()
Dbrw_defines.h1125 FS_OPCODE_MOV_DISPATCH_TO_FLAGS, enumerator
Dbrw_fs.cpp891 opcode == FS_OPCODE_MOV_DISPATCH_TO_FLAGS) { in flags_written()
5590 } else if (inst->opcode == FS_OPCODE_MOV_DISPATCH_TO_FLAGS) { in opt_drop_redundant_mov_to_flags()
6112 fs_inst *discard_init = bld.emit(FS_OPCODE_MOV_DISPATCH_TO_FLAGS); in run_fs()
Dbrw_fs_generator.cpp1937 case FS_OPCODE_MOV_DISPATCH_TO_FLAGS: in generate_code()