| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-mips-dspr2.h | 127 mask_type, mask_cnt, \ 132 mask_type *mask, \ 141 mask_type *mask_line, *mask; \ 153 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \ 212 mask_type, mask_cnt, \ 217 mask_type *mask, \ 227 mask_type *mask_line, *mask; \ 234 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \
|
| H A D | pixman-arm-common.h | 116 mask_type, mask_cnt, \ 125 mask_type *mask, \ 134 mask_type *mask_line; \ 146 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \ 196 mask_type, mask_cnt, \ 205 mask_type *mask, \ 215 mask_type *mask_line; \ 222 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 128 struct lp_type mask_type; local in function:generate_quad_mask 139 mask_type = lp_int_type(fs_type); 173 lp_build_vec_type(gallivm, mask_type), 190 mask_type, PIPE_FUNC_EQUAL, 1748 struct lp_type mask_type; local in function:generate_unswizzled_blend 1797 mask_type = lp_int32_vec4_type(); 1798 mask_type.length = fs_type.length; 1801 fs_mask[i] = lp_build_zero(gallivm, mask_type); 1806 check_mask = LLVMConstNull(lp_build_int_vec_type(gallivm, mask_type)); 1812 lp_build_mask_begin(&mask_ctx, gallivm, mask_type, check_mas 2586 LLVMTypeRef mask_type = lp_build_int_vec_type(gallivm, fs_type); local in function:generate_fragment [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_exec_mask.cpp | 45 enum mask_type : uint8_t { enum in namespace:aco::__anon045cfe6e0110 486 uint8_t mask_type = local in function:aco::__anon045cfe6e0110::add_coupling_code 488 ctx.info[idx].exec.emplace_back(loop_active, mask_type); 501 uint8_t mask_type = ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact); local in function:aco::__anon045cfe6e0110::add_coupling_code 506 mask_type); 643 uint8_t mask_type = ctx.info[preds[0]].exec[i].second & ctx.info[preds[1]].exec[i].second; local in function:aco::__anon045cfe6e0110::add_coupling_code 644 ctx.info[idx].exec.emplace_back(phi, mask_type); 1011 uint8_t mask_type = ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact); local in function:aco::__anon045cfe6e0110::add_branch_code 1022 ctx.info[idx].exec.emplace_back(Operand(bld.lm), mask_type);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 229 struct lp_type mask_type; local in function:generate_quad_mask 240 mask_type = lp_int_type(fs_type); 279 lp_build_vec_type(gallivm, mask_type), 296 mask_type, PIPE_FUNC_EQUAL, 2332 struct lp_type mask_type; local in function:generate_unswizzled_blend 2381 mask_type = lp_int32_vec4_type(); 2382 mask_type.length = fs_type.length; 2385 fs_mask[i] = lp_build_zero(gallivm, mask_type); 2390 check_mask = LLVMConstNull(lp_build_int_vec_type(gallivm, mask_type)); 2396 lp_build_mask_begin(&mask_ctx, gallivm, mask_type, check_mas 3183 LLVMTypeRef mask_type = lp_build_int_vec_type(gallivm, fs_type); local in function:generate_fragment [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_logic.c | 364 LLVMTypeRef mask_type = LLVMGetElementType(LLVMTypeOf(mask)); local in function:lp_build_select 365 if (LLVMGetIntTypeWidth(mask_type) != type.width) {
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_render.c | 677 int src_type, mask_type, src_bpp; local in function:combine_pict_format 693 mask_type = PICT_TYPE_A; 697 mask_type = PICT_FORMAT_TYPE(mask); 701 mask_type = PICT_FORMAT_TYPE(mask); 705 mask_type = PICT_FORMAT_TYPE(mask); 711 if (src_type == mask_type) { 718 && mask_type == pict_format_combine_tab[i][1]) 720 && mask_type == pict_format_combine_tab[i][0])) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 2737 struct lp_type mask_type = lp_int_type(gs_type); local in function:generate_mask_value 2739 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); 2742 num_prims = lp_build_broadcast(gallivm, lp_build_vec_type(gallivm, mask_type), 2748 mask_val = lp_build_compare(gallivm, mask_type, 3328 struct lp_type mask_type = lp_int_type(tcs_type); local in function:generate_tcs_mask_value 3330 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); 3333 num_vecs = lp_build_broadcast(gallivm, lp_build_vec_type(gallivm, mask_type), limit); 3338 mask_val = lp_build_compare(gallivm, mask_type, 3781 struct lp_type mask_type = lp_int_type(tes_type); local in function:generate_tes_mask_value 3783 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 2209 struct lp_type mask_type = lp_int_type(gs_type); local in function:generate_mask_value 2211 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); 2214 num_prims = lp_build_broadcast(gallivm, lp_build_vec_type(gallivm, mask_type), 2220 mask_val = lp_build_compare(gallivm, mask_type,
|