Searched refs:SAMPLE_POS (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 646 #define SAMPLE_POS(X, Y) \ macro 651 SAMPLE_POS(0.3f, 0.3f), 652 SAMPLE_POS(0.7f, 0.7f) 657 SAMPLE_POS(0.25f, 0.25f), 658 SAMPLE_POS(0.75f, 0.25f), 659 SAMPLE_POS(0.25f, 0.75f), 660 SAMPLE_POS(0.75f, 0.75f) 666 SAMPLE_POS( 7.f/16.f, 9.f/16.f), 667 SAMPLE_POS( 9.f/16.f, 13.f/16.f), 668 SAMPLE_POS(11.f/16.f, 3.f/16.f), [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 181 OP13(SAMPLE_POS)
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1454 .. opcode:: SAMPLE_POS - query the position of a given sample.
|