Searched refs:bytecodeLen (Results 1 – 6 of 6) sorted by relevance
380 uint32 bytecodeLen) in vmw_svga_winsys_shader_create() argument395 bytecodeLen); in vmw_svga_winsys_shader_create()403 memcpy(code, bytecode, bytecodeLen); in vmw_svga_winsys_shader_create()407 shader->shid = vmw_ioctl_shader_create(vws, type, bytecodeLen); in vmw_svga_winsys_shader_create()
245 uint32 bytecodeLen);
724 uint32 bytecodeLen) in vmw_svga_winsys_vgpu10_shader_create() argument730 bytecodeLen); in vmw_svga_winsys_vgpu10_shader_create()
429 uint32 bytecodeLen);691 uint32 bytecodeLen);
639 uint32 bytecodeLen) // IN in SVGA3D_DefineShader() argument643 assert(bytecodeLen % 4 == 0); in SVGA3D_DefineShader()646 SVGA_3D_CMD_SHADER_DEFINE, sizeof *cmd + bytecodeLen, in SVGA3D_DefineShader()654 memcpy(&cmd[1], bytecode, bytecodeLen); in SVGA3D_DefineShader()
224 const uint32 *bytecode, uint32 bytecodeLen);