Searched refs:seamless_cube_map (Results 1 – 11 of 11) sorted by relevance
396 int seamless_cube_map = -1; in r600_bind_samplers() local429 seamless_cube_map = sampler->seamless_cube_map; in r600_bind_samplers()431 …if (rctx->chip_class <= R700 && seamless_cube_map != -1 && seamless_cube_map != rctx->seamless_cub… in r600_bind_samplers()434 rctx->seamless_cube_map.enabled = seamless_cube_map; in r600_bind_samplers()435 r600_atom_dirty(rctx, &rctx->seamless_cube_map.atom); in r600_bind_samplers()
256 bool seamless_cube_map; member397 struct r600_seamless_cube_map seamless_cube_map; member
976 ss->seamless_cube_map = state->seamless_cube_map; in r600_create_sampler_state()2016 if (!rctx->seamless_cube_map.enabled) { in r600_emit_seamless_cube_map()2033 r600_init_atom(&rctx->seamless_cube_map.atom, r600_emit_seamless_cube_map, 3, 0); in r600_init_state_functions()2034 r600_atom_dirty(rctx, &rctx->seamless_cube_map.atom); in r600_init_state_functions()
597 (sampler->state.seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) | in evergreen_set_sampler_resource()
984 r600_atom_dirty(ctx, &ctx->seamless_cube_map.atom); in r600_context_flush()
948 ss->seamless_cube_map = false; in evergreen_create_sampler_state()966 (state->seamless_cube_map ? 0 : S_03C008_DISABLE_CUBE_WRAP(1)) | in evergreen_create_sampler_state()
316 unsigned seamless_cube_map:1; member
199 sampler->seamless_cube_map = in convert_sampler()
111 seamless_cube_map
469 if (cso->seamless_cube_map) in nv50_sampler_state_create()
2165 S_008F30_DISABLE_CUBE_WRAP(!state->seamless_cube_map)); in si_create_sampler_state()