Searched refs:element_type (Results 76 - 100 of 107) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2303 r.type = ir->rhs->type->element_type()->base_type;
2945 const glsl_type *element_type; local
2948 element_type = type->fields.array;
2951 element_type = type;
2956 if (element_type->base_type == GLSL_TYPE_BOOL) {
2957 int *conv = ralloc_array(mem_ctx, int, element_type->components());
2958 for (unsigned int j = 0; j < element_type->components(); j++) {
2962 element_type = glsl_type::get_instance(GLSL_TYPE_INT,
2963 element_type->vector_elements,
2969 if (element_type
[all...]
/external/lldb/source/Symbol/
H A DClangASTType.cpp932 ClangASTType element_type; local
933 if (IsArrayType(&element_type, NULL, NULL))
934 return element_type.IsScalarType();
1499 ClangASTType element_type (m_ast, qual_type.getTypePtr()->getArrayElementTypeNoTypeQual()->getCanonicalTypeUnqualified());
1502 stride = element_type.GetByteSize();
1504 return element_type;
3188 ClangASTType element_type (m_ast, array->getElementType());
3189 if (element_type.GetCompleteType())
3194 child_byte_size = element_type.GetByteSize();
3196 return element_type;
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2303 r.type = ir->rhs->type->element_type()->base_type;
2945 const glsl_type *element_type; local
2948 element_type = type->fields.array;
2951 element_type = type;
2956 if (element_type->base_type == GLSL_TYPE_BOOL) {
2957 int *conv = ralloc_array(mem_ctx, int, element_type->components());
2958 for (unsigned int j = 0; j < element_type->components(); j++) {
2962 element_type = glsl_type::get_instance(GLSL_TYPE_INT,
2963 element_type->vector_elements,
2969 if (element_type
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_definitions.py803 element_type = type_node_to_type(sequence_child)
804 sequence_type = IdlSequenceType(element_type)
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h465 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
552 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
/external/lldb/examples/synthetic/
H A Dlibcxx.py600 self.element_type = self.valobj.GetType().GetTemplateArgumentType(0)
601 self.element_size = self.element_type.GetByteSize()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml188 if element_type (type_of f) <> ft then
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h419 typedef C element_type; typedef in class:google::protobuf::internal::scoped_ptr
506 typedef C element_type; typedef in class:google::protobuf::internal::scoped_array
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp746 c->array_elements[i] = ir_constant::zero(c, type->element_type());
1230 type = vt->element_type();
H A Dast_to_hir.cpp647 && (lhs_type->element_type() == rhs->type->element_type())
741 var->type = glsl_type::get_array_instance(lhs->type->element_type(),
1660 array->type->element_type()->is_sampler() &&
2254 && (var->type->element_type() == earlier->type->element_type())) {
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml206 if element_type (type_of f) <> ft then
/external/mesa3d/src/glsl/
H A Dir.cpp746 c->array_elements[i] = ir_constant::zero(c, type->element_type());
1230 type = vt->element_type();
H A Dast_to_hir.cpp647 && (lhs_type->element_type() == rhs->type->element_type())
741 var->type = glsl_type::get_array_instance(lhs->type->element_type(),
1660 array->type->element_type()->is_sampler() &&
2254 && (var->type->element_type() == earlier->type->element_type())) {
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp284 static const char* element_type(SkClipStack::Element::Type type) { function
331 this->pushString(element_type(type), "type");
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml304 if element_type (type_of f) <> ft then
/external/skia/src/utils/
H A DSkLua.cpp276 static const char* element_type(SkClipStack::Element::Type type) { function
323 this->pushString(element_type(type), "type");
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1114 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h776 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/external/gtest/include/gtest/internal/
H A Dgtest-port.h892 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/external/gtest/test/
H A Dgtest-port_test.cc232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h786 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h776 typedef T element_type; typedef in class:testing::internal::scoped_ptr
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py4931 element_type = arg.GetPointedType()
4932 return element_type
4936 element_type = func.GetOriginalArgs()[-1].type
4937 assert all(arg.type == element_type \
4939 return element_type
6462 match = re.match('(const\s+)?(?P<element_type>[\w]+)\s*\*', self.type)
6464 return match.groupdict()['element_type']
6540 match = re.match('(const\s+)?(?P<element_type>[\w]+)\s*\*', self.type)
6542 return match.groupdict()['element_type']
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6889 Type *element_type = ResolveTypeUID(type_die_offset); local
6891 if (element_type)
6896 byte_stride = element_type->GetByteSize();
6897 ClangASTType array_element_type = element_type->GetClangForwardType();
6922 type_sp->SetEncodingType (element_type);

Completed in 1894 milliseconds

12345