Home
last modified time | relevance | path

Searched refs:semantic_id (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h48 uint32_t semantic_id,
97 uint32_t semantic_id() const { return m_semantic_id;} in semantic_id() function
Dsfn_instruction_fetch.cpp90 uint32_t semantic_id, in FetchInstruction() argument
112 m_semantic_id(semantic_id), in FetchInstruction()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h609 unsigned semantic_id:8; member
Dsb_bc_builder.cpp645 .SEMANTIC_ID(bc.semantic_id) in build_fetch_vtx()
Dsb_bc_decoder.cpp621 bc.semantic_id = w1.get_SEMANTIC_ID(); in decode_fetch_vtx()