Searched refs:get_instance (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/glsl/ |
D | glsl_types.h | 193 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()
|
D | ir_div_to_mul_rcp.cpp | 85 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()
|
D | lower_instructions.cpp | 149 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()
|
D | lower_vector.cpp | 185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type, in handle_rvalue()
|
D | ast_function.cpp | 395 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()
|
D | glsl_types.cpp | 279 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) in get_instance() function in glsl_type
|
D | lower_mat_op_to_vec.cpp | 298 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
|
D | ir.cpp | 1147 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()
|
D | ast_to_hir.cpp | 132 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/ |
D | inet.c | 104 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/ |
D | disasm-ia32.cc | 182 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable 272 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
|