Searched refs:tex_inst (Results 1 – 1 of 1) sorted by relevance
56 def generate_sigs(g, tex_inst, sampler_type, variant = 0, unused_fields = 0): argument63 elif tex_inst == "txs":72 if tex_inst != "txs":73 …print "\n (declare (in) " + vec_type("i" if tex_inst == "txf" else "", coord_dim + extra_dim…74 if tex_inst == "txl":76 …elif ((tex_inst == "txf" or tex_inst == "txs") and "Buffer" not in sampler_type and "Rect" not in …78 elif tex_inst == "txd":85 if tex_inst == "txb":88 print ")\n ((return (" + tex_inst, return_type, "(var_ref sampler)",90 if tex_inst != "txs":[all …]