Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_reader.cpp43 const glsl_type *read_type(s_expression *);
128 ir_reader::read_type(s_expression *expr) in read_type() function in ir_reader
135 const glsl_type *base_type = read_type(s_base_type); in read_type()
226 const glsl_type *return_type = read_type(type_expr); in read_function_sig()
379 const glsl_type *type = read_type(s_type); in read_declaration()
685 const glsl_type *type = read_type(s_type); in read_expression()
768 const glsl_type *type = read_type(type_expr); in read_constant()
947 const glsl_type *type = read_type(s_type); in read_texture()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp60 typedef typename TypeVec<T, shift>::vec_type read_type; typedef
211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; in transformSmart() typedef
225 const read_type src_n_el = ((const read_type*)src)[x]; in transformSmart()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dtransform.hpp187 typedef typename MakeVec<SrcType, SHIFT>::type read_type; in transformSmart() typedef
201 const read_type src_n_el = ((const read_type*)src)[x]; in transformSmart()