Home
last modified time | relevance | path

Searched refs:get_instance (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_types.h193 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
338 ? get_instance(base_type, matrix_columns, 1) in row_type()
352 ? get_instance(base_type, vector_elements, 1) in column_type()
Dir_div_to_mul_rcp.cpp85 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in visit_leave()
96 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in visit_leave()
Dlower_instructions.cpp149 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in div_to_mul_rcp()
160 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in div_to_mul_rcp()
Dlower_vector.cpp185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type, in handle_rvalue()
Dast_function.cpp395 glsl_type::get_instance(GLSL_TYPE_FLOAT, in process_array_constructor()
574 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor()
1151 glsl_type::get_instance(constructor_type->base_type, in hir()
Dglsl_types.cpp279 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) in get_instance() function in glsl_type
Dlower_mat_op_to_vec.cpp298 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
Dir.cpp1147 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1); in init_mask()
1172 this->type = glsl_type::get_instance(val->type->base_type, in ir_swizzle()
Dast_to_hir.cpp132 to = glsl_type::get_instance(GLSL_TYPE_FLOAT, from->type->vector_elements, in apply_implicit_conversion()
289 glsl_type::get_instance(type_a->base_type, in arithmetic_result_type()
306 glsl_type::get_instance(type_a->base_type, in arithmetic_result_type()
325 glsl_type::get_instance(type_a->base_type, in arithmetic_result_type()
/external/libpcap/
Dinet.c104 get_instance(const char *name) in get_instance() function
259 this_instance = get_instance(name); in add_or_find_if()
322 if (this_instance < get_instance(nextdev->name) && in add_or_find_if()
/external/v8/src/ia32/
Ddisasm-ia32.cc182 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable
272 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()