Searched refs:cgt (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 1735 struct ureg_dst cgt; in DECL_SPECIAL() local 1751 cgt = tx_scratch(tx); in DECL_SPECIAL() 1756 ureg_SGT(tx->ureg, cgt, cnd, ureg_imm1f(tx->ureg, 0.5f)); in DECL_SPECIAL() 1758 ureg_CMP(tx->ureg, dst, ureg_negate(ureg_src(cgt)), in DECL_SPECIAL()
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 617 /** @brief Test vfloat4 cgt. */ 618 TEST(vfloat4, cgt) 1508 /** @brief Test vint4 cgt. */ 2343 /** @brief Test vfloat8 cgt. */ 2344 TEST(vfloat8, cgt) 3059 /** @brief Test vint8 cgt. */ 3060 TEST(vint8, cgt)
|
Completed in 11 milliseconds