Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.h48 struct gl_fragment_program *fpIn,
Dst_cb_bitmap.h54 struct gl_fragment_program *fpIn,
Dst_cb_bitmap.c215 struct gl_fragment_program *fpIn, in st_make_bitmap_fragment_program() argument
220 struct st_fragment_program *stfpIn = (struct st_fragment_program *) fpIn; in st_make_bitmap_fragment_program()
228 sampler = find_free_bit(fpIn->Base.SamplersUsed); in st_make_bitmap_fragment_program()
237 &fpIn->Base); in st_make_bitmap_fragment_program()
Dst_cb_drawpixels.c150 struct gl_fragment_program *fpIn, in st_make_drawpix_fragment_program() argument
154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn; in st_make_drawpix_fragment_program()
156 if (is_passthrough_program(fpIn)) { in st_make_drawpix_fragment_program()
167 _mesa_print_program(&fpIn->Base); in st_make_drawpix_fragment_program()
173 &fpIn->Base); in st_make_drawpix_fragment_program()