Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glsl/
Dglsl_types.h218 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
422 ? get_instance(base_type, matrix_columns, 1) in row_type()
436 ? get_instance(base_type, vector_elements, 1) in column_type()
Dlower_instructions.cpp163 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp()
174 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp()
183 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp()
Dglsl_types.cpp396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) in get_instance() function in glsl_type
702 vec_type = get_instance(GLSL_TYPE_FLOAT, c, 1); in std140_base_alignment()
705 vec_type = get_instance(GLSL_TYPE_FLOAT, r, 1); in std140_base_alignment()
794 vec_type = get_instance(GLSL_TYPE_FLOAT, in std140_size()
798 vec_type = get_instance(GLSL_TYPE_FLOAT, in std140_size()
Dir.cpp282 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in ir_expression()
297 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
304 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression()
381 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
1365 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1); in init_mask()
1390 this->type = glsl_type::get_instance(val->type->base_type, in ir_swizzle()
Dlower_vector.cpp185 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type, in handle_rvalue()
Dast_function.cpp617 glsl_type::get_instance(GLSL_TYPE_FLOAT, in process_array_constructor()
803 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor()
1441 glsl_type::get_instance(constructor_type->base_type, in hir()
Dlower_mat_op_to_vec.cpp253 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
Dast_to_hir.cpp143 to = glsl_type::get_instance(GLSL_TYPE_FLOAT, from->type->vector_elements, in apply_implicit_conversion()
300 glsl_type::get_instance(type_a->base_type, in arithmetic_result_type()
317 glsl_type::get_instance(type_a->base_type, in arithmetic_result_type()
336 glsl_type::get_instance(type_a->base_type, in arithmetic_result_type()
/external/mesa3d/src/glsl/tests/
Duniform_initializer_utils.cpp139 glsl_type::get_instance(base_type, rows, columns); in generate_data()
153 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
Dset_uniform_initializer_tests.cpp168 glsl_type::get_instance(base_type, rows, columns); in non_array_test()
316 glsl_type::get_instance(base_type, rows, columns); in array_test()
/external/vulkan-validation-layers/tests/
Dtest_environment.h51 VkInstance get_instance() { return inst; } in get_instance() function
/external/autotest/client/cros/cellular/wardmodem/
Dstate_machine.py41 self._task_loop = task_loop.get_instance()
Dtask_loop.py15 def get_instance(): function
Dtask_loop_unittest.py27 self._task_loop = task_loop.get_instance()
Dat_channel.py73 self._task_loop = task_loop.get_instance()
Dat_transceiver.py79 self._task_loop = task_loop.get_instance()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_lower_texture_gradients.cpp83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1); in txs_type()
Dbrw_fs_channel_expressions.cpp177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, in visit_leave()
Dbrw_fs_vector_splitting.cpp369 type = glsl_type::get_instance(entry->var->type->base_type, 1, 1); in brw_do_vector_splitting()
Dbrw_fs_visitor.cpp868 glsl_type::get_instance(ir->type->base_type, 4, 1); in emit_texture_gen4()
1330 fs_reg dst = fs_reg(this, glsl_type::get_instance(ir->type->base_type, 4, 1)); in visit()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dbootstrap.py127 self.notify('Bootstrap Completed for %s' % boto.config.get_instance('instance-id'))
Dconfig.py116 def get_instance(self, name, default=None): member in Config
/external/v8/src/x87/
Ddisasm-x87.cc146 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable
236 instruction_table_(InstructionTable::get_instance()), in DisassemblerX87()
/external/v8/src/ia32/
Ddisasm-ia32.cc146 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable
239 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1541 glsl_type::get_instance(ir->operands[0]->type->base_type, 4, 1) : in visit()
1599 glsl_type::get_instance(ir->operands[0]->type->base_type, 4, 1) : in visit()
2962 element_type = glsl_type::get_instance(GLSL_TYPE_INT, in set_uniform_initializer()

12