/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 112 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/ |
D | ir.cpp | 276 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 …]
|
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 | 233 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 …]
|
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 | 702 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()
|
D | ast_function.cpp | 993 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()
|
D | lower_mat_op_to_vec.cpp | 257 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); in do_equal_mat_mat()
|
D | builtin_functions.cpp | 4612 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()
|
D | ast_to_hir.cpp | 333 to = glsl_type::get_instance(to->base_type, from->type->vector_elements, in apply_implicit_conversion()
|
/external/mesa3d/src/compiler/ |
D | nir_types.cpp | 351 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()
|
D | glsl_types.cpp | 623 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 …]
|
D | glsl_types.h | 260 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/ |
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 | 173 glsl_type::get_instance(base_type, rows, columns); in generate_data() 187 glsl_type::get_instance(base_type, rows, columns); in generate_array_data()
|
D | set_uniform_initializer_tests.cpp | 163 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/ |
D | jni-cache.cc | 171 calendar, get_instance, "getInstance", in Create()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 144 static InstructionTable* get_instance() { in get_instance() function in disasm::InstructionTable 238 instruction_table_(InstructionTable::get_instance()), in DisassemblerIA32()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 2045 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 | 1278 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()
|