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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.h 30 unsigned gpr; member in struct:r600_shader_io
r600_asm.c 299 if (output->gpr >= bc->ngpr)
300 bc->ngpr = output->gpr + 1;
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr &&
318 bc->cf_last->output.gpr = output->gpr;
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) &&
671 /* set up gpr use */
686 /* Another scalar operation has already used the GPR read port for the channel. *
897 int gpr[5], chan[5]; local
    [all...]
r600_asm.h 125 unsigned gpr; member in struct:r600_bytecode_output
r600_shader.c 598 int gpr = 0, base_chan = 0; local
618 /* work out gpr and base_chan from index */
619 gpr = ij_index / 2;
631 alu.dst.sel = ctx->shader->input[input].gpr;
637 alu.src[0].sel = gpr;
662 alu.dst.sel = ctx->shader->input[input].gpr;
763 int gpr_front = ctx->shader->input[front].gpr;
764 int gpr_back = ctx->shader->input[back].gpr;
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
806 ctx->face_gpr = ctx->shader->input[i].gpr;
1130 int gpr = ctx->file_offset[TGSI_FILE_INPUT] + local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 30 unsigned gpr; member in struct:r600_shader_io
r600_asm.c 299 if (output->gpr >= bc->ngpr)
300 bc->ngpr = output->gpr + 1;
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr &&
318 bc->cf_last->output.gpr = output->gpr;
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) &&
671 /* set up gpr use */
686 /* Another scalar operation has already used the GPR read port for the channel. *
897 int gpr[5], chan[5]; local
    [all...]
r600_asm.h 125 unsigned gpr; member in struct:r600_bytecode_output
r600_shader.c 598 int gpr = 0, base_chan = 0; local
618 /* work out gpr and base_chan from index */
619 gpr = ij_index / 2;
631 alu.dst.sel = ctx->shader->input[input].gpr;
637 alu.src[0].sel = gpr;
662 alu.dst.sel = ctx->shader->input[input].gpr;
763 int gpr_front = ctx->shader->input[front].gpr;
764 int gpr_back = ctx->shader->input[back].gpr;
802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
806 ctx->face_gpr = ctx->shader->input[i].gpr;
1130 int gpr = ctx->file_offset[TGSI_FILE_INPUT] + local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/ppc/
DNBArchImpl.h 84 ppc_thread_state_t gpr; member in struct:DNBArchMachPPC::State
  /bionic/libc/kernel/uapi/asm-mips/asm/
kvm.h 24 __u64 gpr[32]; member in struct:kvm_regs
  /development/ndk/platforms/android-L/arch-mips/include/asm/
kvm.h 24 __u64 gpr[32]; member in struct:kvm_regs
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
kvm.h 24 __u64 gpr[32]; member in struct:kvm_regs
  /external/kernel-headers/original/uapi/asm-mips/asm/
kvm.h 31 __u64 gpr[32]; member in struct:kvm_regs
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContextLinux_x86_64.cpp 16 // Computes the offset of the given GPR in the user data area.
18 (offsetof(GPR, regname))
23 GetRegisterContext()[gpr_##reg].byte_size = sizeof(GPR::reg); \
70 } GPR;
76 GPR gpr; // General purpose registers. member in struct:UserArea
88 uint64_t ar0; // Location of GPR's.
111 return sizeof(GPR);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_i386.h 63 struct GPR
134 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
146 GPR gpr; member in class:RegisterContextDarwin_i386
233 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0;
242 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
RegisterContextDarwin_arm.h 110 struct GPR
177 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
190 GPR gpr; member in class:RegisterContextDarwin_arm
288 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
303 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
RegisterContextDarwin_x86_64.h 62 struct GPR
138 GPRWordCount = sizeof(GPR)/sizeof(uint32_t),
150 GPR gpr; member in class:RegisterContextDarwin_x86_64
237 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0;
246 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.h 115 typedef arm_thread_state_t GPR;
132 GPR gpr; member in struct:DNBArchMachARM::Context
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.h 64 typedef __i386_thread_state_t GPR;
96 e_regSetWordSizeGPR = sizeof(GPR) / sizeof(int),
112 GPR gpr; member in struct:DNBArchImplI386::Context
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.h 63 typedef __x86_64_thread_state_t GPR;
95 e_regSetWordSizeGPR = sizeof(GPR) / sizeof(int),
111 GPR gpr; member in struct:DNBArchImplX86_64::Context
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 3 gpr: label
  /bionic/libc/kernel/uapi/sound/
emu10k1.h 86 #define GPR(x) (FXGPREGBASE + (x))
292 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_gpr
306 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 91 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
268 unsigned int gpr_controls; /* count of GPR controls */
280 unsigned int count; /* count of GPR (1..16) */
281 unsigned short gpr[32]; /* GPR number(s) */ member in struct:snd_emu10k1_fx8010_control_gpr
294 unsigned short gpr[32]; member in struct:snd_emu10k1_fx8010_control_old_gpr
307 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
308 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */
310 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
311 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove *
    [all...]

Completed in 461 milliseconds