| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_texture.c | 41 wrap_mode(unsigned pipe) function in typeref:typename:unsigned 141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) | 142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) | 143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_texture.c | 41 wrap_mode(unsigned pipe) function in typeref:typename:unsigned 141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) | 142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) | 143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i830_render.c | 253 uint32_t wrap_mode; local in function:i830_texture_setup 268 wrap_mode = TEXCOORDMODE_CLAMP_BORDER; 271 wrap_mode = TEXCOORDMODE_WRAP; 274 wrap_mode = TEXCOORDMODE_CLAMP; 277 wrap_mode = TEXCOORDMODE_MIRROR; 323 TEXCOORD_ADDR_V_MODE(wrap_mode) | 324 ENABLE_ADDR_U_CNTL | TEXCOORD_ADDR_U_MODE(wrap_mode));
|
| H A D | i915_render.c | 304 uint32_t wrap_mode, tiling_bits; local in function:i915_texture_setup 324 wrap_mode = TEXCOORDMODE_CLAMP_BORDER; 327 wrap_mode = TEXCOORDMODE_WRAP; 330 wrap_mode = TEXCOORDMODE_CLAMP_EDGE; 333 wrap_mode = TEXCOORDMODE_MIRROR; 376 wrap_mode << SS3_TCX_ADDR_MODE_SHIFT; 378 wrap_mode << SS3_TCY_ADDR_MODE_SHIFT;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i830_render.c | 253 uint32_t wrap_mode; local in function:i830_texture_setup 268 wrap_mode = TEXCOORDMODE_CLAMP_BORDER; 271 wrap_mode = TEXCOORDMODE_WRAP; 274 wrap_mode = TEXCOORDMODE_CLAMP; 277 wrap_mode = TEXCOORDMODE_MIRROR; 323 TEXCOORD_ADDR_V_MODE(wrap_mode) | 324 ENABLE_ADDR_U_CNTL | TEXCOORD_ADDR_U_MODE(wrap_mode));
|
| H A D | i915_render.c | 304 uint32_t wrap_mode, tiling_bits; local in function:i915_texture_setup 324 wrap_mode = TEXCOORDMODE_CLAMP_BORDER; 327 wrap_mode = TEXCOORDMODE_WRAP; 330 wrap_mode = TEXCOORDMODE_CLAMP_EDGE; 333 wrap_mode = TEXCOORDMODE_MIRROR; 376 wrap_mode << SS3_TCX_ADDR_MODE_SHIFT; 378 wrap_mode << SS3_TCY_ADDR_MODE_SHIFT;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_render.c | 278 uint32_t wrap_mode; local in function:i830_texture_setup 295 wrap_mode = TEXCOORDMODE_CLAMP_BORDER; 298 wrap_mode = TEXCOORDMODE_WRAP; 301 wrap_mode = TEXCOORDMODE_CLAMP; 304 wrap_mode = TEXCOORDMODE_MIRROR; 344 TEXCOORD_ADDR_V_MODE(wrap_mode) | 345 ENABLE_ADDR_U_CNTL | TEXCOORD_ADDR_U_MODE(wrap_mode));
|
| H A D | i915_render.c | 245 uint32_t wrap_mode; local in function:i915_texture_setup 265 wrap_mode = TEXCOORDMODE_CLAMP_BORDER; 268 wrap_mode = TEXCOORDMODE_WRAP; 271 wrap_mode = TEXCOORDMODE_CLAMP_EDGE; 274 wrap_mode = TEXCOORDMODE_MIRROR; 305 pI830->samplerstate[unit * 3 + 1] |= wrap_mode << SS3_TCX_ADDR_MODE_SHIFT; 306 pI830->samplerstate[unit * 3 + 1] |= wrap_mode << SS3_TCY_ADDR_MODE_SHIFT;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_code.h | 171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon5cc527f80608
|
| H A D | radeon_program_tex.c | 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_code.h | 171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon210fac6b0608
|
| H A D | radeon_program_tex.c | 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_fs.c | 185 state->unit[i].wrap_mode = RC_WRAP_REPEAT; 189 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT; 195 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP; 199 state->unit[i].wrap_mode = RC_WRAP_NONE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_fs.c | 185 state->unit[i].wrap_mode = RC_WRAP_REPEAT; 189 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT; 195 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP; 199 state->unit[i].wrap_mode = RC_WRAP_NONE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | graw_util.h | 283 unsigned wrap_mode, 292 sampler_desc.wrap_r = wrap_mode; 282 graw_util_create_simple_sampler(const struct graw_info * info,unsigned wrap_mode,unsigned img_filter) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | graw_util.h | 286 unsigned wrap_mode, 295 sampler_desc.wrap_r = wrap_mode; 285 graw_util_create_simple_sampler(const struct graw_info * info,unsigned wrap_mode,unsigned img_filter) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 73 * \param wrap_mode one of PIPE_TEX_WRAP_x 86 unsigned wrap_mode, 96 switch(wrap_mode) { 207 * \param wrap_mode one of PIPE_TEX_WRAP_x 223 unsigned wrap_mode, 245 switch(wrap_mode) { 302 switch(wrap_mode) { 78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * out_offset,LLVMValueRef * out_i) argument 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord0,LLVMValueRef * weight_i,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * offset0,LLVMValueRef * offset1,LLVMValueRef * i0,LLVMValueRef * i1) argument
|
| H A D | lp_bld_sample_soa.c | 326 unsigned wrap_mode, 338 switch(wrap_mode) { 683 * \param wrap_mode one of PIPE_TEX_WRAP_x 692 unsigned wrap_mode) 700 switch(wrap_mode) { 319 lp_build_sample_wrap_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef coord,LLVMValueRef length,LLVMValueRef length_f,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * x0_out,LLVMValueRef * x1_out,LLVMValueRef * weight_out) argument 686 lp_build_sample_wrap_nearest(struct lp_build_sample_context * bld,LLVMValueRef coord,LLVMValueRef length,LLVMValueRef length_f,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode) argument
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | options.c | 157 XawTextWrapMode wrap_mode; local in function:SetEditMenu 163 XtSetArg(args[num_args], XtNwrap, &wrap_mode); ++num_args; 179 switch (wrap_mode) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 73 * \param wrap_mode one of PIPE_TEX_WRAP_x 86 unsigned wrap_mode, 96 switch(wrap_mode) { 207 * \param wrap_mode one of PIPE_TEX_WRAP_x 223 unsigned wrap_mode, 245 switch(wrap_mode) { 302 switch(wrap_mode) { 78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * out_offset,LLVMValueRef * out_i) argument 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord0,LLVMValueRef * weight_i,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * offset0,LLVMValueRef * offset1,LLVMValueRef * i0,LLVMValueRef * i1) argument
|
| H A D | lp_bld_sample_soa.c | 316 unsigned wrap_mode, 328 switch(wrap_mode) { 673 * \param wrap_mode one of PIPE_TEX_WRAP_x 682 unsigned wrap_mode) 690 switch(wrap_mode) { 309 lp_build_sample_wrap_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef coord,LLVMValueRef length,LLVMValueRef length_f,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * x0_out,LLVMValueRef * x1_out,LLVMValueRef * weight_out) argument 676 lp_build_sample_wrap_nearest(struct lp_build_sample_context * bld,LLVMValueRef coord,LLVMValueRef length,LLVMValueRef length_f,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 5248 wrap_mode_needs_border_color(unsigned wrap_mode) argument 5251 return wrap_mode == TCM_CLAMP_BORDER || 5252 wrap_mode == TCM_HALF_BORDER; 5254 return wrap_mode == TCM_CLAMP_BORDER;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 5171 wrap_mode_needs_border_color(unsigned wrap_mode) argument 5174 return wrap_mode == TCM_CLAMP_BORDER || 5175 wrap_mode == TCM_HALF_BORDER; 5177 return wrap_mode == TCM_CLAMP_BORDER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 1403 wrap_mode_needs_border_color(unsigned wrap_mode) argument 1405 return wrap_mode == TCM_CLAMP_BORDER || wrap_mode == TCM_HALF_BORDER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 1958 wrap_mode_needs_border_color(unsigned wrap_mode) argument 1960 return wrap_mode == TCM_CLAMP_BORDER || wrap_mode == TCM_HALF_BORDER;
|