Searched refs:src_texture (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 343 ir_variable *src_texture[MAX_TEXTURE_COORD_UNITS]; member in class:texenv_fragment_program 395 return new(p->mem_ctx) ir_dereference_variable(p->src_texture[unit]); 406 ir_dereference_variable(p->src_texture[src - TEXENV_SRC_TEXTURE0]); 728 if (p->src_texture[unit]) 748 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 750 p->emit(p->src_texture[unit]); 752 p->emit(assign(p->src_texture[unit], new(p->mem_ctx) ir_constant(0.0f))); 814 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 848 p->emit(assign(p->src_texture[unit], tex)); 1091 p.src_texture[uni [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 342 ir_variable *src_texture[MAX_TEXTURE_COORD_UNITS]; member in class:texenv_fragment_program 386 return new(p->mem_ctx) ir_dereference_variable(p->src_texture[unit]); 397 ir_dereference_variable(p->src_texture[src - TEXENV_SRC_TEXTURE0]); 719 if (p->src_texture[unit]) 737 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 739 p->emit(p->src_texture[unit]); 741 p->emit(assign(p->src_texture[unit], new(p->mem_ctx) ir_constant(0.0f))); 803 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 837 p->emit(assign(p->src_texture[unit], tex)); 1080 p.src_texture[uni [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| H A D | xa_renderer.c | 387 struct pipe_resource *src_texture, 439 src_texture, src_texture->format); 440 src_view = pipe->create_sampler_view(pipe, src_texture, &templ); 446 if (src_texture->format == PIPE_FORMAT_L8_UNORM || 447 src_texture->format == PIPE_FORMAT_R8_UNORM) 385 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) argument
|
| H A D | xa_priv.h | 264 struct pipe_resource *src_texture,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| H A D | xa_renderer.c | 395 struct pipe_resource *src_texture, 447 src_texture, src_texture->format); 448 src_view = pipe->create_sampler_view(pipe, src_texture, &templ); 454 if (src_texture->format == PIPE_FORMAT_L8_UNORM || 455 src_texture->format == PIPE_FORMAT_R8_UNORM) 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) argument
|
| H A D | xa_priv.h | 264 struct pipe_resource *src_texture,
|
Completed in 10 milliseconds