Searched refs:tex_coords (Results 1 – 1 of 1) sorted by relevance
284 GLfloat tex_coords[4] = { 0 }; in handle_sample_op() local288 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()