Home
last modified time | relevance | path

Searched refs:index_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h32 template<typename index_type = unsigned>
33 struct triangle_list_indices : public std::vector<index_type>
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc4030 SeqStringSetCharCheckIndexType index_type, in EmitSeqStringSetCharCheck() argument
4035 if (index_type == kIndexIsSmi) { in EmitSeqStringSetCharCheck()
4051 Cmp(index, index_type == kIndexIsSmi ? scratch : Operand::UntagSmi(scratch)); in EmitSeqStringSetCharCheck()
Dmacro-assembler-arm64.h1588 SeqStringSetCharCheckIndexType index_type,