Searched refs:is_array (Results 126 - 142 of 142) sorted by relevance

123456

/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py478 def is_array(self): member in class:gl_parameter
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h817 GLuint is_array:1; member in struct:gen7_surface_state::__anon27818
H A Dbrw_fs_visitor.cpp93 ir->type->is_array() ? ir->type->fields.array->vector_elements
1454 if (ir->type->is_array()) {
H A Dbrw_fs.cpp678 if (ir->type->is_array()) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp993 if (type->is_array() || type->is_record()) {
2302 if (ir->rhs->type->is_array())
2354 if (ir->type->is_array()) {
2943 for (unsigned int i = 0; i < (type->is_array() ? type->length : 1); i++) {
2946 if (type->is_array()) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp993 if (type->is_array() || type->is_record()) {
2302 if (ir->rhs->type->is_array())
2354 if (ir->type->is_array()) {
2943 for (unsigned int i = 0; i < (type->is_array() ? type->length : 1); i++) {
2946 if (type->is_array()) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py485 if base_type.is_ptr or base_type.is_array or base_type.is_buffer:
636 if type.is_array:
820 if (base_type.is_array
1239 if not (self.visibility == 'extern' and type.is_array or type.is_memoryviewslice):
1302 while type.is_array:
1986 elif not arg.type.is_complete() and not (arg.type.is_array or arg.type.is_memoryviewslice):
2188 if self.return_type.is_array and self.visibility != 'extern':
5680 if (self.iterator.type.is_ptr or self.iterator.type.is_array) and \
H A DOptimize.py132 if iterator.type.is_ptr or iterator.type.is_array:
416 elif slice_node.type.is_array:
452 if ptr_type.is_array:
H A DFlowControl.py161 entry.type.is_array or
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp93 ir->type->is_array() ? ir->type->fields.array->vector_elements
1454 if (ir->type->is_array()) {
H A Dbrw_fs.cpp678 if (ir->type->is_array()) {
/external/libcxxabi/src/
H A Dcxa_demangle.cpp1365 bool is_array = t[1] == 'a'; local
1453 if (is_array)
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_function.cpp1244 if (constructor_type->is_array()) {
/external/mesa3d/src/glsl/
H A Dast_function.cpp1244 if (constructor_type->is_array()) {
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp512 void is_array() function
/external/chromium_org/v8/src/
H A Dhydrogen.cc8351 bool is_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
8353 value_to_push, is_array,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc5898 if (*count > 1 && !info->is_array) {

Completed in 683 milliseconds

123456