HomeSort by relevance Sort by last modified time
    Searched refs:wrap_mode (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 41 wrap_mode(unsigned pipe) function
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);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon19722
radeon_program_tex.c 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
  /external/opencv3/modules/python/src2/
hdr_parser.py 383 if self.wrap_mode:
389 if "CVAPI(" in decl_str and self.wrap_mode:
474 if self.wrap_mode and (("::" in funcname) or funcname.startswith("~")):
484 if not self.wrap_mode:
539 if self.wrap_mode:
633 if w == "public" or (not self.wrap_mode and w == "protected"):
645 if not self.wrap_mode and stmt.startswith("typedef struct"):
668 if ("CV_EXPORTS_W" in stmt) or ("CV_EXPORTS_AS" in stmt) or (not self.wrap_mode):# and ("CV_EXPORTS" in stmt)):
760 self.wrap_mode = wmode
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 198 state->unit[i].wrap_mode = RC_WRAP_REPEAT;
202 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT;
208 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP;
212 state->unit[i].wrap_mode = RC_WRAP_NONE;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 286 unsigned wrap_mode,
295 sampler_desc.wrap_r = wrap_mode;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 71 * \param wrap_mode one of PIPE_TEX_WRAP_x
83 unsigned wrap_mode,
93 switch(wrap_mode) {
132 * \param wrap_mode one of PIPE_TEX_WRAP_x
140 unsigned wrap_mode,
146 switch(wrap_mode) {
185 * \param wrap_mode one of PIPE_TEX_WRAP_x
200 unsigned wrap_mode,
222 switch(wrap_mode) {
277 switch(wrap_mode) {
    [all...]
lp_bld_sample_soa.c 272 unsigned wrap_mode,
284 switch(wrap_mode) {
465 * \param wrap_mode one of PIPE_TEX_WRAP_x
473 unsigned wrap_mode)
481 switch(wrap_mode) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 312 milliseconds