Searched refs:get_instance (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.cpp139 glsl_type::get_instance(base_type, rows, columns);
153 glsl_type::get_instance(base_type, rows, columns);
H A Dset_uniform_initializer_tests.cpp168 glsl_type::get_instance(base_type, rows, columns);
316 glsl_type::get_instance(base_type, rows, columns);
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.cpp139 glsl_type::get_instance(base_type, rows, columns);
153 glsl_type::get_instance(base_type, rows, columns);
H A Dset_uniform_initializer_tests.cpp168 glsl_type::get_instance(base_type, rows, columns);
316 glsl_type::get_instance(base_type, rows, columns);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.h218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1)
436 ? get_instance(base_type, vector_elements, 1)
H A Dlower_instructions.cpp163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
H A Dglsl_types.cpp396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1);
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1);
794 vec_type = get_instance(GLSL_TYPE_FLOAT,
798 vec_type = get_instance(GLSL_TYPE_FLOAT,
H A Dlower_vector.cpp185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
H A Dir.cpp282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
1365 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1);
1390 this->type = glsl_type::get_instance(val->type->base_type,
H A Dlower_mat_op_to_vec.cpp253 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1);
H A Dast_function.cpp617 glsl_type::get_instance(GLSL_TYPE_FLOAT,
803 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type,
1441 glsl_type::get_instance(constructor_type->base_type,
/external/mesa3d/src/glsl/
H A Dglsl_types.h218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1)
436 ? get_instance(base_type, vector_elements, 1)
H A Dlower_instructions.cpp163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
H A Dglsl_types.cpp396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) function in class:glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1);
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1);
794 vec_type = get_instance(GLSL_TYPE_FLOAT,
798 vec_type = get_instance(GLSL_TYPE_FLOAT,
H A Dlower_vector.cpp185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type,
H A Dir.cpp282 this->type = glsl_type::get_instance(GLSL_TYPE_INT,
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT,
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT,
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL,
1365 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1);
1390 this->type = glsl_type::get_instance(val->type->base_type,
H A Dlower_mat_op_to_vec.cpp253 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1);
H A Dast_function.cpp617 glsl_type::get_instance(GLSL_TYPE_FLOAT,
803 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type,
1441 glsl_type::get_instance(constructor_type->base_type,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_lower_texture_gradients.cpp83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
H A Dbrw_fs_channel_expressions.cpp177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type,
H A Dbrw_fs_vector_splitting.cpp369 type = glsl_type::get_instance(entry->var->type->base_type, 1, 1);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_lower_texture_gradients.cpp83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1);
H A Dbrw_fs_channel_expressions.cpp177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type,
H A Dbrw_fs_vector_splitting.cpp369 type = glsl_type::get_instance(entry->var->type->base_type, 1, 1);
/external/libpcap/
H A Dinet.c104 get_instance(const char *name) function
260 this_instance = get_instance(name);
323 if (this_instance < get_instance(nextdev->name) &&

Completed in 259 milliseconds

12