Searched refs:dest_size (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c865 const unsigned dest_size = glsl_get_bit_size(dest_type); local in function:vtn_handle_integer_dot
963 nir_type_conversion_op(nir_type_int, nir_type_int | dest_size,
967 nir_type_conversion_op(nir_type_uint, nir_type_uint | dest_size,
1061 if (dest_size == 32)
1067 if (dest_size == 32)
1087 if (dest_size == 32)
1093 if (dest_size == 32)
1099 if (dest_size == 32)
1109 if (dest_size != 32) {
1128 ? nir_iadd_sat(&b->nb, nir_i2i(&b->nb, dest, dest_size), sr
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_pack.c200 agx_pack_cmpsel_src(agx_index src, enum agx_size dest_size) argument
215 assert(size == dest_size);
227 assert(size == dest_size);
/xsrc/external/mit/font-util/dist/
H A Ducs2any.c144 size_t dest_size = 1; local in function:zstrcat
148 dest_size = strlen(*dest) + 1;
150 *dest = zrealloc(*dest, dest_size + source_size);
151 strcpy(*dest + dest_size - 1, source);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_tex.c1030 unreachable("wrong dest_size");
1138 unsigned dest_size = nir_tex_instr_dest_size(tex); local in function:nir_lower_txs_lod
1162 assert(dest_size <= ARRAY_SIZE(comp));
1163 for (unsigned i = 0; i < dest_size - 1; i++)
1166 comp[dest_size - 1] = nir_channel(b, &tex->dest.ssa, dest_size - 1);
1167 minified = nir_vec(b, comp, dest_size);
H A Dnir_validate.c344 unsigned dest_size = nir_dest_num_components(dest->dest); local in function:validate_alu_dest
349 validate_assert(state, !(dest->write_mask & ~((1 << dest_size) - 1)));
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp89 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def **srcs);
90 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1);
91 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1,
93 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp86 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def **srcs);
87 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1);
88 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1,
90 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dnir_to_vir.c467 int dest_size = nir_tex_instr_dest_size(instr); local in function:ntq_emit_txs
473 for (int i = 0; i < dest_size; i++) {
477 if (instr->is_array && i == dest_size - 1)
491 if (!(instr->is_array && i == dest_size - 1)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_validate.c319 unsigned dest_size = nir_dest_num_components(dest->dest); local in function:validate_alu_dest
324 validate_assert(state, !(dest->write_mask & ~((1 << dest_size) - 1)));
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c855 int dest_size = nir_tex_instr_dest_size(instr); local in function:ntq_emit_txs
861 for (int i = 0; i < dest_size; i++) {
865 if (instr->is_array && i == dest_size - 1)
880 if (!(instr->is_array && i == dest_size - 1)) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp5470 const unsigned dest_size = nir_tex_instr_dest_size(instr); local in function:fs_visitor::nir_emit_texture
5475 (1 << dest_size) - 1;
5490 for (unsigned i = 0; i < dest_size; i++)
5497 dest_size >= 3 && devinfo->gen < 7) {
5504 bld.LOAD_PAYLOAD(get_nir_dest(instr->dest), nir_dest, dest_size, 0);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp6267 const unsigned dest_size = nir_tex_instr_dest_size(instr); local in function:fs_visitor::nir_emit_texture
6272 (1 << dest_size) - 1;
6287 for (unsigned i = 0; i < dest_size; i++)
6308 dest_size >= 3 && devinfo->ver < 7) {
6315 bld.LOAD_PAYLOAD(get_nir_dest(instr->dest), nir_dest, dest_size, 0);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c1161 unsigned dest_size = (instr->type == nir_instr_type_intrinsic) ? local in function:emit_ubo_read
1164 unsigned bitsize = dest_size * nr_comps;

Completed in 50 milliseconds