Searched refs:TGSI_FILE_SAMPLER_VIEW (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c139 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) {
H A Dtgsi_ureg.c636 struct ureg_src reg = ureg_src_register(TGSI_FILE_SAMPLER_VIEW, index);
901 assert(dst.File != TGSI_FILE_SAMPLER_VIEW);
1340 out[0].decl.File = TGSI_FILE_SAMPLER_VIEW;
H A Dtgsi_dump.c297 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) {
H A Dtgsi_build.c462 if (full_decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) {
H A Dtgsi_text.c1144 } else if (file == TGSI_FILE_SAMPLER_VIEW) {
H A Dtgsi_exec.c2341 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) {
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h80 TGSI_FILE_SAMPLER_VIEW =13, enumerator in enum:tgsi_file_type
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp656 samplerViewCount = scan.file_max[TGSI_FILE_SAMPLER_VIEW] + 1;
880 case TGSI_FILE_SAMPLER_VIEW:
1007 case TGSI_FILE_SAMPLER_VIEW: {

Completed in 411 milliseconds