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

  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 77 TGSI_FILE_MEMORY,
140 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 409 case TGSI_FILE_MEMORY: return nv50_ir::FILE_MEMORY_GLOBAL;
1033 memoryFiles.resize(scan.file_max[TGSI_FILE_MEMORY] + 1);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 394 if (decl->Declaration.File == TGSI_FILE_MEMORY) {
tgsi_ureg.c 803 struct ureg_src reg = ureg_src_register(TGSI_FILE_MEMORY, memory_type);
    [all...]
tgsi_text.c     [all...]
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 952 case TGSI_FILE_MEMORY:
    [all...]
si_shader.c     [all...]

Completed in 62 milliseconds