Home
last modified time | relevance | path

Searched refs:svga_tes_variant (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h247 struct svga_tes_variant struct
492 static inline struct svga_tes_variant *
493 svga_tes_variant(struct svga_shader_variant *variant) in svga_tes_variant() function
496 return (struct svga_tes_variant *)variant; in svga_tes_variant()
Dsvga_state_ts.c86 struct svga_tes_variant *tes = svga_tes_variant(svga->state.hw_draw.tes); in make_tcs_key()
Dsvga_shader.c574 variant = CALLOC(1, sizeof(struct svga_tes_variant)); in svga_new_shader_variant()
Dsvga_tgsi_vgpu10.c11225 struct svga_tes_variant *tes_variant = svga_tes_variant(variant); in svga_tgsi_vgpu10_translate()