Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/builtins/tools/
Dtexture_builtins.py56 def generate_sigs(g, tex_inst, sampler_type, variant = 0, unused_fields = 0): argument
63 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 …]