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

  /external/mesa3d/src/gallium/drivers/swr/
swr_scratch.h 37 struct swr_scratch_space fs_constants; member in struct:swr_scratch_buffers
49 * space ptr to scratch pool (vs_constants, fs_constants)
swr_scratch.cpp 101 AlignedFree(scratch->fs_constants.base);
swr_state.cpp 798 scratch = &ctx->scratch->fs_constants;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 121 FREE(r300->fs_constants.state);
206 R300_INIT_ATOM(fs_constants, 0);
221 r300->fs_constants.emit = r500_emit_fs_constants;
239 R300_ALLOC_ATOM(fs_constants, r300_constant_buffer);
r300_state.c     [all...]
r300_context.h 540 struct r300_atom fs_constants; member in struct:r300_context

Completed in 101 milliseconds