Searched refs:ref_or_si (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_fs.c570 struct toy_src bias_or_lod, struct toy_src ref_or_si,
596 tc_MOV(tc, SAMPLER_PARAM(4), ref_or_si);
612 tc_MOV(tc, SAMPLER_PARAM(4), ref_or_si);
622 tc_MOV(tc, tdst_d(SAMPLER_PARAM(4)), ref_or_si);
643 struct toy_src bias_or_lod, struct toy_src ref_or_si,
667 tc_MOV(tc, SAMPLER_PARAM(0), ref_or_si);
684 tc_MOV(tc, SAMPLER_PARAM(0), ref_or_si);
724 struct toy_src coords[4], ddx[4], ddy[4], bias_or_lod, ref_or_si; local
748 ref_or_si = tsrc_null();
794 ref_or_si
567 fs_add_sampler_params_gen6(struct toy_compiler *tc, int msg_type, int base_mrf, int param_size, struct toy_src *coords, int num_coords, struct toy_src bias_or_lod, struct toy_src ref_or_si, struct toy_src *ddx, struct toy_src *ddy, int num_derivs) argument
640 fs_add_sampler_params_gen7(struct toy_compiler *tc, int msg_type, int base_mrf, int param_size, struct toy_src *coords, int num_coords, struct toy_src bias_or_lod, struct toy_src ref_or_si, struct toy_src *ddx, struct toy_src *ddy, int num_derivs) argument
[all...]
H A Dilo_shader_vs.c322 struct toy_src bias_or_lod, struct toy_src ref_or_si,
357 tc_MOV(tc, tdst_writemask(m[1], TOY_WRITEMASK_X), ref_or_si);
369 tc_MOV(tc, tdst_writemask(tdst_d(m[1]), TOY_WRITEMASK_X), ref_or_si);
396 struct toy_src coords, ddx, ddy, bias_or_lod, ref_or_si; local
406 ref_or_si = tsrc_null();
420 ref_or_si = tsrc_swizzle1(coords, ref_pos);
439 ref_or_si = tsrc_swizzle1(coords, ref_pos);
456 ref_or_si = tsrc_swizzle1(coords, ref_pos);
489 ref_or_si = tsrc_swizzle1(coords, ref_pos);
548 coords, num_coords, bias_or_lod, ref_or_si, dd
320 vs_add_sampler_params(struct toy_compiler *tc, int msg_type, int base_mrf, struct toy_src coords, int num_coords, struct toy_src bias_or_lod, struct toy_src ref_or_si, struct toy_src ddx, struct toy_src ddy, int num_derivs) argument
[all...]

Completed in 81 milliseconds