Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c204 struct softpipe_resource *sp_tex = softpipe_resource(tex); in prepare_shader_sampling() local
215 if (!sp_tex->dt) { in prepare_shader_sampling()
225 addr = sp_tex->data; in prepare_shader_sampling()
228 mip_offsets[j] = sp_tex->level_offset[j]; in prepare_shader_sampling()
229 row_stride[j] = sp_tex->stride[j]; in prepare_shader_sampling()
230 img_stride[j] = sp_tex->img_stride[j]; in prepare_shader_sampling()
239 sp_tex->img_stride[j]; in prepare_shader_sampling()
251 addr = sp_tex->data; in prepare_shader_sampling()
267 addr = winsys->displaytarget_map(winsys, sp_tex->dt, in prepare_shader_sampling()
269 row_stride[0] = sp_tex in prepare_shader_sampling()
291 struct softpipe_resource *sp_tex = softpipe_resource(tex); sp_sampler_view_display_target_unmap() local
[all...]

Completed in 2 milliseconds