Searched refs:m_negate (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.hpp | 71 …bool operator== (const Cond& other) const { return m_negate == other.m_negate && m_name == othe… in operator ==() 74 bool getNegate (void) const { return m_negate; } in getNegate() 77 bool m_negate; member in deqp::gls::AttributeLocationTestUtil::Cond
|
D | glsAttributeLocationTests.cpp | 659 : m_negate (negate) in Cond() 665 : m_negate (cond != COND_NEVER) in Cond()
|
/external/igt-gpu-tools/assembler/ |
D | gen8_disasm.c | 50 static const char *const m_negate[2] = { "", "-" }; variable 465 err |= control(file, "negate", m_negate, negate, NULL); in src_da1() 493 err |= control(file, "negate", m_negate, negate, NULL); in src_da16() 546 err |= control(file, "negate", m_negate, inst->bits1.da3src.src0_negate, NULL); 597 err |= control(file, "negate", m_negate, inst->bits1.da3src.src1_negate, 649 err |= control(file, "negate", m_negate, inst->bits1.da3src.src2_negate,
|
/external/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 115 static const char *const m_negate[2] = { variable 905 err |= control(file, "negate", m_negate, _negate, NULL); in src_da1() 937 err |= control(file, "negate", m_negate, _negate, NULL); in src_ia1() 992 err |= control(file, "negate", m_negate, _negate, NULL); in src_da16() 1169 err |= control(file, "negate", m_negate, in src0_3src() 1242 err |= control(file, "negate", m_negate, in src1_3src() 1329 err |= control(file, "negate", m_negate, in src2_3src()
|