Searched refs:IsIndexed (Results 1 – 10 of 10) sorted by relevance
884 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()923 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()962 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()1002 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()1048 EXPECT_TRUE(cmd->IsIndexed()); in TEST_F()
997 bool IsIndexed; in DecodeSignedLdStInstruction() local1171 IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction()1175 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
389 PFN_FE_WORK_FUNC GetProcessDrawFunc(bool IsIndexed,
2370 PFN_FE_WORK_FUNC GetProcessDrawFunc(bool IsIndexed, in GetProcessDrawFunc() argument2377 return TemplateArgUnroller<FEDrawChooser>::GetFunc(IsIndexed, in GetProcessDrawFunc()
237 bool IsIndexed() const { return is_indexed_; } in IsIndexed() function
932 if (command->IsIndexed()) { in Draw()
193 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()214 EXPECT_TRUE(cmd->IsIndexed()); in TEST_F()247 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()282 EXPECT_TRUE(cmd->IsIndexed()); in TEST_F()303 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()
1071 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local1075 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
1277 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local1281 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
1342 if (command->IsIndexed()) { in DoDrawArrays()