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.c520 switch (emit->sampler_target[idx]) { in svga_tgsi_sampler_type()
605 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.c138 ubyte sampler_target[PIPE_MAX_SAMPLERS]; /**< TGSI_TEXTURE_x */ member
2326 emit->sampler_target[unit] = decl->SamplerView.Resource; in emit_vgpu10_declaration()
2904 if (emit->sampler_target[i] == TGSI_TEXTURE_BUFFER) { in emit_constant_declaration()
3059 tgsi_texture_to_resource_dimension(emit->sampler_target[i], in emit_resource_declarations()
5324 if (emit->sampler_target[unit] == TGSI_TEXTURE_BUFFER) { in emit_txq()
6448 emit->sampler_target[unit] = TGSI_TEXTURE_2D; in transform_fs_pstipple()
Dsvga_tgsi_insn.c3703 emit->sampler_target[unit] = TGSI_TEXTURE_2D; in svga_shader_emit_instructions()