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

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 55 struct svga_texture *dtex, *stex; local
58 stex = svga_texture(src_tex);
76 stex->handle, srcSubResource, &box);
81 stex->handle, srcSubResource, &box);
125 struct svga_texture *stex, *dtex; local
162 stex = svga_texture(src_tex);
172 stex->handle != dtex->handle &&
175 stex->b.b.nr_samples == dtex->b.b.nr_samples) {
194 stex->handle,
245 struct svga_texture *dtex, *stex; local
    [all...]
svga_surface.c 439 struct svga_texture *stex = svga_texture(s->base.texture); local
441 if (stex->validated == FALSE) {
442 assert(stex->handle);
449 ret = SVGA3D_InvalidateGBSurface(svga->swc, stex->handle);
454 stex->validated = TRUE;
476 const struct svga_texture *stex = svga_texture(s->base.texture); local
483 (stex->key.format == SVGA3D_B8G8R8X8_UNORM ||
484 stex->key.format == SVGA3D_B8G8R8X8_TYPELESS)) {
svga_state_fs.c 283 struct svga_texture *stex = svga_texture(tex); local
284 SVGA3dSurfaceFormat format = stex->key.format;

Completed in 123 milliseconds