HomeSort by relevance Sort by last modified time
    Searched refs:ir3_shader_key (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.h 42 bool ir3_key_lowers_nir(const struct ir3_shader_key *key);
44 const struct ir3_shader_key *key);
ir3_shader.h 54 struct ir3_shader_key { struct
100 ir3_shader_key_equal(struct ir3_shader_key *a, struct ir3_shader_key *b)
104 return memcmp(a, b, sizeof(struct ir3_shader_key)) == 0;
114 struct ir3_shader_key key;
264 struct ir3_shader_key key, struct pipe_debug_callback *debug);
ir3_nir.c 69 ir3_key_lowers_nir(const struct ir3_shader_key *key)
108 const struct ir3_shader_key *key)
ir3_shader.c 144 struct ir3_shader_key key = v->key;
182 create_variant(struct ir3_shader *shader, struct ir3_shader_key key)
215 ir3_shader_variant(struct ir3_shader *shader, struct ir3_shader_key key,
311 static struct ir3_shader_key key;
ir3_cmdline.c 155 struct ir3_shader_key key = {};
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_context.h 71 struct ir3_shader_key last_key;
fd3_emit.h 50 struct ir3_shader_key key;
fd3_draw.c 97 fixup_shader_state(struct fd_context *ctx, struct ir3_shader_key *key)
100 struct ir3_shader_key *last_key = &fd3_ctx->last_key;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_context.h 75 struct ir3_shader_key last_key;
fd4_emit.h 50 struct ir3_shader_key key;
fd4_draw.c 81 fixup_shader_state(struct fd_context *ctx, struct ir3_shader_key *key)
84 struct ir3_shader_key *last_key = &fd4_ctx->last_key;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_context.h 82 struct ir3_shader_key last_key;
fd5_emit.h 46 struct ir3_shader_key key;
fd5_draw.c 74 fixup_shader_state(struct fd_context *ctx, struct ir3_shader_key *key)
77 struct ir3_shader_key *last_key = &fd5_ctx->last_key;

Completed in 77 milliseconds