Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_reader.cpp370 s_expression *s_type; in read_declaration() local
373 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; in read_declaration()
379 const glsl_type *type = read_type(s_type); in read_declaration()
673 s_expression *s_type; in read_expression() local
677 s_pattern pat[] = { "expression", s_type, s_op, s_arg1 }; in read_expression()
685 const glsl_type *type = read_type(s_type); in read_expression()
910 s_expression *s_type = NULL; in read_texture() local
921 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; in read_texture()
923 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod }; in read_texture()
925 { "txs", s_type, s_sampler, s_lod }; in read_texture()
[all …]
/external/opencv/ml/src/
Dmlestimate.cpp457 int s_type = 0;
469 s_type = CV_MAT_TYPE (sampleIdx->type);
471 switch (s_type)
508 if (s_type < CV_32SC1)
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c552 struct lp_type s_type; in lp_build_depth_stencil_test() local
630 s_type = lp_int_type(z_type); in lp_build_depth_stencil_test()
631 lp_build_context_init(&s_bld, gallivm, s_type); in lp_build_depth_stencil_test()
670 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); in lp_build_depth_stencil_test()
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask); in lp_build_depth_stencil_test()