Home
last modified time | relevance | path

Searched refs:count_type (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A 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/swiftshader/third_party/SPIRV-Tools/source/val/
H A 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/
H A Dvalidate_bitwise.cpp146 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local
162 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
173 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
184 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp418 const auto* count_type = in ClampIndicesForAccessChain()
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/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp418 const auto* count_type = in ClampIndicesForAccessChain()
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/
H A Dgraphics_robust_access_pass.cpp413 const auto* count_type = in ClampIndicesForAccessChain()
433 const auto count_width = count_type->width(); in ClampIndicesForAccessChain()
437 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain()
441 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh616 typedef COUNT count_type; typedef
H A Dhb-subset-cff-common.hh968 typedef typename SUBRS::count_type subr_count_type;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h718 u8 count_type; member
H A Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
H A 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/
H A Dp2p_build.c319 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
H A Dp2p_i.h776 u8 count_type; member
H A Dp2p.c4580 desc1.count_type = 1;
4587 desc2.count_type = 2;
/third_party/python/Modules/
H A Ditertoolsmodule.c30 class itertools.count "countobject *" "&count_type"
49 static PyTypeObject count_type; variable
4330 static PyTypeObject count_type = { variable
4855 &count_type, in itertoolsmodule_exec()

Completed in 32 milliseconds