Home
last modified time | relevance | path

Searched refs:vsLabel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DShaderInfo.h67 const std::string& vsLabel() const { return fVSLabel; } in vsLabel() function
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnGraphicsPipeline.cpp389 if (!DawnCompileWGSLShaderModule(sharedContext, shaderInfo->vsLabel().c_str(), vsCode, in Make()
554 groupLayoutDesc.label = shaderInfo->vsLabel().c_str(); in Make()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlGraphicsPipeline.mm322 MtlCompileShaderLibrary(sharedContext, shaderInfo->vsLabel(), vsMSL, errorHandler);