Home
last modified time | relevance | path

Searched refs:srcTypes (Results 1 – 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java299 protected static int recordTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes) { in recordTypeData() argument
302 TypeData t = validateTypeData(srcTypes, n, i); in recordTypeData()
311 protected static void copyTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes) { in copyTypeData() argument
313 destTypes[i] = srcTypes[i]; in copyTypeData()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h196 uint16_t srcTypes; member
Dnv50_ir_target_nv50.cpp145 opInfo[i].srcTypes = 1 << (int)TYPE_F32; in initOpInfo()
Dnv50_ir_target_nvc0.cpp229 opInfo[i].srcTypes = 1 << (int)TYPE_F32; in initOpInfo()
Dnv50_ir_target_gv100.cpp56 opInfo[i].srcTypes = 1 << (int)TYPE_F32; in initOpInfo()