HomeSort by relevance Sort by last modified time
    Searched defs:reg_offset (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_fs.h 180 reg_offset(const fs_reg &r) function
223 !(reg_offset(r) + dr <= reg_offset(s) ||
224 reg_offset(s) + ds <= reg_offset(r));
237 reg_offset(r) >= reg_offset(s) &&
238 reg_offset(r) + dr <= reg_offset(s) + ds;
420 * fully or partially) counted from 'floor(reg_offset(inst->dst)
    [all...]
brw_ir_vec4.h 229 reg_offset(const backend_reg &r) function in namespace:brw
261 !(reg_offset(r) + dr <= reg_offset(s) ||
262 reg_offset(s) + ds <= reg_offset(r));
381 * fully or partially) counted from 'floor(reg_offset(inst->dst) /
389 return DIV_ROUND_UP(reg_offset(inst->dst) % REG_SIZE + inst->size_written,
395 * fully or partially) counted from 'floor(reg_offset(inst->src[i]) /
404 return DIV_ROUND_UP(reg_offset(inst->src[i]) % reg_size + inst->size_read(i),
brw_vec4_visitor.cpp 1481 int reg_offset = base_offset + orig_src.offset \/ REG_SIZE; local
1510 int reg_offset = base_offset + inst->dst.offset \/ REG_SIZE; local
1726 int reg_offset = base_offset + src.offset \/ 16; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.h 283 int32_t reg_offset; member in struct:android::ArmToArm64Assembler::addr_mode_t
  /external/elfutils/libdw/
cfi.h 125 reg_offset, /* DW_CFA_offset_extended et al */ enumerator in enum:dwarf_frame_rule
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 64 offsetT reg_offset[TIC6X_NUM_UNWIND_REGS]; member in struct:tic6x_unwind_info
tc-iq2000.c 76 unsigned long reg_offset; member in struct:proc
tc-score7.c 473 unsigned long reg_offset;
471 unsigned long reg_offset; member in struct:proc
    [all...]
tc-score.c 408 unsigned long reg_offset; member in struct:s3_proc
    [all...]
tc-mips.c 18267 unsigned long reg_offset; member in struct:proc
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 745 unsigned reg_offset = 0, reg_count = 0; local
753 ++reg_offset;
772 radeon_set_context_reg_seq(cmd_buffer->cs, R_028028_DB_STENCIL_CLEAR + 4 * reg_offset, reg_count);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 1612 Register reg_offset = mem_op.GetRegisterOffset(); local
    [all...]