| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| gen_perf.py | 335 def sizeof(c_type): function 430 current_offset = pot_align(current_offset, sizeof(c_type)) 437 return current_offset + sizeof(c_type)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| gen_perf.py | 327 def sizeof(c_type): function 382 current_offset = pot_align(current_offset, sizeof(c_type)) 389 return current_offset + sizeof(c_type)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_ir.h | 206 static_assert(sizeof(memory_sync_info) == 3, "Unexpected padding"); 1326 static_assert(sizeof(Instruction) == 16, "Unexpected padding"); 1332 static_assert(sizeof(SOPK_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); variable 1338 static_assert(sizeof(SOPP_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); variable 1341 static_assert(sizeof(SOPC_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); variable 1344 static_assert(sizeof(SOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding") variable 1347 static_assert(sizeof(SOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); variable 1369 static_assert(sizeof(SMEM_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); variable 1372 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); variable 1375 static_assert(sizeof(VOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); variable 1378 static_assert(sizeof(VOPC_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); variable 1389 static_assert(sizeof(VOP3_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); variable 1400 static_assert(sizeof(VOP3P_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); variable 1417 static_assert(sizeof(DPP_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); variable [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcint.h | 141 FC_ASSERT_STATIC (sizeof (FcRef) == sizeof (int)); variable 306 FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)]; 406 FcChar8 buf_static[16 * sizeof (void *)];
|
| /xsrc/external/mit/fontconfig/include/ |
| fcint.h | 158 FC_ASSERT_STATIC (sizeof (FcRef) == sizeof (int)); variable 323 FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)]; 423 FcChar8 buf_static[16 * sizeof (void *)];
|