Home
last modified time | relevance | path

Searched refs:sampler_target (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c522 switch (emit->sampler_target[idx]) { in svga_tgsi_sampler_type()
611 emit->sampler_target[unit] = decl->SamplerView.Resource; in svga_translate_decl_sm30()
Dsvga_tgsi_emit.h141 uint8_t sampler_target[PIPE_MAX_SAMPLERS]; member
Dsvga_tgsi_vgpu10.c241 ubyte sampler_target[PIPE_MAX_SAMPLERS]; /**< TGSI_TEXTURE_x */ member
4664 emit->sampler_target[unit] = decl->SamplerView.Resource; in emit_vgpu10_declaration()
5616 if (emit->sampler_target[i] == TGSI_TEXTURE_BUFFER) { in emit_constant_declaration()
5780 tgsi_texture_to_resource_dimension(emit->sampler_target[i], in emit_resource_declarations()
8509 if (emit->sampler_target[unit] == TGSI_TEXTURE_BUFFER) { in emit_txq()
10833 emit->sampler_target[unit] = TGSI_TEXTURE_2D; in transform_fs_pstipple()
Dsvga_tgsi_insn.c3704 emit->sampler_target[unit] = TGSI_TEXTURE_2D; in svga_shader_emit_instructions()