Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp369 case FS_OPCODE_CINTERP: in brw_instruction_name()
932 case FS_OPCODE_CINTERP: in can_do_cmod()
960 opcode != FS_OPCODE_CINTERP))); in writes_accumulator_implicitly()
Dbrw_fs_cse.cpp78 case FS_OPCODE_CINTERP: in is_expression()
Dbrw_eu_defines.h475 FS_OPCODE_CINTERP, enumerator
Dbrw_fs_generator.cpp1938 case FS_OPCODE_CINTERP: in generate_code()
Dbrw_fs_nir.cpp3328 bld.emit(FS_OPCODE_CINTERP, offset(retype(dest, type), bld, i), in nir_emit_fs_intrinsic()
Dbrw_fs.cpp1589 if (inst->opcode == FS_OPCODE_CINTERP) { in assign_urb_setup()