Home
last modified time | relevance | path

Searched refs:NV50_SEMANTIC_LAYER (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_driver.h76 #define NV50_SEMANTIC_LAYER (TGSI_SEMANTIC_COUNT + 5) macro
Dnv50_ir_target_nv50.cpp523 case NV50_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break; in recordLocation()
Dnv50_ir_from_sm4.cpp17 case NV50_SEMANTIC_LAYER: return nv50_ir::SV_LAYER; in irSemantic()
651 case SV_LAYER: return NV50_SEMANTIC_LAYER; in tgsiSemantic()
771 info.out[r].sn = NV50_SEMANTIC_LAYER; in parseSignature()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_program.c84 case NV50_SEMANTIC_LAYER: return 0x064; in nvc0_shader_output_address()