Home
last modified time | relevance | path

Searched refs:kVertex_Kind (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkUtil.cpp232 return SkSL::Program::kVertex_Kind; in vk_shader_stage_to_skiasl_kind()
242 if (SkSL::Program::kVertex_Kind == kind) { in skiasl_kind_to_vk_shader_stage()
/external/skia/src/sksl/ir/
DSkSLProgram.h100 kVertex_Kind, enumerator
/external/skia/tests/
DSkSLGLSLTest.cpp1012 SkSL::Program::kVertex_Kind); in DEF_TEST()
1023 SkSL::Program::kVertex_Kind); in DEF_TEST()
/external/skia/src/sksl/
DSkSLMain.cpp41 kind = SkSL::Program::kVertex_Kind; in main()
DSkSLGLSLCodeGenerator.cpp563 this->write(fProgramKind == Program::kVertex_Kind ? "attribute " in writeModifiers()
DSkSLCompiler.cpp1106 case Program::kVertex_Kind: in convertProgram()
DSkSLSPIRVCodeGenerator.cpp3063 case Program::kVertex_Kind: in writeInstructions()
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp65 case GR_GL_VERTEX_SHADER: programKind = SkSL::Program::kVertex_Kind; break; in translate_to_glsl()
/external/skia/bench/
DGLBench.cpp74 type == GR_GL_VERTEX_SHADER ? SkSL::Program::kVertex_Kind in CompileShader()