/external/mesa3d/src/glsl/ |
D | glsl_types.h | 218 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()
|
D | lower_instructions.cpp | 163 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()
|
D | glsl_types.cpp | 396 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()
|
D | ir.cpp | 282 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()
|
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 | 617 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()
|
D | lower_mat_op_to_vec.cpp | 253 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
|
D | ast_to_hir.cpp | 143 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/ |
D | uniform_initializer_utils.cpp | 139 glsl_type::get_instance(base_type, rows, columns); in generate_data() 153 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
|
D | set_uniform_initializer_tests.cpp | 168 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/ |
D | test_environment.h | 51 VkInstance get_instance() { return inst; } in get_instance() function
|
/external/autotest/client/cros/cellular/wardmodem/ |
D | state_machine.py | 41 self._task_loop = task_loop.get_instance()
|
D | task_loop.py | 15 def get_instance(): function
|
D | task_loop_unittest.py | 27 self._task_loop = task_loop.get_instance()
|
D | at_channel.py | 73 self._task_loop = task_loop.get_instance()
|
D | at_transceiver.py | 79 self._task_loop = task_loop.get_instance()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_lower_texture_gradients.cpp | 83 return glsl_type::get_instance(GLSL_TYPE_INT, dims, 1); in txs_type()
|
D | brw_fs_channel_expressions.cpp | 177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, in visit_leave()
|
D | brw_fs_vector_splitting.cpp | 369 type = glsl_type::get_instance(entry->var->type->base_type, 1, 1); in brw_do_vector_splitting()
|
D | brw_fs_visitor.cpp | 868 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/ |
D | bootstrap.py | 127 self.notify('Bootstrap Completed for %s' % boto.config.get_instance('instance-id'))
|
D | config.py | 116 def get_instance(self, name, default=None): member in Config
|
/external/v8/src/x87/ |
D | disasm-x87.cc | 146 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable 236 instruction_table_(InstructionTable::get_instance()), in DisassemblerX87()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 146 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/ |
D | st_glsl_to_tgsi.cpp | 1541 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()
|