Home
last modified time | relevance | path

Searched refs:SetSamplers (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp194 SetSamplers(enum pipe_shader_type shader_type, // IN in SetSamplers() function
658 SetSamplers(PIPE_SHADER_VERTEX, hDevice, Offset, NumSamplers, phSamplers); in VsSetSamplers()
794 SetSamplers(PIPE_SHADER_GEOMETRY, hDevice, Offset, NumSamplers, phSamplers); in GsSetSamplers()
1106 SetSamplers(PIPE_SHADER_FRAGMENT, hDevice, Offset, NumSamplers, phSamplers); in PsSetSamplers()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1510 SVGA3D_DUMP_HEADER(SetSamplers) in SVGA3D_DUMP_HEADER() argument
2094 SVGA3D_DUMP_CASE_LIST(SetSamplers, SET_SAMPLERS, SVGA3dSamplerId); in svga_dump_command()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c299 SVGA3D_CREATE_CMD_COUNT(SetSamplers, SET_SAMPLERS, SVGA3dSamplerId); in SVGA3D_vgpu10_SetSamplers()