HomeSort by: relevance | last modified time | path
    Searched defs:texstate (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_uniforms.c 37 get_texrect_scale(struct v3d_texture_stateobj *texstate,
41 struct pipe_sampler_view *texture = texstate->textures[data];
53 get_texture_size(struct v3d_texture_stateobj *texstate,
57 struct pipe_sampler_view *texture = texstate->textures[data];
113 struct v3d_texture_stateobj *texstate,
117 struct pipe_sampler_state *psampler = texstate->samplers[unit];
127 struct v3d_texture_stateobj *texstate,
136 struct pipe_sampler_view *psview = texstate->textures[unit];
140 .texture_state_record_base_address = texstate->texture_state[unit],
155 struct v3d_texture_stateobj *texstate,
218 struct v3d_texture_stateobj *texstate = &v3d->tex[stage]; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_uniforms.c 33 get_texrect_scale(struct v3d_texture_stateobj *texstate,
37 struct pipe_sampler_view *texture = texstate->textures[data];
49 get_texture_size(struct v3d_texture_stateobj *texstate,
53 struct pipe_sampler_view *texture = texstate->textures[data];
109 struct v3d_texture_stateobj *texstate,
113 struct pipe_sampler_state *psampler = texstate->samplers[unit];
123 struct v3d_texture_stateobj *texstate,
132 struct pipe_sampler_view *psview = texstate->textures[unit];
136 .texture_state_record_base_address = texstate->texture_state[unit],
151 struct v3d_texture_stateobj *texstate,
213 struct v3d_texture_stateobj *texstate = &v3d->tex[stage]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_fs.c 149 struct r300_textures_state *texstate = r300->textures_state.state; local
154 for (i = 0; i < texstate->sampler_state_count; i++) {
155 struct r300_sampler_state *s = texstate->sampler_states[i];
156 struct r300_sampler_view *v = texstate->sampler_views[i];
r300_state_derived.c 791 struct r300_texture_sampler_state *texstate; local
816 texstate = &state->regs[i];
817 texstate->format = view->format;
818 texstate->filter0 = sampler->filter0;
819 texstate->filter1 = sampler->filter1;
822 texstate->border_color =
851 &texstate->format);
852 texstate->format.tile_config |= offset & 0xffffffe0;
857 texstate->format.format1 |= view->texcache_region;
879 texstate->format.format1 |
    [all...]
r300_emit.c 122 struct r300_textures_state* texstate = r300->textures_state.state; local
135 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
143 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
895 struct r300_texture_sampler_state *texstate; local
906 texstate = &allstate->regs[i];
909 OUT_CS_REG(R300_TX_FILTER0_0 + (i * 4), texstate->filter0);
910 OUT_CS_REG(R300_TX_FILTER1_0 + (i * 4), texstate->filter1);
912 texstate->border_color);
914 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0);
915 OUT_CS_REG(R300_TX_FORMAT1_0 + (i * 4), texstate->format.format1)
1311 struct r300_textures_state *texstate = local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_fs.c 149 struct r300_textures_state *texstate = r300->textures_state.state; local
154 for (i = 0; i < texstate->sampler_state_count; i++) {
155 struct r300_sampler_state *s = texstate->sampler_states[i];
156 struct r300_sampler_view *v = texstate->sampler_views[i];
r300_state_derived.c 791 struct r300_texture_sampler_state *texstate; local
816 texstate = &state->regs[i];
817 texstate->format = view->format;
818 texstate->filter0 = sampler->filter0;
819 texstate->filter1 = sampler->filter1;
822 texstate->border_color =
851 &texstate->format);
852 texstate->format.tile_config |= offset & 0xffffffe0;
857 texstate->format.format1 |= view->texcache_region;
879 texstate->format.format1 |
    [all...]
r300_emit.c 122 struct r300_textures_state* texstate = r300->textures_state.state; local
135 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
143 tex = r300_resource(texstate->sampler_views[constant->u.State[1]]->base.texture);
892 struct r300_texture_sampler_state *texstate; local
903 texstate = &allstate->regs[i];
906 OUT_CS_REG(R300_TX_FILTER0_0 + (i * 4), texstate->filter0);
907 OUT_CS_REG(R300_TX_FILTER1_0 + (i * 4), texstate->filter1);
909 texstate->border_color);
911 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0);
912 OUT_CS_REG(R300_TX_FORMAT1_0 + (i * 4), texstate->format.format1)
1308 struct r300_textures_state *texstate = local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 55 #include "texstate.h"
512 struct texture_state *texstate = CALLOC_STRUCT(texture_state); local
515 if (!texstate) {
520 if (!save_attrib_data(&head, GL_TEXTURE_BIT, texstate)) {
521 free(texstate);
529 memcpy(&texstate->Texture, &ctx->Texture, sizeof(ctx->Texture));
536 _mesa_reference_texobj(&texstate->SavedTexRef[u][tex],
544 _mesa_copy_texture_object(&texstate->SavedObj[u][tex],
549 _mesa_reference_shared_state(ctx, &texstate->SharedRef, ctx->Shared);
798 pop_texture_group(struct gl_context *ctx, struct texture_state *texstate)
1471 struct texture_state *texstate local
1870 struct texture_state *texstate = (struct texture_state*)attr->data; local
    [all...]

Completed in 16 milliseconds