Home
last modified time | relevance | path

Searched defs:num_components (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_constant_expressions.c254 evaluate_b2f(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_b2f()
296 evaluate_b2i(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_b2i()
338 evaluate_ball_fequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_ball_fequal2()
404 evaluate_ball_fequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_ball_fequal3()
470 evaluate_ball_fequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_ball_fequal4()
536 evaluate_ball_iequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_ball_iequal2()
602 evaluate_ball_iequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_ball_iequal3()
668 evaluate_ball_iequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_ball_iequal4()
734 evaluate_bany_fnequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_bany_fnequal2()
800 evaluate_bany_fnequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size, in evaluate_bany_fnequal3()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_builder.h85 nir_ssa_undef(nir_builder *build, unsigned num_components, unsigned bit_size) in nir_ssa_undef()
98 nir_build_imm(nir_builder *build, unsigned num_components, in nir_build_imm()
196 unsigned num_components = op_info->output_size; in nir_build_alu() local
246 nir_vec(nir_builder *build, nir_ssa_def **comp, unsigned num_components) in nir_vec()
267 nir_fmov_alu(nir_builder *build, nir_alu_src src, unsigned num_components) in nir_fmov_alu()
281 nir_imov_alu(nir_builder *build, nir_alu_src src, unsigned num_components) in nir_imov_alu()
299 unsigned num_components, bool use_fmov) in nir_swizzle()
374 nir_ssa_for_src(nir_builder *build, nir_src src, int num_components) in nir_ssa_for_src()
396 unsigned num_components = nir_ssa_alu_instr_src_components(instr, srcn); in nir_ssa_for_alu_src() local
409 const unsigned num_components = glsl_get_vector_elements(var->type); in nir_load_var() local
[all …]
Dnir_search_helpers.h39 is_pos_power_of_two(nir_alu_instr *instr, unsigned src, unsigned num_components, in is_pos_power_of_two()
69 is_neg_power_of_two(nir_alu_instr *instr, unsigned src, unsigned num_components, in is_neg_power_of_two()
95 is_zero_to_one(nir_alu_instr *instr, unsigned src, unsigned num_components, in is_zero_to_one()
Dnir_lower_alu_to_scalar.c34 nir_alu_ssa_dest_init(nir_alu_instr *instr, unsigned num_components, in nir_alu_ssa_dest_init()
46 unsigned num_components = nir_op_infos[instr->op].input_sizes[0]; in lower_reduction() local
209 unsigned num_components = instr->dest.dest.ssa.num_components; in lower_alu_instr_scalar() local
Dnir_search.c96 unsigned num_components, const uint8_t *swizzle, in match_value()
247 unsigned num_components, const uint8_t *swizzle, in match_expression()
440 unsigned num_components, bitsize_tree *bitsize, in construct_value()
Dnir_phi_builder.c54 unsigned num_components; member
108 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components, in nir_phi_builder_add_value()
Dnir_lower_var_copies.c119 unsigned num_components = glsl_get_vector_elements(src_tail->type); in emit_copy_load_store() local
Dnir_lower_regs_to_ssa.c133 unsigned num_components; in rewrite_alu_instr() local
Dnir.c475 nir_load_const_instr_create(nir_shader *shader, unsigned num_components, in nir_load_const_instr_create()
583 unsigned num_components, in nir_ssa_undef_instr_create()
1510 unsigned num_components, in nir_ssa_def_init()
1533 unsigned num_components, unsigned bit_size, in nir_ssa_dest_init()
Dnir_instr_set.c38 hash_alu_src(uint32_t hash, const nir_alu_src *src, unsigned num_components) in hash_alu_src()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_tcs_workarounds.c76 load_output(nir_builder *b, int num_components, int offset, int component) in load_output()
Dbrw_ir_vec4.h110 const unsigned num_components = MAX2(width / 4 * stride, 4); in offset() local
191 const unsigned num_components = MAX2(width / 4 * stride, 4); in offset() local
Dbrw_vec4_nir.cpp304 unsigned num_components) in get_nir_src()
326 unsigned num_components) in get_nir_src()
332 vec4_visitor::get_nir_src(const nir_src &src, unsigned num_components) in get_nir_src()
464 unsigned num_components = instr->num_components; in nir_emit_intrinsic() local
594 int num_components = instr->num_components; in nir_emit_intrinsic() local
Dbrw_nir_opt_peephole_ffma.c71 get_mul_for_src(nir_alu_src *src, int num_components, in get_mul_for_src()
Dbrw_fs_nir.cpp1932 unsigned num_components, in emit_gs_input_load()
2164 unsigned num_components) in do_untyped_vector_read()
2252 unsigned num_components = instr->num_components; in nir_emit_vs_intrinsic() local
2390 unsigned num_components = instr->num_components; in nir_emit_tcs_intrinsic() local
2564 unsigned num_components = util_last_bit(mask); in nir_emit_tcs_intrinsic() local
2766 unsigned num_components = instr->num_components; in nir_emit_tes_intrinsic() local
3154 unsigned num_components = instr->num_components; in nir_emit_fs_intrinsic() local
4040 unsigned num_components = instr->num_components; in nir_emit_intrinsic() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.h49 int num_components; member
96 uint8_t num_components; member
/external/pdfium/third_party/libjpeg/
Dtransupp.h93 int num_components; /* # of components in workspace */ member
Dfpdfapi_jdcolor.c175 register int num_components = cinfo->num_components; in null_convert() local
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h148 unsigned num_components() const in num_components() function
Dglsl_to_nir.cpp1167 unsigned num_components = ir->lhs->type->vector_elements; in visit() local
1268 nir_visitor::add_instr(nir_instr *instr, unsigned num_components, in add_instr()
Dlink_varyings.cpp880 unsigned num_components = this->num_components(); in store() local
1281 unsigned num_components; member
1553 unsigned num_components = is_vertex_input ? in assign_locations() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c64 unsigned num_components = glsl_get_vector_elements(val->type); in vtn_undef_ssa_value() local
112 unsigned num_components = glsl_get_vector_elements(val->type); in vtn_const_ssa_value() local
1237 unsigned num_components = glsl_get_vector_elements(type); in vtn_handle_constant() local
1254 unsigned num_components = glsl_get_vector_elements(type); in vtn_handle_constant() local
1274 unsigned num_components = glsl_get_vector_elements(val->const_type); in vtn_handle_constant() local
2188 create_vec(nir_shader *shader, unsigned num_components, unsigned bit_size) in create_vec()
2291 vtn_vector_shuffle(struct vtn_builder *b, unsigned num_components, in vtn_vector_shuffle()
2320 vtn_vector_construct(struct vtn_builder *b, unsigned num_components, in vtn_vector_construct()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp102 int* num_components, in JpegLoadInfo()
341 int* num_components, in LoadInfo()
/external/libjpeg-turbo/
Dtransupp.h145 int num_components; /* # of components in workspace */ member
Drdjpgcom.c281 int data_precision, num_components; in process_SOFn() local

12