Searched refs:kVertex_Kind (Results 1 – 9 of 9) sorted by relevance
256 return SkSL::Program::kVertex_Kind; in vk_shader_stage_to_skiasl_kind()263 if (SkSL::Program::kVertex_Kind == kind) { in skiasl_kind_to_vk_shader_stage()
55 kVertex_Kind, enumerator
718 SkSL::Program::kVertex_Kind); in DEF_TEST()729 SkSL::Program::kVertex_Kind); in DEF_TEST()
24 kind = SkSL::Program::kVertex_Kind; in main()
468 case Program::kVertex_Kind: in convertProgram()
560 this->write(fProgramKind == Program::kVertex_Kind ? "attribute " in writeModifiers()
2873 case Program::kVertex_Kind: in writeInstructions()
56 type == GR_GL_VERTEX_SHADER ? SkSL::Program::kVertex_Kind in GrGLCompileAndAttachShader()
74 type == GR_GL_VERTEX_SHADER ? SkSL::Program::kVertex_Kind in CompileShader()