Searched refs:SAMPLE_POS (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 651 #define SAMPLE_POS(X, Y) \ macro 656 SAMPLE_POS(0.3f, 0.3f), 657 SAMPLE_POS(0.7f, 0.7f) 662 SAMPLE_POS(0.25f, 0.25f), 663 SAMPLE_POS(0.75f, 0.25f), 664 SAMPLE_POS(0.25f, 0.75f), 665 SAMPLE_POS(0.75f, 0.75f) 671 SAMPLE_POS( 7.f/16.f, 9.f/16.f), 672 SAMPLE_POS( 9.f/16.f, 13.f/16.f), 673 SAMPLE_POS(11.f/16.f, 3.f/16.f), [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 155 OP13(SAMPLE_POS)
|
D | tgsi_info_opcodes.h | 157 OPCODE(1, 2, OTHR, SAMPLE_POS)
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 192 OP13(SAMPLE_POS)
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 2457 .. opcode:: SAMPLE_POS 2462 Syntax: ``SAMPLE_POS dst, source, sample_index``
|