HomeSort by relevance Sort by last modified time
    Searched refs:is_3src (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/intel/compiler/
test_eu_compact.cpp 77 is_3src(devinfo, (opcode)brw_inst_opcode(devinfo, inst))) {
95 if (is_3src(devinfo, (opcode)brw_inst_opcode(devinfo, src))) {
brw_shader.h 99 bool is_3src(const struct gen_device_info *devinfo) const;
brw_fs_bank_conflicts.cpp 627 } else if (inst->is_3src(v->devinfo) &&
926 if (grf_used && inst->is_3src(devinfo) &&
brw_shader.cpp 770 backend_instruction::is_3src(const struct gen_device_info *devinfo) const function in class:backend_instruction
772 return ::is_3src(devinfo, opcode);
    [all...]
brw_eu.h 623 is_3src(const struct gen_device_info *devinfo, enum opcode opcode) function
brw_vec4_copy_propagation.cpp 397 if (inst->is_3src(devinfo) &&
brw_eu_compact.c 1058 if (is_3src(devinfo, brw_inst_opcode(devinfo, src))) {
    [all...]
brw_fs_copy_propagation.cpp 328 if (inst->is_3src(devinfo)) {
brw_vec4.cpp     [all...]
brw_fs.cpp     [all...]

Completed in 300 milliseconds