Home
last modified time | relevance | path

Searched refs:tsrc (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_test_dma.c216 struct pipe_resource tsrc = {}, tdst = {}, *src, *dst; in r600_test_dma() local
227 tsrc.target = tdst.target = PIPE_TEXTURE_2D_ARRAY; in r600_test_dma()
228 tsrc.depth0 = tdst.depth0 = 1; in r600_test_dma()
231 tsrc.format = tdst.format = get_format_from_bpp(bpp); in r600_test_dma()
236 tsrc.width0 = (rand() % max_tex_side_gen) + 1; in r600_test_dma()
237 tsrc.height0 = (rand() % max_tex_side_gen) + 1; in r600_test_dma()
238 tsrc.array_size = (rand() % max_tex_layers) + 1; in r600_test_dma()
242 tsrc.width0 = util_next_power_of_two(tsrc.width0); in r600_test_dma()
243 tsrc.height0 = util_next_power_of_two(tsrc.height0); in r600_test_dma()
248 tdst = tsrc; in r600_test_dma()
[all …]
/external/elfutils/libelf/
Dabstract.h34 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
117 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
119 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
126 TYPE_XLATE (tdest->st_info = tsrc->st_info;) \
128 TYPE_XLATE (tdest->st_other = tsrc->st_other;) \
182 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
192 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->d_un.d_val, &tsrc->d_un.d_val);) \
302 TYPE_XLATE (Elf32_cvt_Addr1 (&tdest->a_un.a_val, &tsrc->a_un.a_val);) \
310 TYPE_XLATE (Elf64_cvt_Addr1 (&tdest->a_un.a_val, &tsrc->a_un.a_val);) \
Dgelf_xlate.c140 ElfW2(Bits, Name) *tsrc = (ElfW2(Bits, Name) *) src; \
142 for (n = len / sizeof (ElfW2(Bits, Name)); n > 0; ++tdest, ++tsrc, --n) {
147 #define TYPE_NAME2(Type, Name) Type##1 (&tdest->Name, &tsrc->Name);
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_fs.c75 tsrc(TOY_FILE_GRF, fcc->payloads[0].source_depth, 0); in fetch_position()
77 tsrc(TOY_FILE_GRF, fcc->payloads[0].source_w, 0); in fetch_position()
91 subspan_x = tsrc_uw(tsrc(TOY_FILE_GRF, 1, 2 * 4)); in fetch_position()
137 const struct toy_src r0 = tsrc_d(tsrc(TOY_FILE_GRF, 0, 0)); in fetch_face()
201 a0[0] = tsrc(TOY_FILE_GRF, grf + 0, 3 * 4); in fetch_attr()
202 a0[1] = tsrc(TOY_FILE_GRF, grf + 0, 7 * 4); in fetch_attr()
203 a0[2] = tsrc(TOY_FILE_GRF, grf + 1, 3 * 4); in fetch_attr()
204 a0[3] = tsrc(TOY_FILE_GRF, grf + 1, 7 * 4); in fetch_attr()
212 attr[0] = tsrc(TOY_FILE_GRF, grf + 0, 0); in fetch_attr()
213 attr[1] = tsrc(TOY_FILE_GRF, grf + 0, 4 * 4); in fetch_attr()
[all …]
Dilo_shader_vs.c72 const struct toy_src src = tsrc(TOY_FILE_GRF, grf, 0); in vs_lower_opcode_tgsi_in()
97 src = tsrc_rect(tsrc(TOY_FILE_GRF, grf, grf_subreg), TOY_RECT_041); in vs_lower_opcode_tgsi_const_pcb()
112 const struct toy_src r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in vs_lower_opcode_tgsi_const_gen6()
212 const struct toy_src src = tsrc(TOY_FILE_GRF, grf, 0); in vs_lower_opcode_tgsi_sv()
594 inst->src[0] = tsrc(TOY_FILE_MRF, vcc->first_free_mrf, 0); in vs_lower_opcode_tgsi_sampling()
864 struct toy_src clipvert = tsrc(TOY_FILE_VRF, clipvert_vrf, 0); in vs_collect_outputs()
879 const struct toy_src plane = tsrc_rect(tsrc(TOY_FILE_GRF, in vs_collect_outputs()
918 r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in vs_write_vue()
Dilo_shader_gs.c1195 gcc->vars.tgsi_outs[i] = tsrc(TOY_FILE_GRF, grf++, 0); in gs_setup_vars()
1207 gcc->vars.tgsi_outs[i] = tsrc(TOY_FILE_VRF, vrf, 0); in gs_setup_vars()
1221 gcc->payload.header = tsrc_d(tsrc(TOY_FILE_GRF, grf, 0)); in gs_setup_payload()
1226 gcc->payload.svbi = tsrc_ud(tsrc(TOY_FILE_GRF, grf, 0)); in gs_setup_payload()
1237 gcc->payload.vues[i] = tsrc(TOY_FILE_GRF, grf, 0); in gs_setup_payload()
Dilo_shader_cs.c132 r0 = tsrc_ud(tsrc(TOY_FILE_GRF, 0, 0)); in cs_dummy()
Dtoy_tgsi.c1784 src = tsrc(TOY_FILE_VRF, vrf, 0); in init_tgsi_reg()
1801 src = tsrc(TOY_FILE_VRF, vrf, 0); in init_tgsi_reg()
2059 struct toy_src tsrc[4]; in parse_instruction() local
2063 tsrc_transpose(tsrc_from(dst[i]), tsrc); in parse_instruction()
2066 tc_MOV(tgsi->tc, tdst[j], tsrc[j]); in parse_instruction()
Dtoy_compiler_reg.h717 tsrc(enum toy_file file, unsigned reg, unsigned subreg_in_bytes) in tsrc() function
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c3585 IRExpr *shift_by, *mask, *tsrc; in fp_exp_part() local
3594 tsrc = mkexpr( src ); in fp_exp_part()
3599 tsrc = mkexpr( src ); in fp_exp_part()
3604 tsrc = unop( Iop_64HIto32, mkexpr( src ) ); in fp_exp_part()
3613 return binop( Iop_And32, binop( Iop_Shr32, tsrc, shift_by ), mask ); in fp_exp_part()
4489 IRTemp tsrc = newTemp( Ity_V128 ); in BCDstring_zero() local
4490 assign( tsrc, src); in BCDstring_zero()
4496 mkexpr( tsrc ) ) ), in BCDstring_zero()
4500 mkexpr( tsrc ) ) ) ); in BCDstring_zero()
4508 mkexpr( tsrc ) ) ) ), in BCDstring_zero()
[all …]