HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_FILE_IMAGE (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 124 if (decl->Declaration.File == TGSI_FILE_IMAGE) {
tgsi_scan.c 52 file == TGSI_FILE_IMAGE ||
262 if (src->Register.File == TGSI_FILE_IMAGE) {
404 if (dst->Register.File == TGSI_FILE_IMAGE) {
478 case TGSI_FILE_IMAGE:
tgsi_dump.c 378 if (decl->Declaration.File == TGSI_FILE_IMAGE) {
tgsi_ureg.c 754 struct ureg_src reg = ureg_src_register(TGSI_FILE_IMAGE, index);
    [all...]
tgsi_build.c 482 if (full_decl->Declaration.File == TGSI_FILE_IMAGE) {
    [all...]
tgsi_exec.c     [all...]
tgsi_text.c     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 74 TGSI_FILE_IMAGE,
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 408 case TGSI_FILE_IMAGE: return nv50_ir::FILE_MEMORY_GLOBAL;
1031 images.resize(scan.file_max[TGSI_FILE_IMAGE] + 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c     [all...]

Completed in 172 milliseconds