Searched refs:base_offset (Results 26 - 33 of 33) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2452 * from scratch space at @base_offset to @temp.
2454 * @base_offset is measured in 32-byte units (the size of a register).
2459 int base_offset)
2461 int reg_offset = base_offset + orig_src.reg_offset;
2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2471 * @base_offset is measured in 32-byte units (the size of a register).
2476 int base_offset)
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2576 int base_offset)
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2452 * from scratch space at @base_offset to @temp.
2454 * @base_offset is measured in 32-byte units (the size of a register).
2459 int base_offset)
2461 int reg_offset = base_offset + orig_src.reg_offset;
2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2471 * @base_offset is measured in 32-byte units (the size of a register).
2476 int base_offset)
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2576 int base_offset)
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
[all...]
/external/v8/tools/
H A Dgrokdump.py781 base_offset = self.ElementsOffset()
783 offset = base_offset + 4 * i
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1249 uint64_t offset, base_offset; local
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
1408 surf->cb_color_base = (base_offset + offset) >> 8;
1421 surf->cb_color_fmask = (base_offset + rtex->fmask_offset) >> 8;
1422 surf->cb_color_cmask = (base_offset + rtex->cmask_offset) >> 8;
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1249 uint64_t offset, base_offset; local
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
1408 surf->cb_color_base = (base_offset + offset) >> 8;
1421 surf->cb_color_fmask = (base_offset + rtex->fmask_offset) >> 8;
1422 surf->cb_color_cmask = (base_offset + rtex->cmask_offset) >> 8;
/external/chromium_org/v8/tools/
H A Dgrokdump.py1170 base_offset = self.ElementsOffset()
1172 offset = base_offset + 4 * i
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc3267 int base_offset = (FixedDoubleArray::kHeaderSize - kHeapObjectTag) + local
3272 __ add(elements, elements, Operand(base_offset));
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc3145 int base_offset = (FixedDoubleArray::kHeaderSize - kHeapObjectTag) + local
3151 __ Addu(elements, elements, Operand(base_offset));

Completed in 425 milliseconds

12