Home
last modified time | relevance | path

Searched refs:opcode_desc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c423 static const struct opcode_desc opcode_10_descs[] = {
428 static const struct opcode_desc opcode_35_descs[] = {
433 static const struct opcode_desc opcode_38_descs[] = {
438 static const struct opcode_desc opcode_44_descs[] = {
443 static const struct opcode_desc opcode_45_descs[] = {
448 static const struct opcode_desc opcode_46_descs[] = {
454 static const struct opcode_desc opcode_descs[128] = {
700 const struct opcode_desc *
712 const struct opcode_desc *table = opcode_descs[opcode].table; in brw_opcode_desc()
Dbrw_eu.h563 struct opcode_desc { struct
579 const struct opcode_desc *table; argument
587 const struct opcode_desc * argument
593 const struct opcode_desc *desc = brw_opcode_desc(devinfo, opcode); in is_3src()
Dbrw_eu_validate.c81 const struct opcode_desc *desc = in num_sources_from_inst()
Dbrw_disasm.c666 const struct opcode_desc *desc = brw_opcode_desc(devinfo, id); in print_opcode()
1241 const struct opcode_desc *desc = brw_opcode_desc(devinfo, opcode); in brw_disassemble_inst()