Searched refs:TGSI_FILE_SAMPLER_VIEW (Results 1 – 8 of 8) sorted by relevance
80 TGSI_FILE_SAMPLER_VIEW =13, enumerator
139 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_parse_token()
297 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in iter_declaration()
462 if (full_decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_build_full_declaration()
1144 } else if (file == TGSI_FILE_SAMPLER_VIEW) { in parse_declaration()
2341 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in exec_declaration()
656 samplerViewCount = scan.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; in scanSource()880 case TGSI_FILE_SAMPLER_VIEW: in scanDeclaration()1007 case TGSI_FILE_SAMPLER_VIEW: { in getTexture()
1972 Follows Declaration token if file is TGSI_FILE_SAMPLER_VIEW.