HomeSort by relevance Sort by last modified time
    Searched refs:tex_coords (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 270 GLfloat tex_coords[4] = { 0 }; local
274 COPY_4V(tex_coords,
279 COPY_4V(tex_coords, machine->PrevPassRegisters[coord_source]);
281 apply_swizzle(tex_coords, swizzle);
282 fetch_texel(ctx, tex_coords, 0.0F, idx, machine->Registers[idx]);
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 361 const char *tex_coords = "texCoords"; local
369 tex_coords = "interpolateAtOffset(texCoords, vec2(0.0))";
415 tex_coords,
428 const char *tex_coords; local
444 tex_coords = "interpolateAtOffset(texCoords, vec2(0.0))";
446 tex_coords = "texCoords";
453 texcoord_type, tex_coords);
    [all...]

Completed in 316 milliseconds