Lines Matching refs:templat
86 struct pipe_resource templat; in hgl_st_framebuffer_validate_textures() local
97 memset(&templat, 0, sizeof(templat)); in hgl_st_framebuffer_validate_textures()
98 templat.target = buffer->target; in hgl_st_framebuffer_validate_textures()
99 templat.width0 = width; in hgl_st_framebuffer_validate_textures()
100 templat.height0 = height; in hgl_st_framebuffer_validate_textures()
101 templat.depth0 = 1; in hgl_st_framebuffer_validate_textures()
102 templat.array_size = 1; in hgl_st_framebuffer_validate_textures()
103 templat.last_level = 0; in hgl_st_framebuffer_validate_textures()
128 templat.format = format; in hgl_st_framebuffer_validate_textures()
129 templat.bind = bind; in hgl_st_framebuffer_validate_textures()
131 &templat); in hgl_st_framebuffer_validate_textures()