Searched refs:IsCompute (Results 1 – 9 of 9) sorted by relevance
56 ASSERT_TRUE(repeat_cmds[0]->IsCompute()); in TEST_F()58 ASSERT_TRUE(repeat_cmds[1]->IsCompute()); in TEST_F()60 ASSERT_TRUE(repeat_cmds[2]->IsCompute()); in TEST_F()
47 ASSERT_TRUE(cmd->IsCompute()); in TEST_F()
1277 if (!pipeline->IsCompute()) in ParseRun()
47 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
147 if (cmd->IsCompute()) in ExecuteCommand()
404 if (!IsCompute() || GetShaders().empty() || in UpdateOpenCLBufferBindings()468 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPodBuffers()
147 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
78 bool IsCompute() const { return command_type_ == Type::kCompute; } in IsCompute() function
371 ASSERT_TRUE(cmds[0]->IsCompute()); in TEST_F()