Searched refs:src_texture (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
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[unit] = NULL; in create_new_program()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 395 struct pipe_resource *src_texture, in renderer_copy_prepare() argument 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()
|
D | xa_priv.h | 264 struct pipe_resource *src_texture,
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11pluginutils.cpp | 747 ID3D11Resource *dst_texture, *src_texture; in gst_d3d11_buffer_copy_into() local 790 src_texture = (ID3D11Resource *) src_info.data; in gst_d3d11_buffer_copy_into() 806 src_texture, src_subidx, &src_box); in gst_d3d11_buffer_copy_into()
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.c | 157 ID3D11Texture2D * src_texture, const D3D11_TEXTURE2D_DESC * src_desc, 975 _copy_dirty_fragment (DxgiCapture * self, ID3D11Texture2D * src_texture, in _copy_dirty_fragment() argument 998 (ID3D11Resource *) src_texture, &shader_desc, &shader_resource); in _copy_dirty_fragment()
|