| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | uniform.cpp | 110 bool verifyUniform<float>(const ActiveUniform& uniform) { in verifyUniform() argument 111 assert(uniform.size == 1 && uniform.type == UniformDataType::Float); in verifyUniform() 116 bool verifyUniform<std::array<float, 2>>(const ActiveUniform& uniform) { in verifyUniform() argument 117 assert(uniform.size == 1 && uniform.type == UniformDataType::FloatVec2); in verifyUniform() 122 bool verifyUniform<std::array<float, 3>>(const ActiveUniform& uniform) { in verifyUniform() argument 123 assert(uniform.size == 1 && uniform.type == UniformDataType::FloatVec3); in verifyUniform() 128 bool verifyUniform<std::array<double, 16>>(const ActiveUniform& uniform) { in verifyUniform() argument 129 assert(uniform.size == 1 && uniform.type == UniformDataType::FloatMat4); in verifyUniform() 134 bool verifyUniform<bool>(const ActiveUniform& uniform) { in verifyUniform() argument 135 assert(uniform.size == 1 && in verifyUniform() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | magnify.fsh | 36 uniform sampler2D source; 37 uniform lowp float qt_Opacity; 39 uniform float radius; 40 uniform float diffractionIndex; 41 uniform float targetWidth; 42 uniform float targetHeight; 43 uniform float posX; 44 uniform float posY; 45 uniform float pixDens;
|
| H A D | ripple.fsh | 36 uniform float dividerValue; 37 uniform float targetWidth; 38 uniform float targetHeight; 39 uniform float time; 41 uniform sampler2D source; 42 uniform lowp float qt_Opacity; 48 uniform float amplitude; 49 uniform float n; 50 uniform float pixDens;
|
| H A D | shockwave.fsh | 36 uniform float centerX; 37 uniform float centerY; 38 uniform float dividerValue; 39 uniform float granularity; 40 uniform float time; 41 uniform float weight; 43 uniform sampler2D source; 44 uniform lowp float qt_Opacity;
|
| H A D | toon.fsh | 36 uniform float dividerValue; 37 uniform float threshold; 38 uniform float resS; 39 uniform float resT; 40 uniform float magTol; 41 uniform float quantize; 43 uniform sampler2D source; 44 uniform lowp float qt_Opacity;
|
| H A D | wobble.fsh | 36 uniform float amplitude; 37 uniform float dividerValue; 38 uniform float frequency; 39 uniform float time; 41 uniform sampler2D source; 42 uniform lowp float qt_Opacity;
|
| H A D | pixelate.fsh | 36 uniform float dividerValue; 37 uniform float granularity; 38 uniform float targetWidth; 39 uniform float targetHeight; 41 uniform sampler2D source; 42 uniform lowp float qt_Opacity;
|
| H A D | billboard.fsh | 36 uniform float grid; 37 uniform float dividerValue; 38 uniform float step_x; 39 uniform float step_y; 41 uniform sampler2D source; 42 uniform lowp float qt_Opacity;
|
| H A D | posterize.fsh | 36 uniform float dividerValue; 37 uniform float gamma; 38 uniform float numColors; 40 uniform sampler2D source; 41 uniform lowp float qt_Opacity;
|
| H A D | sobeledgedetection1.fsh | 36 uniform float dividerValue; 37 uniform float mixLevel; 38 uniform float resS; 39 uniform float resT; 41 uniform sampler2D source; 42 uniform lowp float qt_Opacity;
|
| H A D | isolate.fsh | 36 uniform float targetHue; 37 uniform float windowWidth; 38 uniform float dividerValue; 40 uniform sampler2D source; 41 uniform lowp float qt_Opacity;
|
| H A D | gaussianblur_v.fsh | 34 uniform float dividerValue; 35 uniform float blurSize; 37 uniform sampler2D source; 38 uniform lowp float qt_Opacity;
|
| H A D | gaussianblur_h.fsh | 34 uniform float dividerValue; 35 uniform float blurSize; 37 uniform sampler2D source; 38 uniform lowp float qt_Opacity;
|
| H A D | blackandwhite.fsh | 36 uniform float threshold; 37 uniform float dividerValue; 39 uniform sampler2D source; 40 uniform lowp float qt_Opacity;
|
| H A D | sharpen.fsh | 36 uniform float dividerValue; 37 uniform float amount; 41 uniform sampler2D source; 42 uniform lowp float qt_Opacity;
|
| H A D | sepia.fsh | 36 uniform float dividerValue; 37 uniform sampler2D source; 38 uniform lowp float qt_Opacity;
|
| H A D | vignette.fsh | 36 uniform float dividerValue; 37 uniform sampler2D source; 38 uniform lowp float qt_Opacity;
|
| H A D | warhol.fsh | 36 uniform float dividerValue; 37 uniform sampler2D source; 38 uniform lowp float qt_Opacity;
|
| H A D | tiltshift.fsh | 36 uniform float dividerValue; 40 uniform sampler2D source; 41 uniform lowp float qt_Opacity;
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transform.h | 39 GLint uniform); 44 GLint uniform) in glamor_set_color() argument 47 pixmap->drawable.depth, pixel, uniform); in glamor_set_color() 66 GLint uniform);
|
| H A D | glamor_transform.c | 117 GLint uniform) in glamor_set_color_depth() argument 129 glUniform4fv(uniform, 1, color); in glamor_set_color_depth() 136 GLint uniform) in glamor_set_solid() argument 161 glamor_set_color(pixmap, pixel, uniform); in glamor_set_solid()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/ |
| H A D | 0001-mesa-demos-Add-missing-data-files.patch | 87 +uniform float BumpDensity; // = 16.0 88 +uniform float BumpSize; // = 0.15 89 +uniform float SpecularFactor; // = 0.5 91 +uniform sampler2D Tex; 127 +layout(std140) uniform colors0 188 +uniform vec2 Offset[KernelSize]; 190 +uniform vec4 KernelValue[KernelSize]; 191 +uniform sampler2D srcTex; 192 +uniform vec4 ScaleFactor; 193 +uniform vec4 BaseColor; [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pgtable.c | 705 u8 mtrr, uniform; in pud_set_huge() local 707 mtrr = mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge() 708 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pud_set_huge() 732 u8 mtrr, uniform; in pmd_set_huge() local 734 mtrr = mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge() 735 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pmd_set_huge()
|
| H A D | numa_emulation.c | 223 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform() local 244 uniform = 1; in split_nodes_size_interleave_uniform() 247 if (uniform) { in split_nodes_size_interleave_uniform() 288 if (uniform) in split_nodes_size_interleave_uniform() 307 && !uniform) in split_nodes_size_interleave_uniform()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 161 int *repeat, u8 *uniform) in mtrr_type_lookup_variable() argument 168 *uniform = 1; in mtrr_type_lookup_variable() 220 *uniform = 0; in mtrr_type_lookup_variable() 232 *uniform = 0; in mtrr_type_lookup_variable() 255 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument 310 *uniform = is_uniform; in mtrr_type_lookup()
|