Home
last modified time | relevance | path

Searched refs:shid (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_shader.h48 uint32_t shid; member
54 assert(!shader || shader->shid != SVGA3D_INVALID_ID); in svga_winsys_shader()
H A Dvmw_shader.c56 vmw_ioctl_shader_destroy(dst->screen, dst->shid); in vmw_svga_winsys_shader_reference()
60 dst->shid = SVGA3D_INVALID_ID; in vmw_svga_winsys_shader_reference()
H A Dvmw_context.c574 uint32 *shid, in vmw_swc_shader_relocation()
586 *shid = SVGA3D_INVALID_ID; in vmw_swc_shader_relocation()
611 if (shid) in vmw_swc_shader_relocation()
612 *shid = vshader->shid; in vmw_swc_shader_relocation()
716 shader->shid = shaderId; in vmw_svga_winsys_vgpu10_shader_create()
573 vmw_swc_shader_relocation(struct svga_winsys_context *swc, uint32 *shid, uint32 *mobid, uint32 *offset, struct svga_winsys_gb_shader *shader, unsigned flags) vmw_swc_shader_relocation() argument
H A Dvmw_screen.h228 vmw_ioctl_shader_destroy(struct vmw_winsys_screen *vws, uint32 shid);
H A Dvmw_screen_svga.c747 shader->shid = vmw_ioctl_shader_create(vws, type, bytecodeLen); in vmw_svga_winsys_shader_create()
748 if (shader->shid == SVGA3D_INVALID_ID) in vmw_svga_winsys_shader_create()
H A Dvmw_screen_ioctl.c902 vmw_ioctl_shader_destroy(struct vmw_winsys_screen *vws, uint32 shid) in vmw_ioctl_shader_destroy() argument
909 sh_arg.handle = shid; in vmw_ioctl_shader_destroy()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c638 uint32 shid, // IN in SVGA3D_DefineShader()
654 cmd->shid = shid; in SVGA3D_DefineShader()
684 uint32 shid, // IN in SVGA3D_DestroyShader()
696 cmd->shid = shid; in SVGA3D_DestroyShader()
849 uint32 shid) // IN in SVGA3D_SetShader()
863 cmd->shid = shid; in SVGA3D_SetShader()
1644 swc->shader_relocation(swc, &cmd->shid, in SVGA3D_BindGBShader()
637 SVGA3D_DefineShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen) SVGA3D_DefineShader() argument
683 SVGA3D_DestroyShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type) SVGA3D_DestroyShader() argument
847 SVGA3D_SetShader(struct svga_winsys_context *swc, SVGA3dShaderType type, uint32 shid) SVGA3D_SetShader() argument
[all...]
H A Dsvga_cmd.h223 uint32 shid, SVGA3dShaderType type,
228 uint32 shid, SVGA3dShaderType type);
245 SVGA3dShaderType type, uint32 shid);
H A Dsvga_winsys.h330 uint32 *shid,
H A Dsvga_cmd_vgpu10.c1104 bcmd->shid = shaderId; in SVGA3D_vgpu10_DefineAndBindShader()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1063 uint32 shid; member
1074 uint32 shid; member
1101 uint32 shid; member
2011 uint32 shid; member
2025 uint32 shid; member
2039 uint32 shid; member
H A Dsvga3d_dx.h1818 uint32 shid; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c579 _debug_printf("\t\t.shid = %u\n", (*cmd).shid); in dump_SVGA3dCmdSetShader()
966 _debug_printf("\t\t.shid = %u\n", (*cmd).shid); in dump_SVGA3dCmdDefineShader()
1282 _debug_printf("\t\t.shid = %u\n", (*cmd).shid); in dump_SVGA3dCmdDestroyShader()
1415 _debug_printf("\t\t.shid = %u\n", cmd->shid); in dump_SVGA3dCmdDefineGBShader()
1423 _debug_printf("\t\t.shid = %u\n", cmd->shid); in dump_SVGA3dCmdBindGBShader()
[all...]

Completed in 27 milliseconds