• Home
  • Raw
  • Download

Lines Matching refs:dump_hex

447          dump_hex((void *)vs_hdr, sect_size);  in dump_shaders_a2xx()
455 dump_hex((char *)constants[j], sect_size); in dump_shaders_a2xx()
462 dump_hex(ptr, sect_size); in dump_shaders_a2xx()
476 dump_hex(ptr, sect_size); in dump_shaders_a2xx()
499 dump_hex((void *)fs_hdr, sect_size); in dump_shaders_a2xx()
507 dump_hex((char *)constants[j], sect_size); in dump_shaders_a2xx()
514 dump_hex(ptr, sect_size); in dump_shaders_a2xx()
586 dump_hex((void *)vs_hdr, hdr_size); in dump_shaders_a3xx()
591 dump_hex((char *)constants[j], sizeof(constants[j])); in dump_shaders_a3xx()
597 dump_hex(instrs, instrs_size); in dump_shaders_a3xx()
667 dump_hex((void *)fs_hdr, hdr_size); in dump_shaders_a3xx()
672 dump_hex((char *)constants[j], sizeof(constants[j])); in dump_shaders_a3xx()
678 dump_hex(instrs, instrs_size); in dump_shaders_a3xx()
717 dump_hex((void *)state->hdr, sect_size); in dump_program()
743 dump_hex((char *)state->attribs[i], sect_size); in dump_program()
767 dump_hex((char *)state->uniforms[i], sect_size); in dump_program()
786 dump_hex((char *)state->samplers[i], sect_size); in dump_program()
814 dump_hex((char *)state->varyings[i], sect_size); in dump_program()
837 dump_hex((char *)state->outputs[0], sect_size); in dump_program()
848 dump_hex((char *)state->uniformblocks[i].header, sect_size); in dump_program()
869 dump_hex((char *)state->uniformblocks[i].members[member], in dump_program()
887 dump_hex((char *)state->uniformblocks[i].members[member], in dump_program()
914 dump_hex(ptr, sect_size); in dump_program()