Searched refs:seamless_cube_map (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h316 unsigned seamless_cube_map:1; member in struct:pipe_sampler_state
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h316 unsigned seamless_cube_map:1; member in struct:pipe_sampler_state
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state_common.c396 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);
H A Dr600_pipe.h256 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
H A Dr600_state.c976 ss->seamless_cube_map = state->seamless_cube_map;
2016 if (!rctx->seamless_cube_map.enabled) {
2033 r600_init_atom(&rctx->seamless_cube_map.atom, r600_emit_seamless_cube_map, 3, 0);
2034 r600_atom_dirty(rctx, &rctx->seamless_cube_map.atom);
H A Devergreen_compute_internal.c597 (sampler->state.seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
H A Dr600_hw_context.c984 r600_atom_dirty(ctx, &ctx->seamless_cube_map.atom);
H A Devergreen_state.c948 ss->seamless_cube_map = false;
966 (state->seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c396 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);
H A Dr600_pipe.h256 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
H A Dr600_state.c976 ss->seamless_cube_map = state->seamless_cube_map;
2016 if (!rctx->seamless_cube_map.enabled) {
2033 r600_init_atom(&rctx->seamless_cube_map.atom, r600_emit_seamless_cube_map, 3, 0);
2034 r600_atom_dirty(rctx, &rctx->seamless_cube_map.atom);
H A Devergreen_compute_internal.c597 (sampler->state.seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
H A Dr600_hw_context.c984 r600_atom_dirty(ctx, &ctx->seamless_cube_map.atom);
H A Devergreen_state.c948 ss->seamless_cube_map = false;
966 (state->seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_sampler.c199 sampler->seamless_cube_map =
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c199 sampler->seamless_cube_map =
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state.c42 * ! pipe_sampler_state.seamless_cube_map is ignored - seamless filtering is
469 if (cso->seamless_cube_map)
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state.c42 * ! pipe_sampler_state.seamless_cube_map is ignored - seamless filtering is
469 if (cso->seamless_cube_map)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c2165 S_008F30_DISABLE_CUBE_WRAP(!state->seamless_cube_map));
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2165 S_008F30_DISABLE_CUBE_WRAP(!state->seamless_cube_map));

Completed in 224 milliseconds