| /xsrc/external/mit/twm/dist/ |
| H A D | Makefile.am | 24 EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc README.md
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | string.c | 51 const char *sample = "0123456789abcdef"; local in function:strndup_checks 54 char *firsthalf = strndup(sample, 8); 55 char *secondhalf = strndup(sample + 8, 8); 63 allofit = strndup(sample, 20); 64 assert(strcmp(allofit, sample) == 0);
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 05-reset-dirs-sample.conf | 4 <description>Re-define fonts dirs sample</description>
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | under-latin.pl | 52 our @sample; 66 &underlined( $sample[ $cells % 2 ], ( $cells % 4 ) > 1 ? 1 : 0 ); 103 $sample[0] = sprintf "%c%c%c%c%c%c%c", 192, 193, 194, 195, 196, 197, 198; 104 $sample[1] = sprintf "gjpqy%c%c", 199, 255;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | backend_impl.h | 195 // center coverage is the same for all samples; just broadcast to the sample slots 360 // convert packed sample coverage masks into single coverage masks for all samples for 366 // input coverage has to be anded with sample mask if MSAA isn't forced on 426 // (even if the sample pattern does not happen to 427 // have a sample location there). 428 // (2) Else the attribute is evaluated at the first covered sample, in increasing order of sample 429 // index, where sample coverage is after ANDing the 434 // pixel, then the first sample covered by the SampleMask Rasterizer State is the evaluation 450 // scan for first covered sample pe 726 for (uint32_t sample = 0; sample < T::MultisampleT::numCoverageSamples; sample++) local in function:PixelRateZTestLoop::operator () 898 OutputMerger8x2(DRAW_CONTEXT * pDC,SWR_PS_CONTEXT & psContext,uint8_t * (& pColorBase)[SWR_NUM_RENDERTARGETS],uint32_t sample,const SWR_BLEND_STATE * pBlendState,const PFN_BLEND_JIT_FUNC (& pfnBlendFunc)[SWR_NUM_RENDERTARGETS],simdscalar & coverageMask,simdscalar const & depthPassMask,uint32_t renderTargetMask,bool useAlternateOffset,uint32_t workerId) argument 1160 for (uint32_t sample = 0; sample < GetNumOMSamples<T>(state.blendState.sampleCount); local in function:BackendPixelRate 1219 for (uint32_t sample = 0; sample < T::MultisampleT::numCoverageSamples; sample++) local in function:BackendPixelRate [all...] |
| H A D | backend_sample.cpp | 108 for (uint32_t sample = 0; sample < T::MultisampleT::numSamples; sample++) local in function:BackendSampleRate 110 simdmask coverageMask = work.coverageMask[sample] & MASK; 114 // offset depth/stencil buffers current sample 115 uint8_t* pDepthSample = pDepthBuffer + RasterTileDepthOffset(sample); 116 uint8_t* pStencilSample = pStencilBuffer + RasterTileStencilOffset(sample); 134 // calculate per sample positions 135 psContext.vX.sample = _simd_add_ps(psContext.vX.UL, samplePos.vX(sample)); [all...] |
| H A D | backend.cpp | 280 unsigned long sample = 0; local in function:BackendNullPS 282 while (_BitScanForward(&sample, sampleMask)) 284 sampleMask &= ~(1 << sample); 286 simdmask coverageMask = work.coverageMask[sample] & MASK; 290 // offset depth/stencil buffers current sample 291 uint8_t* pDepthSample = pDepthBuffer + RasterTileDepthOffset(sample); 292 uint8_t* pStencilSample = pStencilBuffer + RasterTileStencilOffset(sample); 310 // calculate per sample positions 311 psContext.vX.sample = _simd_add_ps(vXSamplePosUL, samplePos.vX(sample)); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_txf_ms.c | 47 nir_ssa_def *sample = instr->src[sample_index].src.ssa; local in function:v3d_nir_lower_txf_ms_instr 52 nir_iand(b, sample, one)); 55 nir_iand(b, nir_ushr(b, sample, one), one));
|
| H A D | v3d_nir_lower_logic_ops.c | 205 v3d_nir_get_tlb_color(nir_builder *b, struct v3d_compile *c, int rt, int sample) argument 215 .base = sample, 228 int rt, int sample) 266 int rt, int sample, 285 nir_ssa_def *src, int rt, int sample) 287 nir_ssa_def *dst = v3d_nir_get_tlb_color(b, c, rt, sample); 313 nir_alu_type type, int rt, int sample) 315 nir_store_tlb_sample_color_v3d(b, color, nir_imm_int(b, rt), .base = sample, .component = 0, .src_type = type); 334 nir_ssa_def *sample = local in function:v3d_nir_lower_logic_op_instr 337 v3d_emit_ms_output(b, sample, offse 226 v3d_emit_logic_op_raw(struct v3d_compile * c,nir_builder * b,nir_ssa_def ** src_chans,nir_ssa_def ** dst_chans,int rt,int sample) argument 264 v3d_emit_logic_op_unorm(struct v3d_compile * c,nir_builder * b,nir_ssa_def ** src_chans,nir_ssa_def ** dst_chans,int rt,int sample,nir_pack_func pack_func,nir_unpack_func unpack_func) argument 284 v3d_nir_emit_logic_op(struct v3d_compile * c,nir_builder * b,nir_ssa_def * src,int rt,int sample) argument 311 v3d_emit_ms_output(nir_builder * b,nir_ssa_def * color,nir_src * offset,nir_alu_type type,int rt,int sample) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_txf_ms.c | 49 nir_ssa_def *sample = instr->src[sample_index].src.ssa; local in function:vc4_nir_lower_txf_ms_instr 54 nir_iand(b, sample, one)); 57 nir_iand(b, nir_ushr(b, sample, one), one));
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | list.h | 88 #define __container_of(ptr, sample, member) \ 90 - ((char *)&(sample)->member - (char *)(sample)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 274 GLchan sample[4]; /* the filtered texture sample */ local in function:affine_span 284 sample[RCOMP] = tex00[2]; \ 285 sample[GCOMP] = tex00[1]; \ 286 sample[BCOMP] = tex00[0]; \ 287 sample[ACOMP] = CHAN_MAX; 290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ 291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\ 292 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\ 293 sample[ACOM 611 GLchan sample[4]; /* the filtered texture sample */ local in function:fast_persp_span [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_triangle.c | 274 GLchan sample[4]; /* the filtered texture sample */ local in function:affine_span 284 sample[RCOMP] = tex00[2]; \ 285 sample[GCOMP] = tex00[1]; \ 286 sample[BCOMP] = tex00[0]; \ 287 sample[ACOMP] = CHAN_MAX; 290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\ 291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\ 292 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\ 293 sample[ACOM 611 GLchan sample[4]; /* the filtered texture sample */ local in function:fast_persp_span [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | list.h | 278 #define __container_of(ptr, sample, member) \ 279 container_of(ptr, typeof(*sample), member) 286 #define __container_of(ptr, sample, member) \ 288 - ((char *)&(sample)->member - (char *)(sample)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate.c | 161 * unit can only sample from 2048x2048, so it's even more 555 struct vc4_texture_sample_info *sample, 560 uint32_t p0 = *(uint32_t *)(uniform_data_u + sample->p_offset[0]); 561 uint32_t p1 = *(uint32_t *)(uniform_data_u + sample->p_offset[1]); 562 uint32_t p2 = (sample->p_offset[2] != ~0 ? 563 *(uint32_t *)(uniform_data_u + sample->p_offset[2]) : 0); 564 uint32_t p3 = (sample->p_offset[3] != ~0 ? 565 *(uint32_t *)(uniform_data_u + sample->p_offset[3]) : 0); 566 uint32_t *validated_p0 = exec->uniforms_v + sample->p_offset[0]; 580 if (sample 553 reloc_tex(struct vc4_exec_info * exec,void * uniform_data_u,struct vc4_texture_sample_info * sample,uint32_t texture_handle_index) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate.c | 161 * unit can only sample from 2048x2048, so it's even more 555 struct vc4_texture_sample_info *sample, 560 uint32_t p0 = *(uint32_t *)(uniform_data_u + sample->p_offset[0]); 561 uint32_t p1 = *(uint32_t *)(uniform_data_u + sample->p_offset[1]); 562 uint32_t p2 = (sample->p_offset[2] != ~0 ? 563 *(uint32_t *)(uniform_data_u + sample->p_offset[2]) : 0); 564 uint32_t p3 = (sample->p_offset[3] != ~0 ? 565 *(uint32_t *)(uniform_data_u + sample->p_offset[3]) : 0); 566 uint32_t *validated_p0 = exec->uniforms_v + sample->p_offset[0]; 580 if (sample 553 reloc_tex(struct vc4_exec_info * exec,void * uniform_data_u,struct vc4_texture_sample_info * sample,uint32_t texture_handle_index) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | intel_list.h | 309 #define __container_of(ptr, sample, member) \ 310 container_of(ptr, typeof(*sample), member) 317 #define __container_of(ptr, sample, member) \ 319 - ((char *)&(sample)->member - (char *)(sample)))
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | perf-annotate-jit.py | 161 sample = samples.pop(address) 165 sys.stdout.write('%6u' % (sample)) 166 total_samples += sample
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | perf-annotate-jit.py | 161 sample = samples.pop(address) 165 sys.stdout.write('%6u' % (sample)) 166 total_samples += sample
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-filter.c | 237 pixman_kernel_t sample, 259 * and sample positions. 271 double slow = pos - scale * filters[sample].width / 2.0; 272 double shigh = slow + scale * filters[sample].width; 282 sample, 1.0 / scale, ilow - pos, 309 * at the first sample, since that is the only one that 320 filter_width (pixman_kernel_t reconstruct, pixman_kernel_t sample, double size) argument 322 return ceil (filters[reconstruct].width + size * filters[sample].width); 355 /* The position of the first sample of the phase corresponding to 235 create_1d_filter(int width,pixman_kernel_t reconstruct,pixman_kernel_t sample,double scale,int n_phases,pixman_fixed_t * pstart,pixman_fixed_t * pend) argument
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | Makefile.am | 73 EXTRA_DIST = Xmh.sample README.md
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | Makefile.am | 107 line-sample \ 135 shadow-sample \
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | util_double_list.h | 111 #define container_of(ptr, sample, member) \ 113 - ((char *)&((__typeof__(sample))0)->member))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_list.h | 308 #define __container_of(ptr, sample, member) \ 309 (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 124 const int sample[TGSI_QUAD_SIZE], 132 const int sample[TGSI_QUAD_SIZE], 141 const int sample[TGSI_QUAD_SIZE],
|