Home
last modified time | relevance | path

Searched refs:SVGA3dSamplerId (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h375 const SVGA3dSamplerId *samplerIds);
588 SVGA3dSamplerId samplerId,
602 SVGA3dSamplerId samplerId);
Dsvga_cmd_vgpu10.c296 const SVGA3dSamplerId *samplerIds) in SVGA3D_vgpu10_SetSamplers()
298 SVGA3D_CREATE_CMD_COUNT(SetSamplers, SET_SAMPLERS, SVGA3dSamplerId); in SVGA3D_vgpu10_SetSamplers()
301 memcpy(cmd + 1, samplerIds, count * sizeof(SVGA3dSamplerId)); in SVGA3D_vgpu10_SetSamplers()
1014 SVGA3dSamplerId samplerId, in SVGA3D_vgpu10_DefineSamplerState()
1041 SVGA3dSamplerId samplerId) in SVGA3D_vgpu10_DestroySamplerState()
Dsvga_context.h215 SVGA3dSamplerId id[2];
400 SVGA3dSamplerId samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
Dsvga_state_sampler.c389 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS]; in update_samplers()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h109 typedef uint32 SVGA3dSamplerId; typedef
1243 SVGA3dSamplerId samplerId;
1263 SVGA3dSamplerId samplerId;
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c321 dump_SVGA3dSamplerId(const SVGA3dSamplerId *cmd) in dump_SVGA3dSamplerId()
2085 SVGA3D_DUMP_CASE_LIST(SetSamplers, SET_SAMPLERS, SVGA3dSamplerId); in svga_dump_command()