Home
last modified time | relevance | path

Searched refs:FS_OPCODE_CINTERP (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp347 case FS_OPCODE_CINTERP: in brw_instruction_name()
929 case FS_OPCODE_CINTERP: in can_do_cmod()
957 opcode != FS_OPCODE_CINTERP))); in writes_accumulator_implicitly()
Dbrw_fs_cse.cpp78 case FS_OPCODE_CINTERP: in is_expression()
Dbrw_defines.h1115 FS_OPCODE_CINTERP, enumerator
Dbrw_fs_generator.cpp1833 case FS_OPCODE_CINTERP: in generate_code()
Dbrw_fs_nir.cpp3175 bld.emit(FS_OPCODE_CINTERP, offset(retype(dest, type), bld, i), in nir_emit_fs_intrinsic()
Dbrw_fs.cpp1531 if (inst->opcode == FS_OPCODE_CINTERP) { in assign_urb_setup()