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

  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_optimize.c 49 case GEN6_OPCODE_SEND:
toy_compiler.c 290 case GEN6_OPCODE_SEND: return "send";
376 case GEN6_OPCODE_SEND:
toy_compiler_disasm.c 170 [GEN6_OPCODE_SEND] = { "send", 1 },
265 case GEN6_OPCODE_SEND:
801 assert(inst->opcode == GEN6_OPCODE_SEND ||
948 if (inst->opcode == GEN6_OPCODE_SEND ||
    [all...]
toy_compiler.h 387 TC_CND2(tc_SEND, GEN6_OPCODE_SEND)
toy_legalize_ra.c 247 * GEN6_OPCODE_SEND may write to multiple consecutive registers and we need to
383 if (inst->opcode == GEN6_OPCODE_SEND ||
toy_legalize.c 35 * Lower an instruction to GEN6_OPCODE_SEND(C).
43 inst->opcode = (sendc) ? GEN6_OPCODE_SENDC : GEN6_OPCODE_SEND;
toy_compiler_asm.c 530 assert(cg->inst->opcode == GEN6_OPCODE_SEND ||
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/genhw/
gen_eu_isa.xml.h 73 GEN6_OPCODE_SEND = 0x31,

Completed in 60 milliseconds