Home
last modified time | relevance | path

Searched refs:TGSI_FILE_SAMPLER_VIEW (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h80 TGSI_FILE_SAMPLER_VIEW =13, enumerator
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c139 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_parse_token()
Dtgsi_ureg.c636 struct ureg_src reg = ureg_src_register(TGSI_FILE_SAMPLER_VIEW, index); in ureg_DECL_sampler_view()
901 assert(dst.File != TGSI_FILE_SAMPLER_VIEW); in ureg_emit_dst()
1340 out[0].decl.File = TGSI_FILE_SAMPLER_VIEW; in emit_decl_sampler_view()
Dtgsi_dump.c297 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in iter_declaration()
Dtgsi_build.c462 if (full_decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_build_full_declaration()
Dtgsi_text.c1144 } else if (file == TGSI_FILE_SAMPLER_VIEW) { in parse_declaration()
Dtgsi_exec.c2341 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in exec_declaration()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp656 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()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1972 Follows Declaration token if file is TGSI_FILE_SAMPLER_VIEW.