Searched defs:shid (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_shader.h47 uint32_t shid; member in struct:vmw_svga_winsys_shader
53 assert(!shader || shader->shid != SVGA3D_INVALID_ID);
H A Dvmw_context.c542 uint32 *shid,
554 *shid = SVGA3D_INVALID_ID;
583 if (shid)
584 *shid = vshader->shid;
699 shader->shid = shaderId;
541 vmw_swc_shader_relocation(struct svga_winsys_context *swc, uint32 *shid, uint32 *mobid, uint32 *offset, struct svga_winsys_gb_shader *shader, unsigned flags) argument
H A Dvmw_screen_ioctl.c775 vmw_ioctl_shader_destroy(struct vmw_winsys_screen *vws, uint32 shid) argument
782 sh_arg.handle = shid;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c634 uint32 shid, // IN
650 cmd->shid = shid;
680 uint32 shid, // IN
692 cmd->shid = shid;
845 uint32 shid) // IN
859 cmd->shid = shid;
1638 swc->shader_relocation(swc, &cmd->shid,
633 SVGA3D_DefineShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen) argument
679 SVGA3D_DestroyShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type) argument
843 SVGA3D_SetShader(struct svga_winsys_context *swc, SVGA3dShaderType type, uint32 shid) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1302 uint32 shid; member in struct:SVGA3dCmdDXBindShader
H A Dsvga3d_cmd.h964 uint32 shid; member in struct:__anon16517
975 uint32 shid; member in struct:__anon16518
1002 uint32 shid; member in struct:__anon16520
1857 uint32 shid; member in struct:SVGA3dCmdDefineGBShader
1871 uint32 shid; member in struct:SVGA3dCmdBindGBShader
1885 uint32 shid; member in struct:SVGA3dCmdDestroyGBShader

Completed in 904 milliseconds