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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_tex.c 35 nv50_tic_swizzle(uint32_t tc, unsigned swz, boolean tex_int)
47 return tex_int ? NV50_TIC_MAP_ONE_INT : NV50_TIC_MAP_ONE_FLOAT;
84 boolean tex_int; local
107 tex_int = util_format_is_pure_integer(view->pipe.format);
109 swz[0] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_r, tex_int);
110 swz[1] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_g, tex_int);
111 swz[2] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_b, tex_int);
112 swz[3] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_a, tex_int);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 35 nv50_tic_swizzle(uint32_t tc, unsigned swz, boolean tex_int)
47 return tex_int ? NV50_TIC_MAP_ONE_INT : NV50_TIC_MAP_ONE_FLOAT;
84 boolean tex_int; local
107 tex_int = util_format_is_pure_integer(view->pipe.format);
109 swz[0] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_r, tex_int);
110 swz[1] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_g, tex_int);
111 swz[2] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_b, tex_int);
112 swz[3] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_a, tex_int);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c 37 nv50_tic_swizzle(uint32_t tc, unsigned swz, boolean tex_int)
49 return tex_int ? NV50_TIC_MAP_ONE_INT : NV50_TIC_MAP_ONE_FLOAT;
68 boolean tex_int; local
90 tex_int = util_format_is_pure_integer(view->pipe.format);
92 swz[0] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_r, tex_int);
93 swz[1] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_g, tex_int);
94 swz[2] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_b, tex_int);
95 swz[3] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_a, tex_int);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 37 nv50_tic_swizzle(uint32_t tc, unsigned swz, boolean tex_int)
49 return tex_int ? NV50_TIC_MAP_ONE_INT : NV50_TIC_MAP_ONE_FLOAT;
68 boolean tex_int; local
90 tex_int = util_format_is_pure_integer(view->pipe.format);
92 swz[0] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_r, tex_int);
93 swz[1] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_g, tex_int);
94 swz[2] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_b, tex_int);
95 swz[3] = nv50_tic_swizzle(tic[0], view->pipe.swizzle_a, tex_int);

Completed in 292 milliseconds