Searched defs:srcreg (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c414 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di ) argument
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
[all...]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c414 static void dump_srcreg( struct sh_srcreg srcreg, struct sh_srcreg *indreg, const struct dump_info *di ) argument
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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c288 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg) argument
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;
H A Dradeon_program_alu.c131 static struct rc_src_register srcreg(int file, int index) function
255 inst->U.I.SrcReg[0], srcreg(RC_FILE_TEMPORARY, dst.Index));
271 srcreg(RC_FILE_TEMPORARY, dst.Index), inst->U.I.SrcReg[1]);
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
336 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
338 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index));
375 srcreg(RC_FILE_TEMPORARY, rc_find_free_temporary(c)));
383 srctemp = srcreg(RC_FILE_TEMPORARY, temp);
391 swizzle(srcreg(RC_FILE_CONSTAN
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c288 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg) argument
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;
H A Dradeon_program_alu.c131 static struct rc_src_register srcreg(int file, int index) function
255 inst->U.I.SrcReg[0], srcreg(RC_FILE_TEMPORARY, dst.Index));
271 srcreg(RC_FILE_TEMPORARY, dst.Index), inst->U.I.SrcReg[1]);
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
336 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
338 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index));
375 srcreg(RC_FILE_TEMPORARY, rc_find_free_temporary(c)));
383 srctemp = srcreg(RC_FILE_TEMPORARY, temp);
391 swizzle(srcreg(RC_FILE_CONSTAN
[all...]

Completed in 177 milliseconds