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

  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 604 #define SAMPLE_POS(X, Y) \
609 SAMPLE_POS(0.3f, 0.3f),
610 SAMPLE_POS(0.7f, 0.7f)
615 SAMPLE_POS(0.25f, 0.25f),
616 SAMPLE_POS(0.75f, 0.25f),
617 SAMPLE_POS(0.25f, 0.75f),
618 SAMPLE_POS(0.75f, 0.75f)
624 SAMPLE_POS( 7.f/16.f, 9.f/16.f),
625 SAMPLE_POS( 9.f/16.f, 13.f/16.f),
626 SAMPLE_POS(11.f/16.f, 3.f/16.f)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
opcodes.txt 111 sample_pos
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
opcodes.txt 111 sample_pos
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 181 OP13(SAMPLE_POS)
tgsi_info.c 196 { 1, 2, 0, 0, 0, 0, OTHR, "SAMPLE_POS", TGSI_OPCODE_SAMPLE_POS },
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 181 OP13(SAMPLE_POS)
tgsi_info.c 196 { 1, 2, 0, 0, 0, 0, OTHR, "SAMPLE_POS", TGSI_OPCODE_SAMPLE_POS },
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.sample_variables.txt 57 sample_pos.correctness.* cases verify gl_SamplePosition built-in variable
64 sample_pos.distribution.* cases verify the distribution of gl_SamplePositions
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 423 SparseWeightVector<string> sample_pos; local
425 CreateSparseWeightVector(env, key_array_positive, values_p, values_p_len, &sample_pos);
427 classifier->UpdateClassifier(sample_pos, sample_neg);
  /external/deqp/android/cts/
es31-mustpass-2014.2.9-2014-10-22.txt     [all...]
com.drawelements.deqp.gles31.xml     [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
tgsi.rst 1454 .. opcode:: SAMPLE_POS - query the position of a given sample.
    [all...]
  /external/mesa3d/src/gallium/docs/source/
tgsi.rst 1454 .. opcode:: SAMPLE_POS - query the position of a given sample.
    [all...]

Completed in 872 milliseconds