Searched refs:IsCompute (Results 1 – 10 of 10) 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()
2580 if (!pipeline->IsCompute()) in ParseRun()
48 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()
160 if (cmd->IsCompute()) in ExecuteCommand()
669 if (!IsCompute() || GetShaders().empty() || in UpdateOpenCLBufferBindings()769 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPodBuffers()1001 if (!IsCompute() || GetShaders().empty() || in GenerateOpenCLPushConstants()
229 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
83 bool IsCompute() const { return command_type_ == Type::kCompute; } in IsCompute() function
366 ASSERT_TRUE(cmds[0]->IsCompute()); in TEST_F()