Searched refs:swizzle_w (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_builder.h106 ir_swizzle *swizzle_w(operand a);
H A Dir_builder.cpp137 swizzle_w(operand a) function in namespace:ir_builder
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h166 unsigned swizzle_w:2; member in struct:sh_srcreg
H A Dsvga_shader_dump.c462 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) {
471 _debug_printf( "%c", "xyzw"[srcreg.swizzle_w] );
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c84 S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(cf->output.swizzle_w) |
H A Dr600_asm.h129 unsigned swizzle_w; member in struct:r600_bytecode_output
H A Dr600_asm.c310 output->swizzle_w == bc->cf_last->output.swizzle_w &&
1857 S_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(cf->output.swizzle_w) |
2319 fprintf(stderr, "SWIZ_W:%X ", cf->output.swizzle_w);
2430 fprintf(stderr, "SWIZ_W:%X ", cf->output.swizzle_w);
H A Dr600_shader.c1539 output[j].swizzle_w = 3;
1575 output[j].swizzle_w = 5; /* 1 */
1587 output[j].swizzle_w = rctx->alpha_to_one && rctx->multisample_enable && !rctx->cb0_is_integer ? 5 : 3;
1600 output[j].swizzle_w = rctx->alpha_to_one && rctx->multisample_enable && !rctx->cb0_is_integer ? 5 : 3;
1613 output[j].swizzle_z = output[j].swizzle_w = 7;
1619 output[j].swizzle_z = output[j].swizzle_w = 7;
1647 output[j].swizzle_w = 7;
1664 output[j].swizzle_w = 7;
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp632 return src->type->is_scalar() ? src : swizzle_w(src);
635 ir_rvalue *const scalar = src->type->is_scalar() ? src : swizzle_w(src);
875 val = swizzle_w(smear(p, val));
1036 tex->projector = swizzle_w(texcoord);
1196 p->emit(assign(temp_var, mul(f, swizzle_w(oparams))));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c72 unsigned swizzle_w)
80 assert(swizzle_w < 4);
85 swizzles[bld->inv_swizzles[3]] = bld->swizzles[swizzle_w];
67 swizzle_aos(struct lp_build_tgsi_context *bld_base, LLVMValueRef a, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c803 unsigned swizzle_w,
818 assert( swizzle_w <= TGSI_SWIZZLE_W );
826 src_register.SwizzleW = swizzle_w;
798 tgsi_build_src_register( unsigned file, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w, unsigned negate, unsigned absolute, unsigned indirect, unsigned dimension, int index, struct tgsi_instruction *instruction, struct tgsi_header *header ) argument
H A Dtgsi_ureg.h917 unsigned swizzle_w)
925 reg.PredSwizzleW = swizzle_w;
912 ureg_predicate(struct ureg_dst reg, boolean negate, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) argument
/external/libdrm/intel/
H A Dintel_decode.c769 const char *swizzle_w = i915_get_channel_swizzle((a1 >> 16) & 0xf); local
774 swizzle_w);
787 const char *swizzle_w = i915_get_channel_swizzle((a2 >> 24) & 0xf); local
792 swizzle_w);
804 const char *swizzle_w = i915_get_channel_swizzle((a2 >> 0) & 0xf); local
809 swizzle_w);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c66 unsigned swizzle_w)
75 swizzles[3] = LLVMConstInt(i32t, swizzle_w, 0);
60 emit_swizzle( struct lp_build_tgsi_context * bld_base, LLVMValueRef value, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1570 unsigned swizzle_w)
1572 const unsigned swizzleIn[4] = {swizzle_x, swizzle_y, swizzle_z, swizzle_w};
1564 emit_tex_swizzle( struct svga_shader_emitter *emit, SVGA3dShaderDestToken dst, struct src_register src, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) argument

Completed in 686 milliseconds