OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fragment_sampler_views
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c
155
if (i915->
fragment_sampler_views
[unit]) {
156
struct i915_texture *texture = i915_texture(i915->
fragment_sampler_views
[unit]->texture);
167
i915->
fragment_sampler_views
[unit], /* sampler view */
352
if (i915->
fragment_sampler_views
[unit]) {
353
struct i915_texture *texture = i915_texture(i915->
fragment_sampler_views
[unit]->texture);
359
i915->
fragment_sampler_views
[unit], /* sampler view */
i915_state_emit.c
256
tex = i915_texture(i915->
fragment_sampler_views
[unit]->texture);
274
struct i915_texture *texture = i915_texture(i915->
fragment_sampler_views
[unit]->texture);
i915_context.h
246
struct pipe_sampler_view *
fragment_sampler_views
[PIPE_MAX_SAMPLERS];
member in struct:i915_context
i915_state.c
756
!memcmp(i915->
fragment_sampler_views
, views, num * sizeof(struct pipe_sampler_view *)))
760
pipe_sampler_view_reference(&i915->
fragment_sampler_views
[i],
764
pipe_sampler_view_reference(&i915->
fragment_sampler_views
[i],
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
renderer.c
413
* This function modifies samplers and
fragment_sampler_views
states.
449
* This function modifies fragment_shader, samplers and
fragment_sampler_views
[
all
...]
Completed in 843 milliseconds