Searched refs:s_type (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_physical_device_features.py185 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 Dir_reader.cpp393 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 Dir_reader.cpp393 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 Dlp_bld_depth.c612 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 Dlp_bld_depth.c623 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 Dlp_state_fs.c778 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 DXlcint.h101 #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 DIntrinsic.h1682 #define XtOffsetOf(s_type,field) offsetof(s_type,field)
1684 #define XtOffsetOf(s_type,field) XtOffset(s_type*,field)

Completed in 25 milliseconds