Searched refs:IsIndexed (Results 1 – 10 of 10) sorted by relevance
523 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()562 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()602 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()648 EXPECT_TRUE(cmd->IsIndexed()); in TEST_F()
1005 bool IsIndexed; in DecodeSignedLdStInstruction() local1179 IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction()1183 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()
183 bool IsIndexed() const { return is_indexed_; } in IsIndexed() function
886 if (command->IsIndexed()) { in Draw()
193 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()215 EXPECT_TRUE(cmd->IsIndexed()); in TEST_F()249 EXPECT_FALSE(cmd->IsIndexed()); in TEST_F()285 EXPECT_TRUE(cmd->IsIndexed()); in TEST_F()307 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()
1269 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local1273 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
1338 if (command->IsIndexed()) { in DoDrawArrays()