HomeSort by relevance Sort by last modified time
    Searched refs:srcreg (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 414 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
416 switch (srcreg.modifier) {
430 dump_reg( *(struct sh_reg *) &srcreg, indreg, di );
431 switch (srcreg.modifier) {
462 if (srcreg.swizzle_x != 0 || srcreg.swizzle_y != 1 || srcreg.swizzle_z != 2 || srcreg.swizzle_w != 3) {
464 if (srcreg.swizzle_x == srcreg.swizzle_y && srcreg.swizzle_y == srcreg.swizzle_z && srcreg.swizzle_z == srcreg.swizzle_w)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 414 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di )
416 switch (srcreg.modifier) {
430 dump_reg( *(struct sh_reg *) &srcreg, indreg, di );
431 switch (srcreg.modifier) {
462 if (srcreg.swizzle_x != 0 || srcreg.swizzle_y != 1 || srcreg.swizzle_z != 2 || srcreg.swizzle_w != 3) {
464 if (srcreg.swizzle_x == srcreg.swizzle_y && srcreg.swizzle_y == srcreg.swizzle_z && srcreg.swizzle_z == srcreg.swizzle_w)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 45 struct rc_dst_register DstReg, struct rc_src_register SrcReg)
55 fpi->U.I.SrcReg[0] = SrcReg;
73 fpi->U.I.SrcReg[0] = SrcReg0;
74 fpi->U.I.SrcReg[1] = SrcReg1;
93 fpi->U.I.SrcReg[0] = SrcReg0;
94 fpi->U.I.SrcReg[1] = SrcReg1;
95 fpi->U.I.SrcReg[2] = SrcReg2;
131 static struct rc_src_register srcreg(int file, int index) function
208 if (inst->U.I.SrcReg[i].File == RC_FILE_TEMPORARY &
    [all...]
radeon_compiler_util.h 46 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg);
radeon_compiler_util.c 288 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg)
290 struct rc_src_register tmp = srcreg;
297 tmp.Swizzle |= GET_SWZ(srcreg.Swizzle, swz) << (i*3);
298 tmp.Negate |= GET_BIT(srcreg.Negate, swz) << i;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 45 struct rc_dst_register DstReg, struct rc_src_register SrcReg)
55 fpi->U.I.SrcReg[0] = SrcReg;
73 fpi->U.I.SrcReg[0] = SrcReg0;
74 fpi->U.I.SrcReg[1] = SrcReg1;
93 fpi->U.I.SrcReg[0] = SrcReg0;
94 fpi->U.I.SrcReg[1] = SrcReg1;
95 fpi->U.I.SrcReg[2] = SrcReg2;
131 static struct rc_src_register srcreg(int file, int index) function
208 if (inst->U.I.SrcReg[i].File == RC_FILE_TEMPORARY &
    [all...]
radeon_compiler_util.h 46 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg);
radeon_compiler_util.c 288 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg)
290 struct rc_src_register tmp = srcreg;
297 tmp.Swizzle |= GET_SWZ(srcreg.Swizzle, swz) << (i*3);
298 tmp.Negate |= GET_BIT(srcreg.Negate, swz) << i;
  /external/qemu/target-arm/
cpu.h 78 int srcreg, int operand, uint32_t value,

Completed in 437 milliseconds