/external/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 278 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() 298 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT16, in ir_expression() 303 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, in ir_expression() 309 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, in ir_expression() 313 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression() 320 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, in ir_expression() 324 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression() 330 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, in ir_expression() 339 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression() [all …]
|
D | ir_constant_expression.cpp | 715 glsl_type::get_instance(GLSL_TYPE_FLOAT, in constant_expression_value() 730 glsl_type::get_instance(GLSL_TYPE_INT, in constant_expression_value() 745 glsl_type::get_instance(GLSL_TYPE_UINT, in constant_expression_value() 766 return_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in constant_expression_value() 773 return_type = glsl_type::get_instance(GLSL_TYPE_INT, in constant_expression_value() 780 return_type = glsl_type::get_instance(GLSL_TYPE_UINT, in constant_expression_value()
|
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 | 241 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp() 252 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp() 261 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp() 429 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in ldexp_to_arith() 430 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in ldexp_to_arith() 431 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in ldexp_to_arith() 552 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in dldexp_to_arith() 553 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dldexp_to_arith() 676 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_sig_to_arith() 749 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_exp_to_arith() [all …]
|
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 | 707 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1); in get_packed_varying_deref() 709 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1); in get_packed_varying_deref()
|
D | lower_mat_op_to_vec.cpp | 257 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
|
D | ast_function.cpp | 1109 glsl_type::get_instance(to, in implicitly_convert_component() 1529 glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() 1668 new(ctx) ir_variable(glsl_type::get_instance(param_base_type, 4, 1), in emit_inline_matrix_constructor() 2346 glsl_type::get_instance(constructor_type->base_type, in hir()
|
D | lower_precision.cpp | 676 return glsl_type::get_instance(new_base_type, in convert_type()
|
D | builtin_functions.cpp | 5969 glsl_type::get_instance(orig_type->base_type, in _transpose() 6981 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in _frexp() 6982 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in _frexp() 7071 glsl_type::get_instance(glsl_unsigned_base_type_of(type->base_type), in _absoluteDifference() 7101 mul_type = glsl_type::get_instance(GLSL_TYPE_INT64, type->vector_elements, 1); in _mulExtended() 7105 mul_type = glsl_type::get_instance(GLSL_TYPE_UINT64, type->vector_elements, 1); in _mulExtended() 7408 const glsl_type *data_type = glsl_type::get_instance( in _image_prototype() 7470 ret_type = glsl_type::get_instance(GLSL_TYPE_INT, num_components, 1); in _image_size_prototype()
|
D | ast_to_hir.cpp | 333 to = glsl_type::get_instance(to->base_type, from->type->vector_elements, in apply_implicit_conversion()
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | metrics_serialization_test.py | 163 def get_instance(x): function 170 metric_input = nest.map_structure(get_instance, value) 171 weighted_metric_input = nest.map_structure(get_instance, value) 208 def get_instance(x): function 215 metric_input = nest.map_structure(get_instance, value) 216 weighted_metric_input = nest.map_structure(get_instance, value)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 112 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize() 261 const InstanceRecord *instance = get_instance (instance_index); in get_instance_subfamily_name_id() 268 const InstanceRecord *instance = get_instance (instance_index); in get_instance_postscript_name_id() 279 const InstanceRecord *instance = get_instance (instance_index); in get_instance_coords() 322 const InstanceRecord *get_instance (unsigned int i) const in get_instance() function
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 439 return get_instance(this->base_type, this->vector_elements, in get_bare_type() 476 return get_instance(GLSL_TYPE_FLOAT16, in get_float16_type() 487 return get_instance(GLSL_TYPE_INT16, in get_int16_type() 498 return get_instance(GLSL_TYPE_UINT16, in get_uint16_type() 660 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns, in VECN() 678 const glsl_type *bare_type = get_instance(base_type, rows, columns); in VECN() 1505 get_instance(type_a->base_type, in get_mul_type() 1524 get_instance(type_a->base_type, in get_mul_type() 1543 get_instance(type_a->base_type, in get_mul_type() 1877 vec_type = get_instance(base_type, c, 1); in std140_base_alignment() [all …]
|
D | nir_types.cpp | 548 return glsl_type::get_instance(base_type, 1, 1); in glsl_scalar_type() 554 const glsl_type *t = glsl_type::get_instance(base_type, components, 1); in glsl_vector_type() 562 const glsl_type *t = glsl_type::get_instance(base_type, rows, columns); in glsl_matrix_type() 572 const glsl_type *t = glsl_type::get_instance(mat->base_type, in glsl_explicit_matrix_type() 657 return glsl_type::get_instance(type->base_type, type->matrix_columns, in glsl_transposed_type() 680 return glsl_type::get_instance(t->base_type, 1, 1); in glsl_channel_type()
|
D | glsl_types.h | 448 static const glsl_type *get_instance(unsigned base_type, unsigned rows, 1125 return get_instance(base_type, matrix_columns, 1, explicit_stride); in row_type() 1127 return get_instance(base_type, matrix_columns, 1); in row_type() 1146 return get_instance(base_type, vector_elements, 1, in column_type() 1154 return get_instance(base_type, vector_elements, 1, in column_type()
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_docommand.cc | 147 chm = Connection_handler_manager::get_instance(); in LLVMFuzzerTestOneInput() 169 Global_THD_manager *thd_manager = Global_THD_manager::get_instance(); in LLVMFuzzerTestOneInput()
|
D | fuzz_mysqld.cc | 99 Global_THD_manager *thd_manager = Global_THD_manager::get_instance(); in try_connection()
|
/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 | 177 glsl_type::get_instance(base_type, rows, columns); in generate_data() 191 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
|
D | set_uniform_initializer_tests.cpp | 167 glsl_type::get_instance(base_type, rows, columns); in non_array_test() 314 glsl_type::get_instance(base_type, rows, columns); in array_test()
|
/external/libtextclassifier/native/utils/java/ |
D | jni-cache.cc | 192 calendar, get_instance, "getInstance", in Create()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1957 return glsl_type::get_instance(brw_glsl_base_type_for_nir_type(alu_type), in glsl_type_for_nir_alu_type()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1349 st_src_reg temp = get_temp(glsl_type::get_instance(reg->type, 4, 1)); in reladdr_to_temp() 3053 vec_type = glsl_type::get_instance(type->is_double() in emit_block_mov()
|