Home
last modified time | relevance | path

Searched refs:kShaderFormatOpenCLC (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dshader_compiler_test.cc300 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
322 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
352 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
408 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
452 shader.SetFormat(kShaderFormatOpenCLC); in TEST_F()
Dpipeline_test.cc419 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
464 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
503 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
553 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
639 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
682 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
723 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
843 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
878 cs.SetFormat(kShaderFormatOpenCLC); in TEST_F()
Dshader_compiler.cc76 if (shader->GetFormat() == kShaderFormatOpenCLC) { in Compile()
150 } else if (shader->GetFormat() == kShaderFormatOpenCLC) { in Compile()
Dpipeline.cc671 GetShaders()[0].GetShader()->GetFormat() != kShaderFormatOpenCLC) { in UpdateOpenCLBufferBindings()
771 GetShaders()[0].GetShader()->GetFormat() != kShaderFormatOpenCLC) { in GenerateOpenCLPodBuffers()
1003 GetShaders()[0].GetShader()->GetFormat() != kShaderFormatOpenCLC) { in GenerateOpenCLPushConstants()
/third_party/vk-gl-cts/external/amber/src/include/amber/
Dshader_info.h30 kShaderFormatOpenCLC, enumerator
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc428 *fmt = kShaderFormatOpenCLC; in ToShaderFormat()
822 if (shader->GetFormat() != kShaderFormatOpenCLC) { in ParsePipelineShaderCompileOptions()
1526 kShaderFormatOpenCLC) { in ParsePipelineSet()