Searched defs:sampler_unit (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 67 uint sampler_unit; member in struct:pstip_fragment_shader 372 pstip->fs->sampler_unit = transform.freeSampler; 373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS); 540 /* we'll use sampler/texture[pstip->sampler_unit] for the stipple */ 542 num_samplers = MAX2(num_samplers, pstip->fs->sampler_unit + 1); 545 pstip->state.samplers[pstip->fs->sampler_unit] = pstip->sampler_cso; 546 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit],
|
H A D | draw_pipe_aaline.c | 78 uint sampler_unit; member in struct:aaline_fragment_shader 384 aaline->fs->sampler_unit = transform.freeSampler; 706 /* we'll use sampler/texture[pstip->sampler_unit] for the stipple */ 708 num_samplers = MAX2(num_samplers, aaline->fs->sampler_unit + 1); 710 aaline->state.sampler[aaline->fs->sampler_unit] = aaline->sampler_cso; 711 pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->sampler_unit],
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 67 uint sampler_unit; member in struct:pstip_fragment_shader 372 pstip->fs->sampler_unit = transform.freeSampler; 373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS); 540 /* we'll use sampler/texture[pstip->sampler_unit] for the stipple */ 542 num_samplers = MAX2(num_samplers, pstip->fs->sampler_unit + 1); 545 pstip->state.samplers[pstip->fs->sampler_unit] = pstip->sampler_cso; 546 pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->sampler_unit],
|
H A D | draw_pipe_aaline.c | 78 uint sampler_unit; member in struct:aaline_fragment_shader 384 aaline->fs->sampler_unit = transform.freeSampler; 706 /* we'll use sampler/texture[pstip->sampler_unit] for the stipple */ 708 num_samplers = MAX2(num_samplers, aaline->fs->sampler_unit + 1); 710 aaline->state.sampler[aaline->fs->sampler_unit] = aaline->sampler_cso; 711 pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->sampler_unit],
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 2101 const uint sampler_unit = inst->Src[2].Register.Index; local 2133 fetch_texel(mach->Samplers[sampler_unit], 2155 fetch_texel(mach->Samplers[sampler_unit], 2174 fetch_texel(mach->Samplers[sampler_unit], 2189 fetch_texel(mach->Samplers[sampler_unit], 2211 const uint sampler_unit = inst->Src[2].Register.Index; local 2224 fetch_texel(mach->Samplers[sampler_unit], 2239 fetch_texel(mach->Samplers[sampler_unit], 2252 fetch_texel(mach->Samplers[sampler_unit],
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 2101 const uint sampler_unit = inst->Src[2].Register.Index; local 2133 fetch_texel(mach->Samplers[sampler_unit], 2155 fetch_texel(mach->Samplers[sampler_unit], 2174 fetch_texel(mach->Samplers[sampler_unit], 2189 fetch_texel(mach->Samplers[sampler_unit], 2211 const uint sampler_unit = inst->Src[2].Register.Index; local 2224 fetch_texel(mach->Samplers[sampler_unit], 2239 fetch_texel(mach->Samplers[sampler_unit], 2252 fetch_texel(mach->Samplers[sampler_unit],
|
Completed in 387 milliseconds