Home
last modified time | relevance | path

Searched defs:sampler_type (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/builtins/tools/
Dtexture_builtins.py21 def get_sampler_dim(sampler_type): argument
36 def get_coord_dim(sampler_type): argument
43 def get_extra_dim(sampler_type, use_proj, unused_fields): argument
51 def get_txs_dim(sampler_type): argument
56 def generate_sigs(g, tex_inst, sampler_type, variant = 0, unused_fields = 0): argument
131 def generate_fiu_sigs(tex_inst, sampler_type, variant = 0, unused_fields = 0): argument
/external/mesa3d/src/glsl/
Dglsl_types.h83 unsigned sampler_type:2; /**< Type of data returned using this sampler. member
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp944 const glsl_type *sampler_type = NULL; in load_texture() local
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2028 const glsl_type *sampler_type = ir->sampler->type; in visit() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2637 const glsl_type *sampler_type = ir->sampler->type; in visit() local