Searched refs:immd (Results 1 – 2 of 2) sorted by relevance
66 uint32_t *immd; member
1044 } immd; member in tgsi::Source1073 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 …]