Home
last modified time | relevance | path

Searched refs:count_type (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
137 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
165 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dselector.c44 const gchar *count_type = NULL; in probe_cb() local
50 count_type = "buffer_count"; in probe_cb()
52 count_type = "event_count"; in probe_cb()
58 count = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (pad), count_type)); in probe_cb()
60 g_object_set_data (G_OBJECT (pad), count_type, GINT_TO_POINTER (count)); in probe_cb()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp418 const auto* count_type = in ClampIndicesForAccessChain() local
438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp418 const auto* count_type = in ClampIndicesForAccessChain() local
438 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
446 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp417 const auto* count_type = in ClampIndicesForAccessChain() local
437 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
445 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/harfbuzz/src/
Dhb-ot-cff-common.hh616 typedef COUNT count_type; typedef
Dhb-subset-cff-common.hh965 typedef typename SUBRS::count_type subr_count_type;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh616 typedef COUNT count_type; typedef
Dhb-subset-cff-common.hh968 typedef typename SUBRS::count_type subr_count_type;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh708 typedef COUNT count_type; typedef
Dhb-subset-cff-common.hh1011 typedef typename SUBRS::count_type subr_count_type;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_i.h718 u8 count_type; member
Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
Dp2p.c4392 desc1.count_type = 1; in p2p_build_presence_req()
4399 desc2.count_type = 2; in p2p_build_presence_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_i.h723 u8 count_type; member
Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
Dp2p.c4436 desc1.count_type = 1; in p2p_build_presence_req()
4443 desc2.count_type = 2; in p2p_build_presence_req()
/third_party/python/Modules/
Ditertoolsmodule.c50 static PyTypeObject count_type; variable
4331 static PyTypeObject count_type = { variable
4857 &count_type, in itertoolsmodule_exec()
/third_party/python/Tools/c-analyzer/
DTODO650 Modules/itertoolsmodule.c:count_type static PyTypeObject count_type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2322 Modules/itertoolsmodule.c - count_type -