Searched refs:semantic_id (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_fetch.h | 48 uint32_t semantic_id, 97 uint32_t semantic_id() const { return m_semantic_id;} function in class:r600::FetchInstruction
|
| H A D | sfn_instruction_fetch.cpp | 90 uint32_t semantic_id, 112 m_semantic_id(semantic_id), 79 FetchInstruction(EVFetchInstr vc_opcode,EVFetchType fetch_type,EVTXDataFormat data_format,EVFetchNumFormat num_format,EVFetchEndianSwap endian_swap,const PValue src,const GPRVector dst,uint32_t offset,bool is_mega_fetch,uint32_t mega_fetch_count,uint32_t buffer_id,uint32_t semantic_id,EBufferIndexMode buffer_index_mode,bool uncached,bool indexed,int array_base,int array_size,int elm_size,PValue buffer_offset,const std::array<int,4> & dest_swizzle) argument
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | r600_shader.h | 306 #define VTX_DWORD1_SEM(semantic_id, dsx, dsy, dsz, dsw, ucf, data_format, nfa, fca, sma) \ 307 cpu_to_le32((((semantic_id) << 0) | ((dsx) << 9) | ((dsy) << 12) | ((dsz) << 15) | ((dsw) << 18) | \
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | r600_shader.h | 306 #define VTX_DWORD1_SEM(semantic_id, dsx, dsy, dsz, dsw, ucf, data_format, nfa, fca, sma) \ 307 cpu_to_le32((((semantic_id) << 0) | ((dsx) << 9) | ((dsy) << 12) | ((dsz) << 15) | ((dsw) << 18) | \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 575 unsigned semantic_id:8; member in struct:r600_sb::bc_fetch
|
| H A D | sb_bc_builder.cpp | 645 .SEMANTIC_ID(bc.semantic_id)
|
| H A D | sb_bc_decoder.cpp | 621 bc.semantic_id = w1.get_SEMANTIC_ID();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc.h | 609 unsigned semantic_id:8; member in struct:r600_sb::bc_fetch
|
| H A D | sb_bc_builder.cpp | 645 .SEMANTIC_ID(bc.semantic_id)
|
| H A D | sb_bc_decoder.cpp | 622 bc.semantic_id = w1.get_SEMANTIC_ID();
|
Completed in 13 milliseconds