Lines Matching defs:contents
1430 void *contents;
1476 contents = hostptr(ext_src_addr);
1478 contents = is_64b() ? dwords + 3 : dwords + 2;
1480 if (!contents)
1510 if (contents)
1511 try_disasm_a3xx(contents, num_unit * 2, level + 2, stdout,
1516 dump_shader(ext, contents, num_unit * 2 * 4);
1532 dump_float(contents, num_unit * 2, level + 1);
1533 dump_hex(contents, num_unit * 2, level + 1);
1538 uint32_t *addrs = contents;
1555 dump_tex_samp(contents, src, num_unit, level);
1559 dump_tex_const(contents, num_unit, level);
1563 uint32_t *ssboconst = (uint32_t *)contents;
1581 uint32_t *ssboconst = (uint32_t *)contents;
1594 uint32_t *ssboconst = (uint32_t *)contents;
1612 uint32_t *uboconst = (uint32_t *)contents;
1628 dump_hex(contents, num_unit, level + 1);
1634 dump_hex(contents, num_unit * 2, level + 1);
1640 dump_hex(contents, num_unit * 4, level + 1);
1647 dump_hex(contents, num_unit, level + 1);