Searched refs:ps_samplers (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c72 rctx->blitter, rctx->ps_samplers.n_samplers,
73 (void**)rctx->ps_samplers.samplers);
76 rctx->blitter, rctx->ps_samplers.n_views,
77 (struct pipe_sampler_view**)rctx->ps_samplers.views);
162 for (i = 0; i < rctx->ps_samplers.n_views; ++i) {
166 view = rctx->ps_samplers.views[i];
H A Dradeonsi_pipe.h142 struct r600_textures_info ps_samplers; member in struct:r600_context
H A Dsi_state.c2208 (struct pipe_sampler_view **)&rctx->ps_samplers.views[i],
2223 if (rctx->ps_samplers.views[i])
2224 pipe_sampler_view_reference((struct pipe_sampler_view **)&rctx->ps_samplers.views[i], NULL);
2232 rctx->ps_samplers.n_views = count;
2260 memcpy(rctx->ps_samplers.samplers, states, sizeof(void*) * count);
2264 rctx->ps_samplers.n_samplers = count;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c72 rctx->blitter, rctx->ps_samplers.n_samplers,
73 (void**)rctx->ps_samplers.samplers);
76 rctx->blitter, rctx->ps_samplers.n_views,
77 (struct pipe_sampler_view**)rctx->ps_samplers.views);
162 for (i = 0; i < rctx->ps_samplers.n_views; ++i) {
166 view = rctx->ps_samplers.views[i];
H A Dradeonsi_pipe.h142 struct r600_textures_info ps_samplers; member in struct:r600_context
H A Dsi_state.c2208 (struct pipe_sampler_view **)&rctx->ps_samplers.views[i],
2223 if (rctx->ps_samplers.views[i])
2224 pipe_sampler_view_reference((struct pipe_sampler_view **)&rctx->ps_samplers.views[i], NULL);
2232 rctx->ps_samplers.n_views = count;
2260 memcpy(rctx->ps_samplers.samplers, states, sizeof(void*) * count);
2264 rctx->ps_samplers.n_samplers = count;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c82 rctx->blitter, rctx->ps_samplers.n_samplers,
83 (void**)rctx->ps_samplers.samplers);
86 rctx->blitter, util_last_bit(rctx->ps_samplers.views.enabled_mask),
87 (struct pipe_sampler_view**)rctx->ps_samplers.views.views);
H A Dr600_state_common.c406 dst = &rctx->ps_samplers;
605 dst = &rctx->ps_samplers;
1068 if (rctx->ps_samplers.views.compressed_depthtex_mask) {
1069 r600_decompress_depth_textures(rctx, &rctx->ps_samplers.views);
1074 if (rctx->ps_samplers.views.compressed_colortex_mask) {
1075 r600_decompress_color_textures(rctx, &rctx->ps_samplers.views);
H A Dr600_hw_context.c982 r600_atom_dirty(ctx, &ctx->ps_samplers.atom_sampler);
997 ctx->ps_samplers.views.dirty_mask = ctx->ps_samplers.views.enabled_mask;
999 r600_sampler_views_dirty(ctx, &ctx->ps_samplers.views);
H A Dr600_state.c1950 r600_emit_sampler_views(rctx, &rctx->ps_samplers.views, R600_MAX_CONST_BUFFERS);
2004 r600_emit_sampler(rctx, &rctx->ps_samplers, 0, R_00A400_TD_PS_SAMPLER0_BORDER_RED);
2043 r600_init_atom(&rctx->ps_samplers.views.atom, r600_emit_ps_sampler_views, 0, 0);
2048 r600_init_atom(&rctx->ps_samplers.atom_sampler, r600_emit_ps_sampler, 0, EMIT_EARLY);
H A Devergreen_state.c2113 evergreen_emit_sampler_views(rctx, &rctx->ps_samplers.views, R600_MAX_CONST_BUFFERS);
2148 evergreen_emit_sampler(rctx, &rctx->ps_samplers, 0, R_00A400_TD_PS_SAMPLER0_BORDER_INDEX);
2182 r600_init_atom(&rctx->ps_samplers.views.atom, evergreen_emit_ps_sampler_views, 0, 0);
2185 r600_init_atom(&rctx->ps_samplers.atom_sampler, evergreen_emit_ps_sampler, 0, 0);
H A Dr600_pipe.h396 struct r600_textures_info ps_samplers; member in struct:r600_context
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c82 rctx->blitter, rctx->ps_samplers.n_samplers,
83 (void**)rctx->ps_samplers.samplers);
86 rctx->blitter, util_last_bit(rctx->ps_samplers.views.enabled_mask),
87 (struct pipe_sampler_view**)rctx->ps_samplers.views.views);
H A Dr600_state_common.c406 dst = &rctx->ps_samplers;
605 dst = &rctx->ps_samplers;
1068 if (rctx->ps_samplers.views.compressed_depthtex_mask) {
1069 r600_decompress_depth_textures(rctx, &rctx->ps_samplers.views);
1074 if (rctx->ps_samplers.views.compressed_colortex_mask) {
1075 r600_decompress_color_textures(rctx, &rctx->ps_samplers.views);
H A Dr600_hw_context.c982 r600_atom_dirty(ctx, &ctx->ps_samplers.atom_sampler);
997 ctx->ps_samplers.views.dirty_mask = ctx->ps_samplers.views.enabled_mask;
999 r600_sampler_views_dirty(ctx, &ctx->ps_samplers.views);
H A Dr600_state.c1950 r600_emit_sampler_views(rctx, &rctx->ps_samplers.views, R600_MAX_CONST_BUFFERS);
2004 r600_emit_sampler(rctx, &rctx->ps_samplers, 0, R_00A400_TD_PS_SAMPLER0_BORDER_RED);
2043 r600_init_atom(&rctx->ps_samplers.views.atom, r600_emit_ps_sampler_views, 0, 0);
2048 r600_init_atom(&rctx->ps_samplers.atom_sampler, r600_emit_ps_sampler, 0, EMIT_EARLY);
H A Devergreen_state.c2113 evergreen_emit_sampler_views(rctx, &rctx->ps_samplers.views, R600_MAX_CONST_BUFFERS);
2148 evergreen_emit_sampler(rctx, &rctx->ps_samplers, 0, R_00A400_TD_PS_SAMPLER0_BORDER_INDEX);
2182 r600_init_atom(&rctx->ps_samplers.views.atom, evergreen_emit_ps_sampler_views, 0, 0);
2185 r600_init_atom(&rctx->ps_samplers.atom_sampler, evergreen_emit_ps_sampler, 0, 0);
H A Dr600_pipe.h396 struct r600_textures_info ps_samplers; member in struct:r600_context

Completed in 297 milliseconds