Searched refs:ref_or_si (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_fs.c | 570 struct toy_src bias_or_lod, struct toy_src ref_or_si, in fs_add_sampler_params_gen6() argument 596 tc_MOV(tc, SAMPLER_PARAM(4), ref_or_si); in fs_add_sampler_params_gen6() 612 tc_MOV(tc, SAMPLER_PARAM(4), ref_or_si); in fs_add_sampler_params_gen6() 622 tc_MOV(tc, tdst_d(SAMPLER_PARAM(4)), ref_or_si); in fs_add_sampler_params_gen6() 643 struct toy_src bias_or_lod, struct toy_src ref_or_si, in fs_add_sampler_params_gen7() argument 667 tc_MOV(tc, SAMPLER_PARAM(0), ref_or_si); in fs_add_sampler_params_gen7() 684 tc_MOV(tc, SAMPLER_PARAM(0), ref_or_si); in fs_add_sampler_params_gen7() 724 struct toy_src coords[4], ddx[4], ddy[4], bias_or_lod, ref_or_si; in fs_prepare_tgsi_sampling() local 748 ref_or_si = tsrc_null(); in fs_prepare_tgsi_sampling() 794 ref_or_si = coords[ref_pos]; in fs_prepare_tgsi_sampling() [all …]
|
D | ilo_shader_vs.c | 322 struct toy_src bias_or_lod, struct toy_src ref_or_si, in vs_add_sampler_params() argument 357 tc_MOV(tc, tdst_writemask(m[1], TOY_WRITEMASK_X), ref_or_si); in vs_add_sampler_params() 369 tc_MOV(tc, tdst_writemask(tdst_d(m[1]), TOY_WRITEMASK_X), ref_or_si); in vs_add_sampler_params() 396 struct toy_src coords, ddx, ddy, bias_or_lod, ref_or_si; in vs_prepare_tgsi_sampling() local 406 ref_or_si = tsrc_null(); in vs_prepare_tgsi_sampling() 420 ref_or_si = tsrc_swizzle1(coords, ref_pos); in vs_prepare_tgsi_sampling() 439 ref_or_si = tsrc_swizzle1(coords, ref_pos); in vs_prepare_tgsi_sampling() 456 ref_or_si = tsrc_swizzle1(coords, ref_pos); in vs_prepare_tgsi_sampling() 489 ref_or_si = tsrc_swizzle1(coords, ref_pos); in vs_prepare_tgsi_sampling() 548 coords, num_coords, bias_or_lod, ref_or_si, ddx, ddy, num_derivs); in vs_prepare_tgsi_sampling()
|