Home
last modified time | relevance | path

Searched refs:sgnLen (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c80 uint32 sgnLen) in vmw_svga_shader_create() argument
94 bytecodeLen + sgnLen); in vmw_svga_shader_create()
110 if (sgnLen) { in vmw_svga_shader_create()
113 memcpy(map, sgnInfo, sgnLen); in vmw_svga_shader_create()
Dvmw_shader.h74 uint32 sgnLen);
Dvmw_context.c707 uint32 sgnLen) in vmw_svga_winsys_vgpu10_shader_create() argument
712 bytecodeLen, sgnInfo, sgnLen); in vmw_svga_winsys_vgpu10_shader_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h457 uint32 sgnLen);
Dsvga_tgsi_vgpu10.c12800 unsigned sgnLen; in copy_shader_signature() local
12807 sgnLen = in copy_shader_signature()
12809 memcpy(sgnBuf, &sgn->inputs[0], sgnLen); in copy_shader_signature()
12810 sgnBuf += sgnLen; in copy_shader_signature()
12814 sgnLen = in copy_shader_signature()
12816 memcpy(sgnBuf, &sgn->outputs[0], sgnLen); in copy_shader_signature()
12817 sgnBuf += sgnLen; in copy_shader_signature()
12821 sgnLen = in copy_shader_signature()
12823 memcpy(sgnBuf, &sgn->patchConstants[0], sgnLen); in copy_shader_signature()