Searched refs:structptr (Results 1 – 22 of 22) sorted by relevance
6 OpName %structptr "structptr"7 OpTypeForwardPointer %structptr UniformConstant9 %structt1 = OpTypeStruct %structptr %uint10 %structt2 = OpTypeStruct %uint %structptr11 %structt3 = OpTypeStruct %uint %uint %structptr12 %structt4 = OpTypeStruct %uint %uint %uint %structptr13 %structptr = OpTypePointer UniformConstant %structt1
5 OpName %structptr "structptr"7 OpTypeForwardPointer %structptr UniformConstant10 %structt1 = OpTypeStruct %structptr %uint11 %structt2 = OpTypeStruct %uint %structptr12 %structt3 = OpTypeStruct %uint %uint %structptr13 %structt4 = OpTypeStruct %uint %uint %uint %structptr14 %structptr = OpTypePointer UniformConstant %structt1
7 OpName %structptr "structptr"8 OpTypeForwardPointer %structptr UniformConstant10 %structt1 = OpTypeStruct %structptr %uint11 %structt2 = OpTypeStruct %uint %structptr12 %structt3 = OpTypeStruct %uint %uint %structptr13 %structt4 = OpTypeStruct %uint %uint %uint %structptr14 %structptr = OpTypePointer UniformConstant %structt1
5 OpTypeForwardPointer %structptr UniformConstant7 %structt1 = OpTypeStruct %structptr %uint8 %structt2 = OpTypeStruct %uint %structptr9 %structt3 = OpTypeStruct %uint %uint %structptr10 %structt4 = OpTypeStruct %uint %uint %uint %structptr11 %structptr = OpTypePointer UniformConstant %structt1
31 OpName %structptr "structptr"43 OpName %structptr "structptr"67 OpName %1 "structptr" in TEST()
32 OpName %structptr "structptr"63 -OpName %1 "structptr" in TEST()
353 template<typename T> void AddStruct(voffset_t field, const T *structptr) { in AddStruct() argument354 if (!structptr) return; // Default, don't store. in AddStruct()356 buf_.push_small(*structptr); in AddStruct()
1432 OpName %structptr "structptr" in TEST_F()