Searched refs:immd (Results 1 – 5 of 5) sorted by relevance
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)]; in getValueU32()633 if (info->immd.data) in ~Source()634 FREE(info->immd.data); in ~Source()635 if (info->immd.type) in ~Source()636 FREE(info->immd.type); in ~Source()659 info->immd.bufSize = 0; in scanSource()675 info->immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16); in scanSource()676 info->immd.type = (ubyte *)MALLOC(scan.immediate_count * sizeof(ubyte)); in scanSource()756 const unsigned n = info->immd.count++; in scanImmediate()761 info->immd.data[n * 4 + c] = imm->u[c].Uint; in scanImmediate()[all …]
132 } immd; member
868 info.immd.bufSize = dcl.num * 4; in inspectDeclaration()869 info.immd.buf = (uint32_t *)MALLOC(info.immd.bufSize); in inspectDeclaration()870 memcpy(info.immd.buf, dcl.data, info.immd.bufSize); in inspectDeclaration()
61 uint32_t *immd; member
582 prog->immd_data = info->immd.buf; in nvc0_program_translate()583 prog->immd_size = info->immd.bufSize; in nvc0_program_translate()