Searched defs:resource_id (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | binary.hpp | 33 typedef uint32_t resource_id; typedef
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.h | 120 unsigned resource_id() const {return m_resource_id;} in resource_id() function in r600::TexInstr
|
H A D | sfn_instr_fetch.h | 81 uint32_t resource_id() const {return m_resource_id;} in resource_id() function in r600::FetchInstr
|
H A D | sfn_instr_fetch.cpp | 38 FetchInstr(EVFetchInstr opcode, const RegisterVec4& dst, const RegisterVec4::Swizzle& dest_swizzle, PRegister src, uint32_t src_offset, EVFetchType fetch_type, EVTXDataFormat data_format, EVFetchNumFormat num_format, EVFetchEndianSwap endian_swap, uint32_t resource_id, PRegister resource_offset) FetchInstr() argument
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | io.h | 276 uint32_t resource_id[6]; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 75 unsigned resource_id; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc.h | 574 unsigned resource_id:8; member
|
Completed in 33 milliseconds