Searched refs:masked_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_proto_size.py158 masked_count = {}
162 masked_count[i] = 0;
169 masked_count[i] = c
178 for c in masked_count:
179 print(' %u, ' % (masked_count[c]))
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_proto_size.py156 masked_count = {}
160 masked_count[i] = 0;
167 masked_count[i] = c
176 for c in masked_count:
177 print(' %u, ' % (masked_count[c]))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c890 unsigned masked_count; local in function:micro_u64shl
891 masked_count = src1->u[0] & 0x3f;
892 dst->u64[0] = src0->u64[0] << masked_count;
893 masked_count = src1->u[1] & 0x3f;
894 dst->u64[1] = src0->u64[1] << masked_count;
895 masked_count = src1->u[2] & 0x3f;
896 dst->u64[2] = src0->u64[2] << masked_count;
897 masked_count = src1->u[3] & 0x3f;
898 dst->u64[3] = src0->u64[3] << masked_count;
906 unsigned masked_count; local in function:micro_i64shr
922 unsigned masked_count; local in function:micro_u64shr
4670 unsigned masked_count; local in function:micro_shl
4828 unsigned masked_count; local in function:micro_ishr
5001 unsigned masked_count; local in function:micro_ushr
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c906 unsigned masked_count; local in function:micro_u64shl
907 masked_count = src1->u[0] & 0x3f;
908 dst->u64[0] = src0->u64[0] << masked_count;
909 masked_count = src1->u[1] & 0x3f;
910 dst->u64[1] = src0->u64[1] << masked_count;
911 masked_count = src1->u[2] & 0x3f;
912 dst->u64[2] = src0->u64[2] << masked_count;
913 masked_count = src1->u[3] & 0x3f;
914 dst->u64[3] = src0->u64[3] << masked_count;
922 unsigned masked_count; local in function:micro_i64shr
938 unsigned masked_count; local in function:micro_u64shr
4386 unsigned masked_count; local in function:micro_shl
4544 unsigned masked_count; local in function:micro_ishr
4717 unsigned masked_count; local in function:micro_ushr
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c1581 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask); local in function:ishr_emit_cpu
1583 masked_count);
1857 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:shl_emit_cpu
1859 masked_count);
2056 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:ushr_emit_cpu
2058 masked_count);
2369 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:u64shl_emit_cpu
2371 masked_count);
2383 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask); local in function:i64shr_emit_cpu
2385 masked_count);
2397 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:u64shr_emit_cpu
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c1581 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask); local in function:ishr_emit_cpu
1583 masked_count);
1857 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:shl_emit_cpu
1859 masked_count);
2056 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:ushr_emit_cpu
2058 masked_count);
2369 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:u64shl_emit_cpu
2371 masked_count);
2383 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask); local in function:i64shr_emit_cpu
2385 masked_count);
2397 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask); local in function:u64shr_emit_cpu
[all...]

Completed in 17 milliseconds