OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_samplers_to_bind
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
527
const unsigned
num_samplers_to_bind
= num_samplers[s];
local
531
pipe->bind_vertex_sampler_states(pipe,
num_samplers_to_bind
, sampler_csos[s]);
534
pipe->bind_fragment_sampler_states(pipe,
num_samplers_to_bind
, sampler_csos[s]);
537
pipe->bind_geometry_sampler_states(pipe,
num_samplers_to_bind
, sampler_csos[s]);
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
527
const unsigned
num_samplers_to_bind
= num_samplers[s];
local
531
pipe->bind_vertex_sampler_states(pipe,
num_samplers_to_bind
, sampler_csos[s]);
534
pipe->bind_fragment_sampler_states(pipe,
num_samplers_to_bind
, sampler_csos[s]);
537
pipe->bind_geometry_sampler_states(pipe,
num_samplers_to_bind
, sampler_csos[s]);
[
all
...]
Completed in 26 milliseconds