Home
last modified time | relevance | path

Searched refs:BRW_BARYCENTRIC_MODE_COUNT (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.h403 uint8_t barycentric_coord_reg[BRW_BARYCENTRIC_MODE_COUNT][2];
418 fs_reg delta_xy[BRW_BARYCENTRIC_MODE_COUNT];
H A Dbrw_fs_visitor.cpp520 for (int i = 0; i < BRW_BARYCENTRIC_MODE_COUNT; ++i) { in emit_interpolation_setup_gfx6()
540 for (int i = 0; i < BRW_BARYCENTRIC_MODE_COUNT; ++i) { in emit_interpolation_setup_gfx6()
H A Dbrw_compiler.h837 BRW_BARYCENTRIC_MODE_COUNT = 6 enumerator
H A Dbrw_fs.cpp5894 for (int i = 0; i < BRW_BARYCENTRIC_MODE_COUNT; ++i) {

Completed in 13 milliseconds