Searched refs:src_texture (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 395 struct pipe_resource *src_texture, in renderer_copy_prepare() 447 src_texture, src_texture->format); in renderer_copy_prepare() 448 src_view = pipe->create_sampler_view(pipe, src_texture, &templ); in renderer_copy_prepare() 454 if (src_texture->format == PIPE_FORMAT_L8_UNORM || in renderer_copy_prepare() 455 src_texture->format == PIPE_FORMAT_R8_UNORM) in renderer_copy_prepare() 393 renderer_copy_prepare(struct xa_context *r, struct pipe_surface *dst_surface, struct pipe_resource *src_texture, const enum xa_formats src_xa_format, const enum xa_formats dst_xa_format) renderer_copy_prepare() argument
|
H A D | xa_priv.h | 264 struct pipe_resource *src_texture,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 342 ir_variable *src_texture[MAX_TEXTURE_COORD_UNITS]; member in texenv_fragment_program 386 return new(p->mem_ctx) ir_dereference_variable(p->src_texture[unit]); in get_source() 397 ir_dereference_variable(p->src_texture[src - TEXENV_SRC_TEXTURE0]); in get_source() 719 if (p->src_texture[unit]) in load_texture() 737 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture() 739 p->emit(p->src_texture[unit]); in load_texture() 741 p->emit(assign(p->src_texture[unit], new(p->mem_ctx) ir_constant(0.0f))); in load_texture() 803 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture() 837 p->emit(assign(p->src_texture[unit], tex)); in load_texture() 1077 p.src_texture[uni in create_new_program() [all...] |
Completed in 3 milliseconds