/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()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 219 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize() 281 const InstanceRecord *instance = get_instance (instance_index); in get_instance_subfamily_name_id() 288 const InstanceRecord *instance = get_instance (instance_index); in get_instance_postscript_name_id() 299 const InstanceRecord *instance = get_instance (instance_index); in get_instance_coords() 338 const InstanceRecord *instance = get_instance (i); in collect_name_ids() 396 const InstanceRecord *instance = get_instance (i); in subset() 408 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/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
D | pooling_implementation.hpp | 54 PoolingCommon<TInput, TOutput> *get_instance(const PoolingArgs &args, const OutputStage &os) const in get_instance() function 99 return UniquePoolingCommon<TInput, TOutput>(success ? impl->get_instance(args, os) : nullptr); in pooling()
|
/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/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
D | depthwise_implementation.hpp | 56 …DepthwiseCommon<TInput, TWeight, TOutput> *get_instance(const DepthwiseArgs &args, const OutputSta… in get_instance() function 142 auto i = impl->get_instance(args, os); in depthwise()
|
/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/minigbm/cros_gralloc/ |
D | cros_gralloc_driver.h | 25 static cros_gralloc_driver *get_instance();
|
/external/minigbm/cros_gralloc/gralloc4/ |
D | CrosGralloc4Allocator.cc | 30 mDriver = cros_gralloc_driver::get_instance(); in init()
|
D | CrosGralloc4Mapper.h | 100 cros_gralloc_driver* mDriver = cros_gralloc_driver::get_instance();
|
/external/minigbm/cros_gralloc/aidl/ |
D | Allocator.cpp | 32 mDriver = cros_gralloc_driver::get_instance(); in init()
|
/external/libtextclassifier/native/utils/java/ |
D | jni-cache.cc | 192 calendar, get_instance, "getInstance", in Create()
|