Searched refs:fd6_texture_state (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h158 struct fd6_texture_state { struct
165 struct fd6_texture_state *
166 fd6_texture_state(struct fd_context *ctx, enum pipe_shader_type type,
171 const struct fd6_texture_state *tex);
172 void __fd6_texture_state_destroy(struct fd6_texture_state *tex);
175 fd6_texture_state_reference(struct fd6_texture_state **ptr,
176 struct fd6_texture_state *tex)
178 struct fd6_texture_state *old_tex = *ptr;
H A Dfd6_texture.c43 struct fd6_texture_state *tex = entry->data;
143 struct fd6_texture_state *state = entry->data;
352 struct fd6_texture_state *state = entry->data;
384 struct fd6_texture_state *
385 fd6_texture_state(struct fd_context *ctx, enum pipe_shader_type type, function in typeref:struct:fd6_texture_state *
389 struct fd6_texture_state *state = NULL;
436 state = CALLOC_STRUCT(fd6_texture_state);
458 __fd6_texture_state_describe(char *buf, const struct fd6_texture_state *tex)
460 sprintf(buf, "fd6_texture_state<%p>", tex);
464 __fd6_texture_state_destroy(struct fd6_texture_state *stat
[all...]
H A Dfd6_emit.c517 struct fd6_texture_state *tex =
518 fd6_texture_state(ctx, type, &ctx->tex[type]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h148 struct fd6_texture_state { struct
154 struct fd6_texture_state * fd6_texture_state(struct fd_context *ctx,
H A Dfd6_texture.c39 static void fd6_texture_state_destroy(struct fd6_texture_state *state);
155 struct fd6_texture_state *state = entry->data;
332 struct fd6_texture_state *state = entry->data;
366 struct fd6_texture_state *
367 fd6_texture_state(struct fd_context *ctx, enum pipe_shader_type type, function in typeref:struct:fd6_texture_state *
409 struct fd6_texture_state *state = CALLOC_STRUCT(fd6_texture_state);
428 fd6_texture_state_destroy(struct fd6_texture_state *state)
H A Dfd6_emit.c594 struct fd6_texture_state *tex = fd6_texture_state(ctx,

Completed in 8 milliseconds