Searched defs:swizzle_x (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.cpp119 swizzle_x(operand a) function in namespace:ir_builder
/external/mesa3d/src/glsl/
H A Dir_builder.cpp119 swizzle_x(operand a) function in namespace:ir_builder
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c69 unsigned swizzle_x,
77 assert(swizzle_x < 4);
82 swizzles[bld->inv_swizzles[0]] = bld->swizzles[swizzle_x];
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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h163 unsigned swizzle_x:2; member in struct:sh_srcreg
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c69 unsigned swizzle_x,
77 assert(swizzle_x < 4);
82 swizzles[bld->inv_swizzles[0]] = bld->swizzles[swizzle_x];
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/drivers/svga/svgadump/
H A Dsvga_shader.h163 unsigned swizzle_x:2; member in struct:sh_srcreg
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h914 unsigned swizzle_x,
922 reg.PredSwizzleX = swizzle_x;
912 ureg_predicate(struct ureg_dst reg, boolean negate, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) argument
H A Dtgsi_build.c759 int index, int file, int swizzle_x, int swizzle_y, int swizzle_z,
768 texture_offset.SwizzleX = swizzle_x;
800 unsigned swizzle_x,
815 assert( swizzle_x <= TGSI_SWIZZLE_W );
823 src_register.SwizzleX = swizzle_x;
758 tgsi_build_texture_offset( int index, int file, int swizzle_x, int swizzle_y, int swizzle_z, struct tgsi_token *prev_token, struct tgsi_instruction *instruction, struct tgsi_header *header ) argument
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
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h914 unsigned swizzle_x,
922 reg.PredSwizzleX = swizzle_x;
912 ureg_predicate(struct ureg_dst reg, boolean negate, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w) argument
H A Dtgsi_build.c759 int index, int file, int swizzle_x, int swizzle_y, int swizzle_z,
768 texture_offset.SwizzleX = swizzle_x;
800 unsigned swizzle_x,
815 assert( swizzle_x <= TGSI_SWIZZLE_W );
823 src_register.SwizzleX = swizzle_x;
758 tgsi_build_texture_offset( int index, int file, int swizzle_x, int swizzle_y, int swizzle_z, struct tgsi_token *prev_token, struct tgsi_instruction *instruction, struct tgsi_header *header ) argument
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
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h126 unsigned swizzle_x; member in struct:r600_bytecode_output
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c63 unsigned swizzle_x,
72 swizzles[0] = LLVMConstInt(i32t, swizzle_x, 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/r600/
H A Dr600_asm.h126 unsigned swizzle_x; member in struct:r600_bytecode_output
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c63 unsigned swizzle_x,
72 swizzles[0] = LLVMConstInt(i32t, swizzle_x, 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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1567 unsigned swizzle_x,
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
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1567 unsigned swizzle_x,
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 351 milliseconds