Searched defs:sampler_type (Results 1 – 6 of 6) sorted by relevance
| /external/mesa3d/src/glsl/builtins/tools/ |
| D | texture_builtins.py | 21 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/skia/src/gpu/gl/ |
| D | GrGLTexture.cpp | 20 static inline GrSLType sampler_type(const GrGLTexture::IDDesc& idDesc, GrPixelConfig config, in sampler_type() function
|
| /external/mesa3d/src/glsl/ |
| D | glsl_types.h | 83 unsigned sampler_type:2; /**< Type of data returned using this sampler. member
|
| /external/mesa3d/src/mesa/main/ |
| D | ff_fragment_shader.cpp | 944 const glsl_type *sampler_type = NULL; in load_texture() local
|
| /external/mesa3d/src/mesa/program/ |
| D | ir_to_mesa.cpp | 2028 const glsl_type *sampler_type = ir->sampler->type; in visit() local
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_glsl_to_tgsi.cpp | 2637 const glsl_type *sampler_type = ir->sampler->type; in visit() local
|