| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_physical_device_features.py | 185 s_type = elem.attrib.get('values') 195 s_type = p.attrib.get('values') 200 feat = Feature(name=_type.attrib.get('name'), vk_type=s_type, vk_flags=flags)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 393 s_expression *s_type; local in function:ir_reader::read_declaration 396 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; 402 const glsl_type *type = read_type(s_type); 711 s_expression *s_type; local in function:ir_reader::read_expression 715 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] }; 726 const glsl_type *type = read_type(s_type); 939 s_expression *s_type = NULL; local in function:ir_reader::read_texture 952 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; 954 { "lod", s_type, s_sampler, s_coord }; 956 { "txf", s_type, s_sample [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 393 s_expression *s_type; local in function:ir_reader::read_declaration 396 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; 402 const glsl_type *type = read_type(s_type); 711 s_expression *s_type; local in function:ir_reader::read_expression 715 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] }; 726 const glsl_type *type = read_type(s_type); 939 s_expression *s_type = NULL; local in function:ir_reader::read_texture 952 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; 954 { "lod", s_type, s_sampler, s_coord }; 956 { "txf", s_type, s_sample [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 612 struct lp_type s_type = zs_type; local in function:lp_build_depth_stencil_load_swizzled 619 s_type.width = s_type.width / 2; 620 s_type.floating = 0; 634 lp_build_vec_type(gallivm, s_type), ""); 834 struct lp_type s_type; local in function:lp_build_depth_stencil_test 915 s_type = lp_int_type(z_type); 916 lp_build_context_init(&s_bld, gallivm, s_type); 949 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); 955 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mas [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 623 struct lp_type s_type = zs_type; local in function:lp_build_depth_stencil_load_swizzled 630 s_type.width = s_type.width / 2; 631 s_type.floating = 0; 645 lp_build_vec_type(gallivm, s_type), ""); 845 struct lp_type s_type; local in function:lp_build_depth_stencil_test 926 s_type = lp_int_type(z_type); 927 lp_build_context_init(&s_bld, gallivm, s_type); 960 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); 966 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mas [all...] |
| H A D | lp_state_fs.c | 778 struct lp_type s_type = zs_type; local in function:generate_fs_loop 782 s_type.width = type.width; 786 s_type.width = s_type.width / 2; 787 s_type.floating = 0; 795 s_fb_store = lp_build_array_alloca(gallivm, lp_build_vec_type(gallivm, s_type),
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | Xlcint.h | 101 #define XOffsetOf(s_type,field) offsetof(s_type,field) 103 #define XOffsetOf(s_type,field) ((unsigned int)&(((s_type*)NULL)->field))
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | Intrinsic.h | 1682 #define XtOffsetOf(s_type,field) offsetof(s_type,field) 1684 #define XtOffsetOf(s_type,field) XtOffset(s_type*,field)
|