Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h66 uint32_t *immd; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1044 } immd; member in tgsi::Source
1073 immd.count = 0; in Source()
1074 immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16); in Source()
1082 if (immd.data) in ~Source()
1083 FREE(immd.data); in ~Source()
1250 const unsigned n = immd.count++; in scanImmediate()
1255 immd.data[n * 4 + c] = imm->u[c].Uint; in scanImmediate()
2045 return loadImm(NULL, code->immd.data[idx * 4 + swz]); in fetchSrc()
2401 texi->tex.gatherComp = tgsi.getSrc(1).getValueU32(0, code->immd.data); in handleTEX()
2682 tgsi.getSrc(1).getValueU32(0, code->immd.data) + in handleLOAD()
[all …]