Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh112 c->check_range (get_instance (0), instanceCount, instanceSize)); in sanitize()
241 const InstanceRecord *instance = get_instance (instance_index); in get_instance_subfamily_name_id()
248 const InstanceRecord *instance = get_instance (instance_index); in get_instance_postscript_name_id()
259 const InstanceRecord *instance = get_instance (instance_index); in get_instance_coords()
281 const InstanceRecord *get_instance (unsigned int i) const in get_instance() function
/external/mesa3d/src/compiler/glsl/
Dir.cpp276 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
288 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in ir_expression()
296 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
305 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression()
315 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression()
325 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, in ir_expression()
334 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, in ir_expression()
395 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
406 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression()
411 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, in ir_expression()
[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.cpp233 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp()
244 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp()
253 vec_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in int_div_to_mul_rcp()
421 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in ldexp_to_arith()
422 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in ldexp_to_arith()
423 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in ldexp_to_arith()
544 const glsl_type *ivec = glsl_type::get_instance(GLSL_TYPE_INT, vec_elem, 1); in dldexp_to_arith()
545 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dldexp_to_arith()
668 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in dfrexp_sig_to_arith()
741 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.cpp702 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1); in get_packed_varying_deref()
704 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1); in get_packed_varying_deref()
Dast_function.cpp993 glsl_type::get_instance(to, in implicitly_convert_component()
1413 glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor()
1552 new(ctx) ir_variable(glsl_type::get_instance(param_base_type, 4, 1), in emit_inline_matrix_constructor()
2230 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.cpp4612 glsl_type::get_instance(orig_type->base_type, in _transpose()
5640 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in _frexp()
5641 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in _frexp()
5983 const glsl_type *data_type = glsl_type::get_instance( in _image_prototype()
6045 ret_type = glsl_type::get_instance(GLSL_TYPE_INT, num_components, 1); in _image_size_prototype()
Dast_to_hir.cpp333 to = glsl_type::get_instance(to->base_type, from->type->vector_elements, in apply_implicit_conversion()
/external/mesa3d/src/compiler/
Dnir_types.cpp351 return glsl_type::get_instance(base_type, 1, 1); in glsl_scalar_type()
358 return glsl_type::get_instance(base_type, components, 1); in glsl_vector_type()
365 return glsl_type::get_instance(base_type, rows, columns); in glsl_matrix_type()
423 return glsl_type::get_instance(type->base_type, type->matrix_columns, in glsl_transposed_type()
Dglsl_types.cpp623 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) in get_instance() function in glsl_type
1269 get_instance(type_a->base_type, in get_mul_type()
1286 get_instance(type_a->base_type, in get_mul_type()
1305 get_instance(type_a->base_type, in get_mul_type()
1634 vec_type = get_instance(base_type, c, 1); in std140_base_alignment()
1637 vec_type = get_instance(base_type, r, 1); in std140_base_alignment()
1730 vec_type = get_instance(element_type->base_type, in std140_size()
1735 vec_type = get_instance(element_type->base_type, in std140_size()
1880 vec_type = get_instance(base_type, c, 1); in std430_base_alignment()
1883 vec_type = get_instance(base_type, r, 1); in std430_base_alignment()
[all …]
Dglsl_types.h260 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
731 ? get_instance(base_type, matrix_columns, 1) in row_type()
745 ? get_instance(base_type, vector_elements, 1) in column_type()
/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.cpp173 glsl_type::get_instance(base_type, rows, columns); in generate_data()
187 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/libtextclassifier/utils/java/
Djni-cache.cc171 calendar, get_instance, "getInstance", in Create()
/external/v8/src/ia32/
Ddisasm-ia32.cc144 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable
238 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2045 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/
Dst_glsl_to_tgsi.cpp1278 st_src_reg temp = get_temp(glsl_type::get_instance(reg->type, 4, 1)); in reladdr_to_temp()
2901 vec_type = glsl_type::get_instance(type->is_double() ? GLSL_TYPE_DOUBLE : GLSL_TYPE_FLOAT, in emit_block_mov()