Home
last modified time | relevance | path

Searched defs:btype (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync_binary.c43 const struct vk_sync_binary_type *btype = in vk_sync_binary_init() local
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
/third_party/openssl/crypto/pkcs12/
Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
/third_party/skia/experimental/skrive/src/reader/
DJsonReader.cpp202 const auto btype = block_type(m.fKey.begin()); in openObjectBlock() local
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c902 struct symbol *btype; // base type of bitfields member
1002 pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_insert()
1025 struct symbol *btype; in linearize_store_gen() local
1107 pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_extract()
1122 struct symbol *btype; in linearize_load_gen() local
/third_party/ffmpeg/libavcodec/
Dmss3.c116 BlockTypeContext btype[3]; member
695 int x, y, i, mb_width, mb_height, blk_size, btype; in mss3_decode_frame() local
/third_party/ffmpeg/libavfilter/
Dvf_avgblur.c74 #define FILTER(name, type, btype, lutunused, areaunused, lutdiv) \ argument
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h825 BType btype() const { return btype_; } in btype() function
827 void set_btype(BType btype) { btype_ = btype; } in set_btype()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6676 const glsl_type *btype = type->get_base_type(); in _determinant_mat4() local
6771 const glsl_type *btype = type->get_base_type(); in _inverse_mat3() local
6833 const glsl_type *btype = type->get_base_type(); in _inverse_mat4() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp7596 auto btype = get<SPIRType>(result_type); in emit_nminmax_op() local