Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp55 struct PlsRemap struct
175 void remap_pixel_local_storage(std::vector<PlsRemap> inputs, std::vector<PlsRemap> outputs) in remap_pixel_local_storage()
856 std::vector<PlsRemap> pls_inputs;
857 std::vector<PlsRemap> pls_outputs;
858 std::string pls_decl(const PlsRemap &variable);
Dmain.cpp977 static vector<PlsRemap> remap_pls(const SmallVector<PLSArg> &pls_variables, const SmallVector<Resou… in remap_pls()
980 vector<PlsRemap> ret; in remap_pls()
Dspirv_glsl.cpp11771 …find_if(begin(pls_inputs), end(pls_inputs), [var](const PlsRemap &pls) { return pls.id == var->sel… in emit_instruction()
13157 string CompilerGLSL::pls_decl(const PlsRemap &var) in pls_decl()