Home
last modified time | relevance | path

Searched refs:TGSI_FILE_TEMPORARY_ARRAY (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h78 TGSI_FILE_TEMPORARY_ARRAY =11, enumerator
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp310 case TGSI_FILE_TEMPORARY_ARRAY: return nv50_ir::FILE_MEMORY_LOCAL; in translateFile()
909 case TGSI_FILE_TEMPORARY_ARRAY: in scanDeclaration()
1300 case TGSI_FILE_TEMPORARY_ARRAY: in getArrayForFile()
1362 f == TGSI_FILE_TEMPORARY_ARRAY || in acquireDst()
1420 f == TGSI_FILE_TEMPORARY_ARRAY || in storeDst()
2320 lData.back().setup(TGSI_FILE_TEMPORARY_ARRAY, i, vol, len, dim, 4, in Converter()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1119 case TGSI_FILE_TEMPORARY_ARRAY: in fetch_src_file_channel()
1505 case TGSI_FILE_TEMPORARY_ARRAY: in store_dest()