/external/mesa3d/src/compiler/ |
D | nir_types.cpp | 300 return glsl_type::get_instance(base_type, 1, 1); in glsl_scalar_type() 307 return glsl_type::get_instance(base_type, components, 1); in glsl_vector_type() 314 return glsl_type::get_instance(base_type, rows, columns); in glsl_matrix_type() 361 return glsl_type::get_instance(type->base_type, type->matrix_columns, in glsl_transposed_type()
|
D | glsl_types.cpp | 523 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) in get_instance() function in glsl_type 1150 get_instance(type_a->base_type, in get_mul_type() 1167 get_instance(type_a->base_type, in get_mul_type() 1186 get_instance(type_a->base_type, in get_mul_type() 1499 vec_type = get_instance(base_type, c, 1); in std140_base_alignment() 1502 vec_type = get_instance(base_type, r, 1); in std140_base_alignment() 1595 vec_type = get_instance(element_type->base_type, in std140_size() 1600 vec_type = get_instance(element_type->base_type, in std140_size() 1745 vec_type = get_instance(base_type, c, 1); in std430_base_alignment() 1748 vec_type = get_instance(base_type, r, 1); in std430_base_alignment() [all …]
|
D | glsl_types.h | 254 static const glsl_type *get_instance(unsigned base_type, unsigned rows, 693 ? get_instance(base_type, matrix_columns, 1) in row_type() 707 ? get_instance(base_type, vector_elements, 1) in column_type()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 264 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression() 274 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in ir_expression() 281 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression() 288 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression() 296 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression() 335 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression() 421 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression() 568 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, vector_elements, 1); in ir_constant() 581 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, vector_elements, 1); in ir_constant() 594 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, vector_elements, 1); in ir_constant() [all …]
|
D | opt_vectorize.cpp | 143 swz->type = glsl_type::get_instance(swz->type->base_type, in rewrite_swizzle() 149 expr->type = glsl_type::get_instance(expr->type->base_type, in rewrite_swizzle()
|
D | lower_instructions.cpp | 230 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp() 241 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp() 250 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp() 389 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in ldexp_to_arith() 390 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in ldexp_to_arith() 490 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in dldexp_to_arith() 491 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dldexp_to_arith() 613 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_sig_to_arith() 685 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_exp_to_arith() 686 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in dfrexp_exp_to_arith()
|
D | lower_vector.cpp | 189 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type, in handle_rvalue()
|
D | opt_rebalance_tree.cpp | 291 glsl_type::get_instance(expr->type->base_type, in update_types()
|
D | lower_packed_varyings.cpp | 626 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1); in get_packed_varying_deref() 628 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1); in get_packed_varying_deref()
|
D | ast_function.cpp | 870 glsl_type::get_instance(to, in implicitly_convert_component() 1285 glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() 1425 new(ctx) ir_variable(glsl_type::get_instance(param_base_type, 4, 1), in emit_inline_matrix_constructor() 2047 glsl_type::get_instance(constructor_type->base_type, in hir()
|
D | lower_mat_op_to_vec.cpp | 257 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
|
D | builtin_functions.cpp | 4153 glsl_type::get_instance(orig_type->base_type, in _transpose() 5176 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in _frexp() 5177 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in _frexp() 5519 const glsl_type *data_type = glsl_type::get_instance( in _image_prototype() 5581 ret_type = glsl_type::get_instance(GLSL_TYPE_INT, num_components, 1); in _image_size_prototype()
|
/external/vulkan-validation-layers/tests/ |
D | test_environment.h | 44 VkInstance get_instance() { return inst; } in get_instance() function
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | uniform_initializer_utils.cpp | 155 glsl_type::get_instance(base_type, rows, columns); in generate_data() 169 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
|
D | set_uniform_initializer_tests.cpp | 163 glsl_type::get_instance(base_type, rows, columns); in non_array_test() 310 glsl_type::get_instance(base_type, rows, columns); in array_test()
|
/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_fs_vector_splitting.cpp | 359 type = glsl_type::get_instance(entry->var->type->base_type, 1, 1); in brw_do_vector_splitting()
|
D | brw_fs_channel_expressions.cpp | 210 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, in visit_leave()
|
D | brw_vec4_nir.cpp | 2154 return glsl_type::get_instance(brw_glsl_base_type_for_nir_type(alu_type), in glsl_type_for_nir_alu_type()
|
/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()
|