Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
D140.frag2 /* texture - bias variants */
3 vec4 texture( sampler1D sampler, float P, float bias);
4 ivec4 texture(isampler1D sampler, float P, float bias);
5 uvec4 texture(usampler1D sampler, float P, float bias);
7 vec4 texture( sampler2D sampler, vec2 P, float bias);
8 ivec4 texture(isampler2D sampler, vec2 P, float bias);
9 uvec4 texture(usampler2D sampler, vec2 P, float bias);
11 vec4 texture( sampler3D sampler, vec3 P, float bias);
12 ivec4 texture(isampler3D sampler, vec3 P, float bias);
13 uvec4 texture(usampler3D sampler, vec3 P, float bias);
[all …]
D130.frag3 /* texture - bias variants */
4 vec4 texture( sampler1D sampler, float P, float bias);
5 ivec4 texture(isampler1D sampler, float P, float bias);
6 uvec4 texture(usampler1D sampler, float P, float bias);
8 vec4 texture( sampler2D sampler, vec2 P, float bias);
9 ivec4 texture(isampler2D sampler, vec2 P, float bias);
10 uvec4 texture(usampler2D sampler, vec2 P, float bias);
12 vec4 texture( sampler3D sampler, vec3 P, float bias);
13 ivec4 texture(isampler3D sampler, vec3 P, float bias);
14 uvec4 texture(usampler3D sampler, vec3 P, float bias);
[all …]
D110.frag4 * "The bias parameter is not accepted in a vertex shader."
6 vec4 texture1D (sampler1D sampler, float coord, float bias);
7 vec4 texture1DProj (sampler1D sampler, vec2 coord, float bias);
8 vec4 texture1DProj (sampler1D sampler, vec4 coord, float bias);
10 vec4 texture2D (sampler2D sampler, vec2 coord, float bias);
11 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias);
12 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias);
14 vec4 texture3D (sampler3D sampler, vec3 coord, float bias);
15 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias);
17 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
[all …]
D120.frag5 vec4 texture1D (sampler1D sampler, float coord, float bias);
6 vec4 texture1DProj (sampler1D sampler, vec2 coord, float bias);
7 vec4 texture1DProj (sampler1D sampler, vec4 coord, float bias);
9 vec4 texture2D (sampler2D sampler, vec2 coord, float bias);
10 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias);
11 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias);
13 vec4 texture3D (sampler3D sampler, vec3 coord, float bias);
14 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias);
16 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
18 vec4 shadow1D (sampler1DShadow sampler, vec3 coord, float bias);
[all …]
D100.frag2 vec4 texture2D (sampler2D sampler, vec2 coord, float bias);
3 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias);
4 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias);
6 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
/external/mesa3d/src/glsl/builtins/profiles/
D130.frag3 /* texture - bias variants */
4 vec4 texture( sampler1D sampler, float P, float bias);
5 ivec4 texture(isampler1D sampler, float P, float bias);
6 uvec4 texture(usampler1D sampler, float P, float bias);
8 vec4 texture( sampler2D sampler, vec2 P, float bias);
9 ivec4 texture(isampler2D sampler, vec2 P, float bias);
10 uvec4 texture(usampler2D sampler, vec2 P, float bias);
12 vec4 texture( sampler3D sampler, vec3 P, float bias);
13 ivec4 texture(isampler3D sampler, vec3 P, float bias);
14 uvec4 texture(usampler3D sampler, vec3 P, float bias);
[all …]
D140.frag2 /* texture - bias variants */
3 vec4 texture( sampler1D sampler, float P, float bias);
4 ivec4 texture(isampler1D sampler, float P, float bias);
5 uvec4 texture(usampler1D sampler, float P, float bias);
7 vec4 texture( sampler2D sampler, vec2 P, float bias);
8 ivec4 texture(isampler2D sampler, vec2 P, float bias);
9 uvec4 texture(usampler2D sampler, vec2 P, float bias);
11 vec4 texture( sampler3D sampler, vec3 P, float bias);
12 ivec4 texture(isampler3D sampler, vec3 P, float bias);
13 uvec4 texture(usampler3D sampler, vec3 P, float bias);
[all …]
D110.frag4 * "The bias parameter is not accepted in a vertex shader."
6 vec4 texture1D (sampler1D sampler, float coord, float bias);
7 vec4 texture1DProj (sampler1D sampler, vec2 coord, float bias);
8 vec4 texture1DProj (sampler1D sampler, vec4 coord, float bias);
10 vec4 texture2D (sampler2D sampler, vec2 coord, float bias);
11 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias);
12 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias);
14 vec4 texture3D (sampler3D sampler, vec3 coord, float bias);
15 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias);
17 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
[all …]
D120.frag5 vec4 texture1D (sampler1D sampler, float coord, float bias);
6 vec4 texture1DProj (sampler1D sampler, vec2 coord, float bias);
7 vec4 texture1DProj (sampler1D sampler, vec4 coord, float bias);
9 vec4 texture2D (sampler2D sampler, vec2 coord, float bias);
10 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias);
11 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias);
13 vec4 texture3D (sampler3D sampler, vec3 coord, float bias);
14 vec4 texture3DProj (sampler3D sampler, vec4 coord, float bias);
16 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
18 vec4 shadow1D (sampler1DShadow sampler, vec3 coord, float bias);
[all …]
D100.frag2 vec4 texture2D (sampler2D sampler, vec2 coord, float bias);
3 vec4 texture2DProj (sampler2D sampler, vec3 coord, float bias);
4 vec4 texture2DProj (sampler2D sampler, vec4 coord, float bias);
6 vec4 textureCube (samplerCube sampler, vec3 coord, float bias);
/external/openssl/crypto/bn/asm/
Dsparcv9a-mont.pl63 $bias=2047;
66 $bias=0;
148 add %sp,$bias,%o0 ! real top of stack
153 sub %o0,$bias,%sp ! alloca(5*num*8)
156 add %sp,$bias+$frame+$locals,$tp
170 stx %o7,[%sp+$bias+$frame+48] ! save %asi
191 stx %o0,[%sp+$bias+$frame+0]
213 ldda [%sp+$bias+$frame+6]%asi,$na
215 ldda [%sp+$bias+$frame+4]%asi,$nb
217 ldda [%sp+$bias+$frame+2]%asi,$nc
[all …]
/external/chromium_org/third_party/smhasher/src/
DAvalancheTest.h164 double bias = 0; in BicTest() local
171 if(b2 > bias) bias = b2; in BicTest()
174 if(bias > maxBias) in BicTest()
176 maxBias = bias; in BicTest()
183 if (bias < 0.01) printf("."); in BicTest()
184 else if(bias < 0.05) printf("o"); in BicTest()
185 else if(bias < 0.33) printf("O"); in BicTest()
211 double bias; in BicTest() local
214 BicTest<keytype,hashtype>(hash,i,reps,bias,a,b,true); in BicTest()
216 if(bias > maxBias) in BicTest()
[all …]
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp66 …rfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument
89 … float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0]; in renderReference()
90 … float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1]; in renderReference()
91 … float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2]; in renderReference()
219 tcu::Vec3 bias = -1.0f*m_min*scale; in iterate() local
222 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2], in iterate()
223 (0.5f - bias[0])/scale[0], (1.0f - bias[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
224 (0.5f - bias[0])/scale[0], (0.0f - bias[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
225 (1.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (0.0f - bias[2])/scale[2] in iterate()
228 …g::Message << "a_coords = " << ((tcu::Vec3(0.0f) - bias)/scale) << " -> " << ((tcu::Vec3(1.0f) - b… in iterate()
[all …]
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp63 …rfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias) in renderReference() argument
86 … float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0]; in renderReference()
87 … float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1]; in renderReference()
88 … float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2]; in renderReference()
212 tcu::Vec3 bias = -1.0f*m_min*scale; in iterate() local
215 (0.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (1.0f - bias[2])/scale[2], in iterate()
216 (0.5f - bias[0])/scale[0], (1.0f - bias[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
217 (0.5f - bias[0])/scale[0], (0.0f - bias[1])/scale[1], (0.5f - bias[2])/scale[2], in iterate()
218 (1.0f - bias[0])/scale[0], (0.5f - bias[1])/scale[1], (0.0f - bias[2])/scale[2] in iterate()
221 …g::Message << "a_coords = " << ((tcu::Vec3(0.0f) - bias)/scale) << " -> " << ((tcu::Vec3(1.0f) - b… in iterate()
[all …]
/external/elfutils/0.153/libdwfl/
Ddwfl_report_elf.c77 GElf_Addr start = 0, end = 0, bias = 0; in __libdwfl_report_elf() local
104 || (bias == 0 && end > start && end != next)) in __libdwfl_report_elf()
157 if (first || bias > shdr->sh_addr) in __libdwfl_report_elf()
159 bias = shdr->sh_addr; in __libdwfl_report_elf()
161 if ((shdr->sh_addr - bias + base) & (align - 1)) in __libdwfl_report_elf()
166 + (bias & (align - 1))); in __libdwfl_report_elf()
173 if (bias != 0) in __libdwfl_report_elf()
179 end = end - bias + start; in __libdwfl_report_elf()
180 bias = start - bias; in __libdwfl_report_elf()
211 bias = start - vaddr; in __libdwfl_report_elf()
[all …]
Dlibdwfl.h152 const GElf_Phdr *phdr, GElf_Addr bias,
427 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
459 Dwarf_Addr *bias)
468 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
480 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
485 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
488 Dwarf_Addr addr, Dwarf_Addr *bias)
492 extern Dwarf_Die *dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
495 Dwarf_Die *lastcu, Dwarf_Addr *bias)
531 extern Dwarf_Line *dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias);
[all …]
Ddwfl_module_eh_cfi.c54 dwfl_module_eh_cfi (mod, bias) in dwfl_module_eh_cfi() argument
56 Dwarf_Addr *bias;
63 *bias = dwfl_adjusted_address (mod, 0);
74 *bias = dwfl_adjusted_address (mod, 0);
Ddwfl_module_dwarf_cfi.c75 dwfl_module_dwarf_cfi (mod, bias) in dwfl_module_dwarf_cfi() argument
77 Dwarf_Addr *bias;
84 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
90 (INTUSE(dwfl_module_getdwarf) (mod, bias)));
/external/chromium_org/third_party/icu/source/test/intltest/
Dpunyref.c133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; in punycode_encode() local
140 bias = initial_bias; in punycode_encode()
192 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ in punycode_encode()
193 k >= bias + tmax ? tmax : k - bias; in punycode_encode()
200 bias = adapt(delta, h + 1, h == b); in punycode_encode()
222 punycode_uint n, out, i, max_out, bias, in punycode_decode() local
230 bias = initial_bias; in punycode_decode()
264 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ in punycode_decode()
265 k >= bias + tmax ? tmax : k - bias; in punycode_decode()
271 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/external/icu/icu4c/source/test/intltest/
Dpunyref.c133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; in punycode_encode() local
140 bias = initial_bias; in punycode_encode()
192 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ in punycode_encode()
193 k >= bias + tmax ? tmax : k - bias; in punycode_encode()
200 bias = adapt(delta, h + 1, h == b); in punycode_encode()
222 punycode_uint n, out, i, max_out, bias, in punycode_decode() local
230 bias = initial_bias; in punycode_decode()
264 t = k <= bias /* + tmin */ ? tmin : /* +tmin not needed */ in punycode_decode()
265 k >= bias + tmax ? tmax : k - bias; in punycode_decode()
271 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/external/elfutils/elfutils/
Dlibdwfl.h152 const GElf_Phdr *phdr, GElf_Addr bias,
427 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
459 Dwarf_Addr *bias)
468 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
480 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
485 extern Dwarf_Die *dwfl_addrdie (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
488 Dwarf_Addr addr, Dwarf_Addr *bias)
492 extern Dwarf_Die *dwfl_nextcu (Dwfl *dwfl, Dwarf_Die *lastcu, Dwarf_Addr *bias)
495 Dwarf_Die *lastcu, Dwarf_Addr *bias)
531 extern Dwarf_Line *dwfl_dwarf_line (Dwfl_Line *line, Dwarf_Addr *bias);
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c84 const float bias = gl_rasterization_rules ? 0.125f : 0.0f; in wideline_line() local
94 pos0[1] = pos0[1] - half_width - bias; in wideline_line()
95 pos1[1] = pos1[1] + half_width - bias; in wideline_line()
96 pos2[1] = pos2[1] - half_width - bias; in wideline_line()
97 pos3[1] = pos3[1] + half_width - bias; in wideline_line()
117 pos0[0] = pos0[0] - half_width + bias; in wideline_line()
118 pos1[0] = pos1[0] + half_width + bias; in wideline_line()
119 pos2[0] = pos2[0] - half_width + bias; in wideline_line()
120 pos3[0] = pos3[0] + half_width + bias; in wideline_line()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c84 const float bias = gl_rasterization_rules ? 0.125f : 0.0f; in wideline_line() local
94 pos0[1] = pos0[1] - half_width - bias; in wideline_line()
95 pos1[1] = pos1[1] + half_width - bias; in wideline_line()
96 pos2[1] = pos2[1] - half_width - bias; in wideline_line()
97 pos3[1] = pos3[1] + half_width - bias; in wideline_line()
117 pos0[0] = pos0[0] - half_width + bias; in wideline_line()
118 pos1[0] = pos1[0] + half_width + bias; in wideline_line()
119 pos2[0] = pos2[0] - half_width + bias; in wideline_line()
120 pos3[0] = pos3[0] + half_width + bias; in wideline_line()
/external/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl47 if ($bits==64) { $bias=2047; $frame=192; }
48 else { $bias=0; $frame=112; }
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
197 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
200 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
202 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
204 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
205 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+4`],%l7
[all …]
/external/chromium_org/third_party/skia/src/core/
DSkFloatBits.cpp186 int bias = 8 - SkCLZ(value); in SkIntToFloatCast() local
187 SkDebugf("value = %d, bias = %d\n", value, bias); in SkIntToFloatCast()
188 SkASSERT(bias > 0 && bias < 8); in SkIntToFloatCast()
189 value >>= bias; // need to round? in SkIntToFloatCast()
190 shift += bias; in SkIntToFloatCast()

12345678910>>...14