Home
last modified time | relevance | path

Searched refs:immd (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h61 uint32_t *immd; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h120 } immd; member
Dnv50_ir_from_tgsi.cpp122 return info->immd.data[reg.Index * 4 + getSwizzle(c)]; in getValueU32()
1009 if (info->immd.data) in ~Source()
1010 FREE(info->immd.data); in ~Source()
1011 if (info->immd.type) in ~Source()
1012 FREE(info->immd.type); in ~Source()
1035 info->immd.bufSize = 0; in scanSource()
1052 info->immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16); in scanSource()
1053 info->immd.type = (ubyte *)MALLOC(scan.immediate_count * sizeof(ubyte)); in scanSource()
1177 const unsigned n = info->immd.count++; in scanImmediate()
1182 info->immd.data[n * 4 + c] = imm->u[c].Uint; in scanImmediate()
[all …]