Searched refs:PlsRemap (Results 1 – 3 of 3) sorted by relevance
55 struct PlsRemap struct175 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);
977 static vector<PlsRemap> remap_pls(const SmallVector<PLSArg> &pls_variables, const SmallVector<Resou… in remap_pls()980 vector<PlsRemap> ret; in remap_pls()
11771 …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()