| /xsrc/external/mit/pixman/dist/pixman/ |
| 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, \
|
| 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/ |
| lp_state_fs.c | 128 struct lp_type mask_type; local 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 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_mask) 2586 LLVMTypeRef mask_type = lp_build_int_vec_type(gallivm, fs_type); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_insert_exec_mask.cpp | 45 enum mask_type : uint8_t { 486 uint8_t mask_type = local 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 506 mask_type); 643 uint8_t mask_type = ctx.info[preds[0]].exec[i].second & ctx.info[preds[1]].exec[i].second; local 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 1022 ctx.info[idx].exec.emplace_back(Operand(bld.lm), mask_type); local
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_fs.c | 229 struct lp_type mask_type; local 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 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_mask) 3183 LLVMTypeRef mask_type = lp_build_int_vec_type(gallivm, fs_type); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_logic.c | 364 LLVMTypeRef mask_type = LLVMGetElementType(LLVMTypeOf(mask)); local 365 if (LLVMGetIntTypeWidth(mask_type) != type.width) {
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_render.c | 734 int src_type, mask_type, src_bpp; local 750 mask_type = PICT_TYPE_A; 754 mask_type = PICT_FORMAT_TYPE(mask); 758 mask_type = PICT_FORMAT_TYPE(mask); 763 mask_type = PICT_FORMAT_TYPE(mask); 769 if (src_type == mask_type) { 776 && mask_type == pict_format_combine_tab[i][1]) 778 && mask_type == pict_format_combine_tab[i][0])) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_llvm.c | 2737 struct lp_type mask_type = lp_int_type(gs_type); local 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 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 3783 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_llvm.c | 2209 struct lp_type mask_type = lp_int_type(gs_type); local 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,
|