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

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 316 unsigned seamless_cube_map:1; member in struct:pipe_sampler_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 316 unsigned seamless_cube_map:1; member in struct:pipe_sampler_state
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state_common.c 396 int seamless_cube_map = -1; local
429 seamless_cube_map = sampler->seamless_cube_map;
431 if (rctx->chip_class <= R700 && seamless_cube_map != -1 && seamless_cube_map != rctx->seamless_cube_map.enabled) {
434 rctx->seamless_cube_map.enabled = seamless_cube_map;
435 r600_atom_dirty(rctx, &rctx->seamless_cube_map.atom);
    [all...]
r600_pipe.h 256 bool seamless_cube_map; member in struct:r600_pipe_sampler_state
397 struct r600_seamless_cube_map seamless_cube_map; member in struct:r600_context
r600_state.c 976 ss->seamless_cube_map = state->seamless_cube_map;
    [all...]
evergreen_compute_internal.c 597 (sampler->state.seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
r600_hw_context.c 984 r600_atom_dirty(ctx, &ctx->seamless_cube_map.atom);
    [all...]
evergreen_state.c 948 ss->seamless_cube_map = false;
966 (state->seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 396 int seamless_cube_map = -1; local
429 seamless_cube_map = sampler->seamless_cube_map;
431 if (rctx->chip_class <= R700 && seamless_cube_map != -1 && seamless_cube_map != rctx->seamless_cube_map.enabled) {
434 rctx->seamless_cube_map.enabled = seamless_cube_map;
435 r600_atom_dirty(rctx, &rctx->seamless_cube_map.atom);
    [all...]
r600_pipe.h 256 bool seamless_cube_map; member in struct:r600_pipe_sampler_state
397 struct r600_seamless_cube_map seamless_cube_map; member in struct:r600_context
r600_state.c 976 ss->seamless_cube_map = state->seamless_cube_map;
    [all...]
evergreen_compute_internal.c 597 (sampler->state.seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
r600_hw_context.c 984 r600_atom_dirty(ctx, &ctx->seamless_cube_map.atom);
    [all...]
evergreen_state.c 948 ss->seamless_cube_map = false;
966 (state->seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_sampler.c 199 sampler->seamless_cube_map =
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 199 sampler->seamless_cube_map =
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 42 * ! pipe_sampler_state.seamless_cube_map is ignored - seamless filtering is
469 if (cso->seamless_cube_map)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 42 * ! pipe_sampler_state.seamless_cube_map is ignored - seamless filtering is
469 if (cso->seamless_cube_map)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]

Completed in 347 milliseconds