Searched refs:sampler_id (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h85 unsigned sampler_id; member in struct:r600_bytecode_tex
H A Dr600_shader.c462 tex.sampler_id = bytes[bytes_read++];
3791 tex.sampler_id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg);
3792 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS;
4080 tex.sampler_id = tgsi_tex_get_src_gpr(ctx, sampler_src_reg);
4081 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS;
H A Dr600_asm.c1755 S_SQ_TEX_WORD2_SAMPLER_ID(tex->sampler_id) |
2556 fprintf(stderr, "SAMPLER_ID:%d ", tex->sampler_id);

Completed in 54 milliseconds