Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c284 GLfloat tex_coords[4] = { 0 }; in handle_sample_op() local
288 COPY_4V(tex_coords, in handle_sample_op()
293 COPY_4V(tex_coords, machine->PrevPassRegisters[coord_source]); in handle_sample_op()
295 apply_swizzle(tex_coords, swizzle); in handle_sample_op()
296 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]); in handle_sample_op()