Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/glsl/
Dir.cpp278 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 …]
Dir_constant_expression.cpp715 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()
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.cpp241 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 …]
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.cpp707 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()
Dlower_mat_op_to_vec.cpp257 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
Dast_function.cpp1109 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/
Dhb-ot-var-fvar-table.hh219 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/
Dglsl_types.cpp439 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 …]
Dnir_types.cpp548 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()
Dglsl_types.h448 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/
Dpooling_implementation.hpp54 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/
Dfuzz_docommand.cc147 chm = Connection_handler_manager::get_instance(); in LLVMFuzzerTestOneInput()
169 Global_THD_manager *thd_manager = Global_THD_manager::get_instance(); in LLVMFuzzerTestOneInput()
Dfuzz_mysqld.cc99 Global_THD_manager *thd_manager = Global_THD_manager::get_instance(); in try_connection()
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_implementation.hpp56 …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/
Dtest_environment.h44 VkInstance get_instance() { return inst; } in get_instance() function
/external/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp177 glsl_type::get_instance(base_type, rows, columns); in generate_data()
191 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
Dset_uniform_initializer_tests.cpp167 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/
Dcros_gralloc_driver.h25 static cros_gralloc_driver *get_instance();
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc30 mDriver = cros_gralloc_driver::get_instance(); in init()
DCrosGralloc4Mapper.h100 cros_gralloc_driver* mDriver = cros_gralloc_driver::get_instance();
/external/minigbm/cros_gralloc/aidl/
DAllocator.cpp32 mDriver = cros_gralloc_driver::get_instance(); in init()
/external/libtextclassifier/native/utils/java/
Djni-cache.cc192 calendar, get_instance, "getInstance", in Create()

12