Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir.cpp269 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
282 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in ir_expression()
289 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT16, in ir_expression()
294 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, in ir_expression()
300 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, in ir_expression()
304 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
311 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, in ir_expression()
315 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression()
321 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, in ir_expression()
330 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()
Dlower_instructions.cpp214 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in ldexp_to_arith()
215 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in ldexp_to_arith()
216 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in ldexp_to_arith()
337 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in dldexp_to_arith()
338 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dldexp_to_arith()
461 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_sig_to_arith()
534 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_exp_to_arith()
535 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in dfrexp_exp_to_arith()
Dopt_rebalance_tree.cpp291 glsl_type::get_instance(expr->type->base_type, in update_types()
Dast_function.cpp1110 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()
2354 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()
Dlower_precision.cpp685 return glsl_type::get_instance(new_base_type, in convert_type()
Dbuiltin_functions.cpp6615 glsl_type::get_instance(orig_type->base_type, in _transpose()
7707 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in _frexp()
7708 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in _frexp()
7797 glsl_type::get_instance(glsl_unsigned_base_type_of(type->base_type), in _absoluteDifference()
7827 mul_type = glsl_type::get_instance(GLSL_TYPE_INT64, type->vector_elements, 1); in _mulExtended()
7831 mul_type = glsl_type::get_instance(GLSL_TYPE_UINT64, type->vector_elements, 1); in _mulExtended()
8141 const glsl_type *data_type = glsl_type::get_instance( in _image_prototype()
8218 ret_type = glsl_type::get_instance(GLSL_TYPE_INT, num_components, 1); in _image_size_prototype()
Dglsl_to_nir.cpp473 var->type = glsl_type::get_instance(texel_type->get_base_type()->base_type, in adjust_sparse_variable()
Dast_to_hir.cpp333 to = glsl_type::get_instance(to->base_type, from->type->vector_elements, in apply_implicit_conversion()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-fvar-table.hh175 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize()
237 const InstanceRecord *instance = get_instance (instance_index); in get_instance_subfamily_name_id()
244 const InstanceRecord *instance = get_instance (instance_index); in get_instance_postscript_name_id()
255 const InstanceRecord *instance = get_instance (instance_index); in get_instance_coords()
297 const InstanceRecord *get_instance (unsigned int i) const in get_instance() function
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp441 return get_instance(this->base_type, this->vector_elements, in get_bare_type()
479 return get_instance(GLSL_TYPE_FLOAT16, in get_float16_type()
490 return get_instance(GLSL_TYPE_INT16, in get_int16_type()
501 return get_instance(GLSL_TYPE_UINT16, in get_uint16_type()
664 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns, in VECN()
682 const glsl_type *bare_type = get_instance(base_type, rows, columns); in VECN()
1627 get_instance(type_a->base_type, in get_mul_type()
1646 get_instance(type_a->base_type, in get_mul_type()
1665 get_instance(type_a->base_type, in get_mul_type()
2068 vec_type = get_instance(base_type, c, 1); in std140_base_alignment()
[all …]
Dglsl_types.h452 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
1143 return get_instance(base_type, matrix_columns, 1, explicit_stride); in row_type()
1145 return get_instance(base_type, matrix_columns, 1); in row_type()
1164 return get_instance(base_type, vector_elements, 1, in column_type()
1172 return get_instance(base_type, vector_elements, 1, in column_type()
Dnir_types.cpp618 return glsl_type::get_instance(base_type, 1, 1); in glsl_scalar_type()
624 const glsl_type *t = glsl_type::get_instance(base_type, components, 1); in glsl_vector_type()
632 const glsl_type *t = glsl_type::get_instance(base_type, rows, columns); in glsl_matrix_type()
642 const glsl_type *t = glsl_type::get_instance(mat->base_type, in glsl_explicit_matrix_type()
734 return glsl_type::get_instance(type->base_type, type->matrix_columns, in glsl_transposed_type()
757 return glsl_type::get_instance(t->base_type, 1, 1); in glsl_channel_type()
/third_party/node/deps/ada/
Dada.cpp14898 ada::result<ada::url_aggregator>& get_instance(void* result) noexcept { in get_instance() function
14997 ada::result<ada::url_aggregator>& r = get_instance(input); in ada_copy()
15002 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_is_valid()
15008 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_origin()
15029 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_href()
15038 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_username()
15047 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_password()
15056 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_port()
15065 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_hash()
15074 ada::result<ada::url_aggregator>& r = get_instance(result); in ada_get_host()
[all …]
/third_party/lwip/src/apps/snmp/
Dsnmp_threadsync.c156 …call_data->retval.err = leaf->get_instance(call_data->arg1.root_oid, call_data->arg2.root_oid_len,… in get_instance_synced()
Dsnmp_core.c789 result = leaf_node->get_instance( in snmp_get_node_instance_from_oid()
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h247 …snmp_err_t (*get_instance)(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* in… member
/third_party/node/deps/v8/src/diagnostics/ia32/
Ddisasm-ia32.cc119 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable
220 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()