Searched refs:immd (Results 1 – 2 of 2) sorted by relevance
61 uint32_t *immd; member
1041 } immd; member in tgsi::Source1068 immd.count = 0; in Source()1069 immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16); in Source()1077 if (immd.data) in ~Source()1078 FREE(immd.data); in ~Source()1244 const unsigned n = immd.count++; in scanImmediate()1249 immd.data[n * 4 + c] = imm->u[c].Uint; in scanImmediate()2021 return loadImm(NULL, code->immd.data[idx * 4 + swz]); in fetchSrc()2377 texi->tex.gatherComp = tgsi.getSrc(1).getValueU32(0, code->immd.data); in handleTEX()2638 tgsi.getSrc(1).getValueU32(0, code->immd.data) + in handleLOAD()[all …]