Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/
Dnir_types.cpp300 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()
Dglsl_types.cpp523 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 …]
Dglsl_types.h254 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/
Dir.cpp264 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 …]
Dopt_vectorize.cpp143 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()
Dlower_instructions.cpp230 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()
Dlower_vector.cpp189 new(mem_ctx) ir_constant(glsl_type::get_instance(expr->type->base_type, in handle_rvalue()
Dopt_rebalance_tree.cpp291 glsl_type::get_instance(expr->type->base_type, in update_types()
Dlower_packed_varyings.cpp626 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()
Dast_function.cpp870 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()
Dlower_mat_op_to_vec.cpp257 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
Dbuiltin_functions.cpp4153 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/
Dtest_environment.h44 VkInstance get_instance() { return inst; } in get_instance() function
/external/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp155 glsl_type::get_instance(base_type, rows, columns); in generate_data()
169 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
Dset_uniform_initializer_tests.cpp163 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/
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_fs_vector_splitting.cpp359 type = glsl_type::get_instance(entry->var->type->base_type, 1, 1); in brw_do_vector_splitting()
Dbrw_fs_channel_expressions.cpp210 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type, in visit_leave()
Dbrw_vec4_nir.cpp2154 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/
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()

12