/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 147 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 163 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 174 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 185 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_bitwise.cpp | 147 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass() local 163 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass() 174 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local 185 if (!count_type || !_.IsIntScalarType(count_type)) in BitwisePass()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_bitwise.cpp | 146 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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 419 const auto* count_type = in ClampIndicesForAccessChain() local 439 const auto count_width = count_type->width(); in ClampIndicesForAccessChain() 443 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() 447 } else if (count_type->width() < target_width) { in ClampIndicesForAccessChain()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | graphics_robust_access_pass.cpp | 413 const auto* count_type = in ClampIndicesForAccessChain() local 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()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | graphics_robust_access_pass.cpp | 418 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()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 1268 std::string count_type = model_check.count_type(); in CheckModelCounts() local 1269 if (count_type == "None") { in CheckModelCounts() 1271 } else if (count_type == "Arrays") { in CheckModelCounts() 1274 } else if (count_type == "Total") { in CheckModelCounts() 1281 op_type_by_name.count(count_type) > 0 in CheckModelCounts() 1282 ? ops_by_type.count(op_type_by_name[count_type]) in CheckModelCounts() 1285 "count of instances of " + count_type + " operator"); in CheckModelCounts()
|
D | model_flags.proto | 166 optional string count_type = 1 [default = "None"]; field
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 510 typedef COUNT count_type; typedef
|
D | hb-subset-cff-common.hh | 1084 typedef typename SUBRS::count_type subr_count_type;
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 735 u8 count_type; member
|
D | p2p_build.c | 325 wpabuf_put_u8(buf, desc->count_type); in p2p_buf_add_noa_desc()
|
D | p2p.c | 4465 desc1.count_type = 1; in p2p_build_presence_req() 4472 desc2.count_type = 2; in p2p_build_presence_req()
|
/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 3258 static PyTypeObject count_type; variable 3436 static PyTypeObject count_type = { variable 4100 &count_type, in inititertools()
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 50 static PyTypeObject count_type; variable 4331 static PyTypeObject count_type = { variable 4857 &count_type, in itertoolsmodule_exec()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 650 Modules/itertoolsmodule.c:count_type static PyTypeObject count_type
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2322 Modules/itertoolsmodule.c - count_type -
|