Searched defs:fp_offset (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c51 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/
H A Dr300_state_derived.c210 static void r300_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, argument
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) argument
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, argument
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) argument
298 R500_RS_INST_TEX_ADDR(fp_offset);
318 int i, col_count = 0, tex_count = 0, fp_offset local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c210 static void r300_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, argument
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) argument
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, argument
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) argument
298 R500_RS_INST_TEX_ADDR(fp_offset);
318 int i, col_count = 0, tex_count = 0, fp_offset local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c445 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/
H A Dnvc0_surface.c466 uint32_t fp_offset; member in struct:nvc0_blitctx
712 blit->fp_offset = 0x180;
719 blit->fp_offset = 0x80;
726 blit->fp_offset = 0;
1000 blit->fp.code_base + blit->fp_offset);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c445 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/
H A Dnvc0_surface.c466 uint32_t fp_offset; member in struct:nvc0_blitctx
712 blit->fp_offset = 0x180;
719 blit->fp_offset = 0x80;
726 blit->fp_offset = 0;
1000 blit->fp.code_base + blit->fp_offset);
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc1264 int fp_offset = StackSlotOffset(op->index()); local
1282 !inlined_arguments_ && !is_int9(fp_offset) &&
1289 return MemOperand(fp, fp_offset);

Completed in 561 milliseconds