Searched refs:vec_type (Results 26 - 50 of 53) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h149 LLVMTypeRef vec_type; member in struct:lp_build_context
321 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type);
H A Dlp_bld_tgsi_aos.c408 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type); local
421 vec_type, array_size, "");
423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
428 bld->outputs[idx] = lp_build_alloca(gallivm, vec_type, "");
433 bld->addr[idx] = lp_build_alloca(gallivm, vec_type, "");
438 bld->preds[idx] = lp_build_alloca(gallivm, vec_type, "");
H A Dlp_bld_conv.c281 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); local
304 res = LLVMBuildSIToFP(builder, src, vec_type, "");
336 res = LLVMBuildBitCast(builder, res, vec_type, "");
H A Dlp_bld_sample_soa.c1109 texels[chan] = lp_build_alloca(bld->gallivm, bld->texel_bld.vec_type, "");
1398 texels[0] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texr");
1399 texels[1] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texg");
1400 texels[2] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texb");
1401 texels[3] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texa");
H A Dlp_bld_sample.c1164 face_s_var = lp_build_alloca(gallivm, bld->coord_bld.vec_type, "face_s_var");
1165 face_t_var = lp_build_alloca(gallivm, bld->coord_bld.vec_type, "face_t_var");
1166 face_var = lp_build_alloca(gallivm, bld->int_bld.vec_type, "face_var");
H A Dlp_bld_tgsi_action.c108 bld_base->uint_bld.vec_type, "");
696 bld_base->base.vec_type, "");
875 bld_base->uint_bld.vec_type, "");
H A Dlp_bld_format_aos.c604 res = LLVMBuildBitCast(builder, res, bld.vec_type, "");
/external/stlport/test/unit/
H A Dvector_test.cpp132 typedef vector<char> vec_type; typedef
134 vec_type v1; // Empty vector of characters.
142 vec_type v2(v1.begin(), v1.end());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c408 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type); local
421 vec_type, array_size, "");
423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
428 bld->outputs[idx] = lp_build_alloca(gallivm, vec_type, "");
433 bld->addr[idx] = lp_build_alloca(gallivm, vec_type, "");
438 bld->preds[idx] = lp_build_alloca(gallivm, vec_type, "");
H A Dlp_bld_conv.c281 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); local
304 res = LLVMBuildSIToFP(builder, src, vec_type, "");
336 res = LLVMBuildBitCast(builder, res, vec_type, "");
H A Dlp_bld_sample_soa.c1109 texels[chan] = lp_build_alloca(bld->gallivm, bld->texel_bld.vec_type, "");
1398 texels[0] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texr");
1399 texels[1] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texg");
1400 texels[2] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texb");
1401 texels[3] = lp_build_alloca(gallivm, bld.texel_bld.vec_type, "texa");
H A Dlp_bld_sample.c1164 face_s_var = lp_build_alloca(gallivm, bld->coord_bld.vec_type, "face_s_var");
1165 face_t_var = lp_build_alloca(gallivm, bld->coord_bld.vec_type, "face_t_var");
1166 face_var = lp_build_alloca(gallivm, bld->int_bld.vec_type, "face_var");
H A Dlp_bld_tgsi_action.c108 bld_base->uint_bld.vec_type, "");
696 bld_base->base.vec_type, "");
875 bld_base->uint_bld.vec_type, "");
H A Dlp_bld_format_aos.c604 res = LLVMBuildBitCast(builder, res, bld.vec_type, "");
H A Dlp_bld_sample_aos.c1565 packed_lo = lp_build_alloca(bld->gallivm, h16_bld.vec_type, "packed_lo");
1566 packed_hi = lp_build_alloca(bld->gallivm, h16_bld.vec_type, "packed_hi");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c198 LLVMPointerType(setup_bld->vec_type, 0), "");
203 LLVMPointerType(setup_bld->vec_type, 0), "");
214 LLVMPointerType(setup_bld->vec_type, 0), "");
404 LLVMPointerType(setup_bld->vec_type, 0), "");
409 LLVMPointerType(setup_bld->vec_type, 0), "");
420 LLVMPointerType(setup_bld->vec_type, 0), "");
H A Dlp_state_fs.c236 LLVMTypeRef vec_type; local
289 vec_type = lp_build_vec_type(gallivm, type);
298 color[cbuf][chan] = lp_build_alloca(gallivm, vec_type, "color");
358 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
460 LLVMTypeRef vec_type; local
517 vec_type = lp_build_vec_type(gallivm, type);
597 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
707 LLVMTypeRef vec_type; local
720 vec_type = lp_build_vec_type(gallivm, type);
724 LLVMPointerType(vec_type,
[all...]
H A Dlp_test_blend.c161 LLVMTypeRef vec_type; local
174 vec_type = lp_build_vec_type(gallivm, type);
176 args[3] = args[2] = args[1] = args[0] = LLVMPointerType(vec_type, 0);
H A Dlp_bld_depth.c636 LLVMPointerType(z_bld.vec_type, 0), "");
884 LLVMPointerType(z_bld.vec_type, 0), "");
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c198 LLVMPointerType(setup_bld->vec_type, 0), "");
203 LLVMPointerType(setup_bld->vec_type, 0), "");
214 LLVMPointerType(setup_bld->vec_type, 0), "");
404 LLVMPointerType(setup_bld->vec_type, 0), "");
409 LLVMPointerType(setup_bld->vec_type, 0), "");
420 LLVMPointerType(setup_bld->vec_type, 0), "");
H A Dlp_state_fs.c236 LLVMTypeRef vec_type; local
289 vec_type = lp_build_vec_type(gallivm, type);
298 color[cbuf][chan] = lp_build_alloca(gallivm, vec_type, "color");
358 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
460 LLVMTypeRef vec_type; local
517 vec_type = lp_build_vec_type(gallivm, type);
597 alpha_ref_value = lp_build_broadcast(gallivm, vec_type, alpha_ref_value);
707 LLVMTypeRef vec_type; local
720 vec_type = lp_build_vec_type(gallivm, type);
724 LLVMPointerType(vec_type,
[all...]
H A Dlp_test_blend.c161 LLVMTypeRef vec_type; local
174 vec_type = lp_build_vec_type(gallivm, type);
176 args[3] = args[2] = args[1] = args[0] = LLVMPointerType(vec_type, 0);
H A Dlp_bld_depth.c636 LLVMPointerType(z_bld.vec_type, 0), "");
884 LLVMPointerType(z_bld.vec_type, 0), "");
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1562 const struct glsl_type *vec_type; local
1564 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
1568 emit_block_move(dst, src, vec_type, predicate);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1562 const struct glsl_type *vec_type; local
1564 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
1568 emit_block_move(dst, src, vec_type, predicate);

Completed in 455 milliseconds

123