Searched refs:bytecodeLen (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_shader.c | 78 uint32 bytecodeLen, in vmw_svga_shader_create() argument 94 bytecodeLen + sgnLen); in vmw_svga_shader_create() 107 memcpy(map, bytecode, bytecodeLen); in vmw_svga_shader_create() 112 map = (char *)map + bytecodeLen; in vmw_svga_shader_create()
|
D | vmw_screen_svga.c | 416 uint32 bytecodeLen) in vmw_svga_winsys_shader_create() argument 431 bytecodeLen); in vmw_svga_winsys_shader_create() 439 memcpy(code, bytecode, bytecodeLen); in vmw_svga_winsys_shader_create() 443 shader->shid = vmw_ioctl_shader_create(vws, type, bytecodeLen); in vmw_svga_winsys_shader_create()
|
D | vmw_shader.h | 72 uint32 bytecodeLen,
|
D | vmw_screen.h | 255 uint32 bytecodeLen);
|
D | vmw_context.c | 705 uint32 bytecodeLen, in vmw_svga_winsys_vgpu10_shader_create() argument 712 bytecodeLen, sgnInfo, sgnLen); in vmw_svga_winsys_vgpu10_shader_create()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_winsys.h | 438 uint32 bytecodeLen, 716 uint32 bytecodeLen);
|
D | svga_cmd.c | 639 uint32 bytecodeLen) // IN in SVGA3D_DefineShader() argument 643 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()
|
D | svga_cmd.h | 224 const uint32 *bytecode, uint32 bytecodeLen);
|