Home
last modified time | relevance | path

Searched defs:num_components (Results 1 – 25 of 49) 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
/external/tensorflow/tensorflow/core/grappler/utils/
Dscc_test.cc62 int num_components; in TEST_F() local
92 int num_components; in TEST_F() local
155 int num_components; in TEST_F() local
391 int num_components; in TEST_F() local
Dscc.cc128 int* num_components) { in StronglyConnectedComponents()
182 int num_components = 0; in IdentifyLoops() local
227 int num_components = 0; in IdentifyLoops() local
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dmixture_test.py110 def make_univariate_mixture(batch_shape, num_components, use_static_graph): argument
125 def make_multivariate_mixture(batch_shape, num_components, event_shape, argument
823 num_components, batch_size, num_features, argument
852 def create_distribution(batch_size, num_components, num_features): argument
892 def create_distribution(batch_size, num_components, num_features): argument
/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/mesa3d/src/compiler/glsl/
Dlink_varyings.h148 unsigned num_components() const in num_components() function
/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/tensorflow/tensorflow/contrib/distributions/python/ops/
Dmixture.py215 def num_components(self): member in Mixture
/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.h106 int32 num_components() const { return component_dtypes_.size(); } in num_components() function
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_and_batch_dataset_op.cc254 const size_t num_components = return_values.size(); in EnsureOutputAllocated() local
293 const size_t num_components = in InvokeFunctionLocked() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp121 int* num_components, in JpegLoadInfo()
359 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