Home
last modified time | relevance | path

Searched refs:immd_data (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.h28 uint32_t *immd_data; member
Dnvc0_program.c582 prog->immd_data = info->immd.buf; in nvc0_program_translate()
711 prog->immd_size, prog->immd_data); in nvc0_program_upload_code()
757 if (prog->immd_data) in nvc0_program_destroy()
758 FREE(prog->immd_data); in nvc0_program_destroy()