Searched refs:type32 (Results 1 – 3 of 3) sorted by relevance
2685 const char* type32; in addGraphics8BitStorageUniformInt32To8Group() member2860 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt32To8Group()2861 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt32To8Group()2897 const char* type32; in addGraphics8BitStorageUniformInt8To32Group() member3075 specs["itype32"] = intFacts[factIdx].type32; in addGraphics8BitStorageUniformInt8To32Group()3076 specs["v2itype32"] = "%v2" + string(intFacts[factIdx].type32).substr(1); in addGraphics8BitStorageUniformInt8To32Group()4514 const char* type32; in addGraphics8BitStorageUniformStruct8To32Group() member4539 specs["32type"] = intFacts[intFactsNdx].type32; in addGraphics8BitStorageUniformStruct8To32Group()4784 const char* type32; in addGraphics8BitStorageUniformStruct32To8Group() member4809 specs["32type"] = intFacts[intFactsNdx].type32; in addGraphics8BitStorageUniformStruct32To8Group()
2014 const char* type32; in addGraphics16BitStorageUniformInt32To16Group() member2161 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()2162 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()2203 specs["itype32"] = intFacts[factIdx].type32; in addGraphics16BitStorageUniformInt32To16Group()2204 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()4389 const char* type32; in addGraphics16BitStorageInputOutputInt32To16Group() member4412 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()4419 fragments["input_type"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt32To16Group()4529 const char* type32; in addGraphics16BitStorageInputOutputInt16To32Group() member4552 specs["type32"] = cases[caseIdx].type32; in addGraphics16BitStorageInputOutputInt16To32Group()[all …]
809 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local836 type32 = type; in fs_twiddle_transpose()837 type32.length /= 4; in fs_twiddle_transpose()838 type32.width *= 4; in fs_twiddle_transpose()839 type32_t = lp_build_vec_type(gallivm, type32); in fs_twiddle_transpose()