Lines Matching defs:sampler
399 return nir_vec2(&b->nb, &si.image->dest.ssa, &si.sampler->dest.ssa);
430 si.sampler = nir_build_deref_cast(&b->nb, nir_channel(&b->nb, si_vec2, 1),
1785 * is the image and the second is the sampler. An OpLoad on an
2682 .sampler = vtn_get_sampler(b, w[4]),
2708 nir_deref_instr *image = NULL, *sampler = NULL;
2713 sampler = si.sampler;
2807 vtn_fail_if(sampler == NULL,
2810 p->src = nir_src_for_ssa(&sampler->dest.ssa);
2875 "Coordinate value passed has fewer components than sampler dimensionality.");
3095 if (sampler && (access & ACCESS_NON_UNIFORM))
3101 * VOID (CL image), in which case the return type dictates the sampler