/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_bmp.c | 51 long fp_offset = 0; local 93 fp_offset = SDL_RWtell(src); 256 if ( SDL_RWseek(src, fp_offset+bfOffBits, RW_SEEK_SET) < 0 ) { 347 SDL_RWseek(src, fp_offset, RW_SEEK_SET); 362 long fp_offset; local 448 fp_offset = SDL_RWtell(dst); 502 bfOffBits = SDL_RWtell(dst)-fp_offset; 503 if ( SDL_RWseek(dst, fp_offset+10, RW_SEEK_SET) < 0 ) { 507 if ( SDL_RWseek(dst, fp_offset+bfOffBits, RW_SEEK_SET) < 0 ) { 529 bfSize = SDL_RWtell(dst)-fp_offset; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_state_derived.c | 210 static void r300_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, 215 R300_RS_INST_COL_ADDR(fp_offset); 243 static void r300_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset) 246 R300_RS_INST_TEX_ADDR(fp_offset); 261 static void r500_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, 266 R500_RS_INST_COL_ADDR(fp_offset); 269 R500_RS_INST_COL_ADDR(fp_offset); 295 static void r500_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset) 298 R500_RS_INST_TEX_ADDR(fp_offset); 318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0 local [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | 210 static void r300_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, 215 R300_RS_INST_COL_ADDR(fp_offset); 243 static void r300_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset) 246 R300_RS_INST_TEX_ADDR(fp_offset); 261 static void r500_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, 266 R500_RS_INST_COL_ADDR(fp_offset); 269 R500_RS_INST_COL_ADDR(fp_offset); 295 static void r500_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset) 298 R500_RS_INST_TEX_ADDR(fp_offset); 318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0 local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_surface.c | 445 uint32_t fp_offset; member in struct:nv50_blitctx 646 blit->fp_offset = 0xb0; 653 blit->fp_offset = 0x18; 660 blit->fp_offset = 0; 910 blit->fp.code_base + blit->fp_offset);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_surface.c | 466 uint32_t fp_offset; member in struct:nvc0_blitctx 712 blit->fp_offset = 0x180; 719 blit->fp_offset = 0x80; 726 blit->fp_offset = 0; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_surface.c | 445 uint32_t fp_offset; member in struct:nv50_blitctx 646 blit->fp_offset = 0xb0; 653 blit->fp_offset = 0x18; 660 blit->fp_offset = 0; 910 blit->fp.code_base + blit->fp_offset);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_surface.c | 466 uint32_t fp_offset; member in struct:nvc0_blitctx 712 blit->fp_offset = 0x180; 719 blit->fp_offset = 0x80; 726 blit->fp_offset = 0; [all...] |
/external/clang/lib/CodeGen/ |
TargetInfo.cpp | [all...] |