HomeSort by relevance Sort by last modified time
    Searched full:fragcoord (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/tests/graw/
SConscript 19 'fs-fragcoord',
fs-fragcoord.c 130 /* Test fragcoord center integer vs. half integer */
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shaders.cpp 101 void mainImage( out vec4 fragColor, in vec2 fragCoord )
104 vec2 uv = fragCoord.xy/iResolution.xy * 2.0 - 1.0;// - 0.5;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 503 float *fragcoord = (float *)((char *)v + offset); local
505 fragcoord[0] = vertex_position[0];
508 fragcoord[1] = vertex_position[1];
510 fragcoord[1] = fb->Height - vertex_position[1];
512 fragcoord[2] = vertex_position[2];
513 fragcoord[3] = vertex_position[3];
    [all...]
  /external/mesa3d/docs/
relnotes-7.8.3.html 65 <li>GLSL: fix zw fragcoord entries in some cases (bug
relnotes-7.10.1.html 148 <li>st/mesa: fix incorrect fragcoord.x translation</li>
relnotes-7.9.2.html 142 <li>st/mesa: fix incorrect fragcoord.x translation</li>
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_3.sh 224 run_test "shaders/glsl-fs-fragcoord" 0.0 "bin/glsl-fs-fragcoord -fbo -auto"
225 run_test "shaders/glsl-fs-fragcoord-zw-ortho" 0.0 "bin/glsl-fs-fragcoord-zw-ortho -fbo -auto"
226 run_test "shaders/glsl-fs-fragcoord-zw-perspective" 0.0 "bin/glsl-fs-fragcoord-zw-perspective -fbo -auto"
graphics_PiglitBVT_0.sh     [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/
expectations_pinetrail.json 165 "spec/EXT_framebuffer_object/fbo-fragcoord": {
166 "command": "/usr/local/piglit/lib/piglit/bin/fbo-fragcoord -fbo -auto",
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 338 const tcu::Vec3 fragCoord (float(x)+.5f, float(y)+.5f, z);
339 const tcu::Vec3 scaledFC = fragCoord*scale;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 94 Value *fragCoord[4];
    [all...]
nv50_ir_from_tgsi.cpp 1123 Value *fragCoord[4];
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 358 const tcu::Vec3 fragCoord (float(x)+.5f, float(y)+.5f, z);
359 const tcu::Vec3 scaledFC = fragCoord*scale;
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_2.sh 247 run_test "shaders/glsl-fs-fragcoord" 0.0 "bin/glsl-fs-fragcoord -fbo -auto"
    [all...]
graphics_PiglitBVT_6.sh 215 run_test "spec/EXT_framebuffer_object/fbo-fragcoord" 0.0 "bin/fbo-fragcoord -fbo -auto"
    [all...]
graphics_PiglitBVT_0.sh     [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 212 /* for fragcoord */
    [all...]

Completed in 1144 milliseconds