Searched refs:EmptyStruct (Results 1 – 8 of 8) sorted by relevance
7 #define EmptyStruct spirv_type(id = 30)8 void func(EmptyStruct emptyStruct) {}12 EmptyStruct dummy[size];
11 struct EmptyStruct {};41 HullOutputType main(EmptyStruct stage_input, InputPatch<HullInputType, 3> patch, uint pointId : SV_…
93 class EmptyStruct(Structure): class190 (EmptyStruct, "T{}", (), EmptyStruct),
212 class EmptyStruct(Structure): class215 obj = (EmptyStruct * 2)() # bpo37188: Floating point exception
411 Name 25 "EmptyStruct"460 25(EmptyStruct): TypeStruct461 26: TypePointer Function 25(EmptyStruct)472 59: TypePointer Input 25(EmptyStruct)510 61:25(EmptyStruct) Load 60(stage_input)529 89:25(EmptyStruct) Load 58(stage_input)
280 struct EmptyStruct {} in test_gen() struct281 assert::<EmptyStruct>(); in test_gen()285 EmptyStruct {}, in test_gen() enumerator
57 "/sksl/errors/EmptyStruct.sksl",
62 obj = EmptyStruct()66 class EmptyStruct(ctypes.Structure): class