Searched refs:resource_id (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dmodule.hpp31 typedef uint32_t resource_id; typedef in struct:clover::module
45 section(resource_id id, enum type type, size_t size,
50 resource_id id;
108 symbol(const std::string &name, resource_id section,
114 resource_id section;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dbinary.hpp33 typedef uint32_t resource_id; typedef in struct:clover::binary
47 section(resource_id id, enum type type, size_t size,
52 resource_id id;
139 resource_id section, size_t offset,
151 resource_id section;
/xsrc/external/mit/libFS/dist/src/
H A DFSOpenFont.c84 req->fid = fid = svr->resource_id++;
H A DFSOpenServ.c229 svr->resource_id = 1;
H A DFSlibInt.c428 return (svr->resource_base + (svr->resource_id++ << svr->resource_shift));
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_error.c77 error.resourceID = err->resource_id;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_error.c77 error.resourceID = err->resource_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.h82 unsigned resource_id() const {return m_resource_id;} function in class:r600::TexInstruction
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb.h190 uint32_t resource_id; /** < Resource ID for requests with side effects only */ member in struct:__anon9b8475e60608
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dcayman_shader.h268 #define TEX_DWORD0(tex_inst, im, fwq, resource_id, src_gpr, sr, ac, rim, sim) \
269 cpu_to_le32((((tex_inst) << 0) | ((im) << 5) | ((fwq) << 7) | ((resource_id) << 8) | \
H A Devergreen_shader.h269 #define TEX_DWORD0(tex_inst, im, fwq, resource_id, src_gpr, sr, ac, rim, sim) \
270 cpu_to_le32((((tex_inst) << 0) | ((im) << 5) | ((fwq) << 7) | ((resource_id) << 8) | \
H A Dr600_shader.h339 #define TEX_DWORD0(tex_inst, bfm, fwq, resource_id, src_gpr, sr, ac) \
340 cpu_to_le32((((tex_inst) << 0) | ((bfm) << 5) | ((fwq) << 7) | ((resource_id) << 8) | \
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dcayman_shader.h268 #define TEX_DWORD0(tex_inst, im, fwq, resource_id, src_gpr, sr, ac, rim, sim) \
269 cpu_to_le32((((tex_inst) << 0) | ((im) << 5) | ((fwq) << 7) | ((resource_id) << 8) | \
H A Devergreen_shader.h269 #define TEX_DWORD0(tex_inst, im, fwq, resource_id, src_gpr, sr, ac, rim, sim) \
270 cpu_to_le32((((tex_inst) << 0) | ((im) << 5) | ((fwq) << 7) | ((resource_id) << 8) | \
H A Dr600_shader.h339 #define TEX_DWORD0(tex_inst, bfm, fwq, resource_id, src_gpr, sr, ac) \
340 cpu_to_le32((((tex_inst) << 0) | ((bfm) << 5) | ((fwq) << 7) | ((resource_id) << 8) | \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp511 .RESOURCE_ID(bc.resource_id)
521 .RESOURCE_ID(bc.resource_id)
531 .RESOURCE_ID(bc.resource_id)
613 .BUFFER_ID(bc.resource_id)
624 .BUFFER_ID(bc.resource_id)
H A Dsb_bc_decoder.cpp446 bc.resource_id = w0.get_RESOURCE_ID();
455 bc.resource_id = w0.get_RESOURCE_ID();
464 bc.resource_id = w0.get_RESOURCE_ID();
588 bc.resource_id = w0.get_BUFFER_ID();
600 bc.resource_id = w0.get_BUFFER_ID();
H A Dsb_bc.h540 unsigned resource_id:8; member in struct:r600_sb::bc_fetch
H A Dsb_bc_dump.cpp510 s << ", RID:" << n.bc.resource_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp511 .RESOURCE_ID(bc.resource_id)
521 .RESOURCE_ID(bc.resource_id)
531 .RESOURCE_ID(bc.resource_id)
613 .BUFFER_ID(bc.resource_id)
624 .BUFFER_ID(bc.resource_id)
H A Dsb_bc_decoder.cpp446 bc.resource_id = w0.get_RESOURCE_ID();
455 bc.resource_id = w0.get_RESOURCE_ID();
464 bc.resource_id = w0.get_RESOURCE_ID();
589 bc.resource_id = w0.get_BUFFER_ID();
601 bc.resource_id = w0.get_BUFFER_ID();
/xsrc/external/mit/libFS/dist/include/X11/fonts/
H A DFSlib.h131 int resource_id; member in struct:_FSServer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h71 unsigned resource_id; member in struct:r600_bytecode_tex
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h75 unsigned resource_id; member in struct:r600_bytecode_tex
/xsrc/external/mit/xwininfo/dist/
H A Ddsimple.c572 value_type, err->resource_id);

Completed in 26 milliseconds

12