Searched refs:IsCompute (Results 1 – 11 of 11) 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()
148 ASSERT_TRUE(cmd->IsCompute()); in TEST_F()
47 ASSERT_TRUE(cmd->IsCompute()); in TEST_F()
2347 if (!pipeline->IsCompute()) in ParseRun()
47 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
699 const bool IsCompute = AMDGPU::isCompute(CC); in getDefaultForCallingConv() local703 Mode.IEEE = IsCompute; in getDefaultForCallingConv()
185 if (cmd->IsCompute()) in ExecuteCommand()
654 if (!IsCompute() || GetShaders().empty() || in UpdateOpenCLBufferBindings()754 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPodBuffers()986 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPushConstants()
231 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
84 bool IsCompute() const { return command_type_ == Type::kCompute; } in IsCompute() function
366 ASSERT_TRUE(cmds[0]->IsCompute()); in TEST_F()