Searched refs:SHADER_OPCODE_URB_WRITE_SIMD8 (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h457 SHADER_OPCODE_URB_WRITE_SIMD8, enumerator in enum:opcode
H A Dbrw_fs_visitor.cpp668 opcode opcode = SHADER_OPCODE_URB_WRITE_SIMD8;
861 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
H A Dbrw_shader.cpp343 case SHADER_OPCODE_URB_WRITE_SIMD8:
1056 case SHADER_OPCODE_URB_WRITE_SIMD8:
H A Dbrw_fs.cpp224 case SHADER_OPCODE_URB_WRITE_SIMD8:
947 case SHADER_OPCODE_URB_WRITE_SIMD8:
1532 if (prev->opcode == SHADER_OPCODE_URB_WRITE_SIMD8 ||
1551 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, hdr);
1559 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
6263 case SHADER_OPCODE_URB_WRITE_SIMD8:
H A Dbrw_fs_nir.cpp2099 enum opcode opcode = SHADER_OPCODE_URB_WRITE_SIMD8;
2122 if (opcode != SHADER_OPCODE_URB_WRITE_SIMD8) {
2906 SHADER_OPCODE_URB_WRITE_SIMD8;
H A Dbrw_fs_generator.cpp2059 case SHADER_OPCODE_URB_WRITE_SIMD8:
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp773 opcode opcode = SHADER_OPCODE_URB_WRITE_SIMD8;
976 fs_inst *inst = bld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
H A Dbrw_shader.cpp372 case SHADER_OPCODE_URB_WRITE_SIMD8:
1134 case SHADER_OPCODE_URB_WRITE_SIMD8:
H A Dbrw_eu_defines.h499 SHADER_OPCODE_URB_WRITE_SIMD8, enumerator in enum:opcode
H A Dbrw_ir_performance.cpp923 case SHADER_OPCODE_URB_WRITE_SIMD8:
H A Dbrw_fs.cpp227 case SHADER_OPCODE_URB_WRITE_SIMD8:
302 case SHADER_OPCODE_URB_WRITE_SIMD8:
978 case SHADER_OPCODE_URB_WRITE_SIMD8:
1628 if (prev->opcode == SHADER_OPCODE_URB_WRITE_SIMD8 ||
1647 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, hdr);
1655 inst = abld.emit(SHADER_OPCODE_URB_WRITE_SIMD8, reg_undef, payload);
7576 case SHADER_OPCODE_URB_WRITE_SIMD8:
H A Dbrw_fs_nir.cpp2280 enum opcode opcode = SHADER_OPCODE_URB_WRITE_SIMD8;
2303 if (opcode != SHADER_OPCODE_URB_WRITE_SIMD8) {
3064 SHADER_OPCODE_URB_WRITE_SIMD8;
H A Dbrw_fs_generator.cpp2419 case SHADER_OPCODE_URB_WRITE_SIMD8:

Completed in 61 milliseconds