Searched defs:btype (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync_binary.c | 43 const struct vk_sync_binary_type *btype = in vk_sync_binary_init() local
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
D | p12_sbag.c | 67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_sbag.c | 67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
|
/third_party/skia/experimental/skrive/src/reader/ |
D | JsonReader.cpp | 202 const auto btype = block_type(m.fKey.begin()); in openObjectBlock() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 902 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/ |
D | mss3.c | 116 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/ |
D | vf_avgblur.c | 74 #define FILTER(name, type, btype, lutunused, areaunused, lutdiv) \ argument
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.h | 825 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/ |
D | builtin_functions.cpp | 6676 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/ |
D | spirv_glsl.cpp | 7596 auto btype = get<SPIRType>(result_type); in emit_nminmax_op() local
|