Searched refs:index_type (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_autogen.h35 ValueValidator<GLenum> index_type; variable
H A Dgles2_cmd_validation_implementation_autogen.h416 index_type(valid_index_type_table, arraysize(valid_index_type_table)),
H A Dfeature_info.cc391 validators_.index_type.AddValue(GL_UNSIGNED_INT);
H A Dfeature_info_unittest.cc1126 EXPECT_TRUE(info_->validators()->index_type.IsValid(GL_UNSIGNED_INT));
H A Dgles2_cmd_decoder.cc6733 if (!validators_->index_type.IsValid(type)) {
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py31 def index_type(base_type, item): function
310 __getitem__ = index_type
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h32 template<typename index_type = unsigned>
33 struct triangle_list_indices : public std::vector<index_type>
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h32 template<typename index_type = unsigned>
33 struct triangle_list_indices : public std::vector<index_type>
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py7820 self.index_type = PyrexTypes.c_py_ssize_t_type
7822 self.index_type = self.target.type
7823 if not self.index_type.signed:
7845 self.index_type = PyrexTypes.widest_numeric_type(
7846 self.index_type, node.type)
7963 fmt_dict['i'] = code.funcstate.allocate_temp(self.index_type, False)
7964 fmt_dict['nsteps'] = code.funcstate.allocate_temp(self.index_type, False)
H A DExprNodes.py2846 index_type = self.index.infer_type(env)
2847 if index_type and index_type.is_int or isinstance(self.index, IntNode):
2884 FakeOperand(pos=self.pos, type=index_type),
2984 index_type = PyrexTypes.c_py_ssize_t_type
3012 value = value.coerce_to(index_type, env)
3029 index = index.coerce_to(index_type, env)
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc4030 SeqStringSetCharCheckIndexType index_type,
4035 if (index_type == kIndexIsSmi) {
4051 Cmp(index, index_type == kIndexIsSmi ? scratch : Operand::UntagSmi(scratch));
4027 EmitSeqStringSetCharCheck( Register string, Register index, SeqStringSetCharCheckIndexType index_type, Register scratch, uint32_t encoding_mask) argument
H A Dmacro-assembler-arm64.h1588 SeqStringSetCharCheckIndexType index_type,

Completed in 402 milliseconds