Home
last modified time | relevance | path

Searched defs:s_type (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc271 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
353 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
399 auto* s_type = Structure("Outer", {Member("inner", ty.Of(alias))}); in TEST_F() local
444 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
493 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local
/third_party/boost/boost/safe_numerics/concept/
Dpromotion_policy.hpp18 using s_type = typename PP::template subtraction_result<T, U>; typedef
/third_party/libffi/testsuite/libffi.call/
Dva_struct2.c55 ffi_type s_type; in main() local
Dva_struct1.c53 ffi_type s_type; in main() local
Dva_struct3.c57 ffi_type s_type; in main() local
Dva_1.c86 ffi_type s_type; in main() local
/third_party/libffi/testsuite/libffi.closures/
Dcls_struct_va1.c51 ffi_type s_type; in main() local
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp393 s_expression *s_type; in read_declaration() local
711 s_expression *s_type; in read_expression() local
939 s_expression *s_type = NULL; in read_texture() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c623 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled() local
845 struct lp_type s_type; in lp_build_depth_stencil_test() local
Dlp_state_fs.c778 struct lp_type s_type = zs_type; in generate_fs_loop() local
/third_party/boost/libs/contract/test/public_function/
Dsmoke.hpp26 typedef boost::contract::test::detail::counter<s_tag, std::string> s_type; typedef
/third_party/NuttX/include/nuttx/net/
Dnet.h190 uint8_t s_type; /* Protocol type: Only SOCK_STREAM or member