OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stages_with_sampling
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
128
unsigned
stages_with_sampling
;
member in struct:GalliumD3D11Caps
d3d11_context.h
152
caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_GEOMETRY);
154
caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_FRAGMENT);
156
caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_VERTEX);
503
if((1 << s) & caps.
stages_with_sampling
)
525
if((1 << s) & caps.
stages_with_sampling
)
[
all
...]
d3d11_screen.h
124
screen_caps.
stages_with_sampling
= (1 << screen_caps.stages) - 1;
126
screen_caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_VERTEX);
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
128
unsigned
stages_with_sampling
;
member in struct:GalliumD3D11Caps
d3d11_context.h
152
caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_GEOMETRY);
154
caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_FRAGMENT);
156
caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_VERTEX);
503
if((1 << s) & caps.
stages_with_sampling
)
525
if((1 << s) & caps.
stages_with_sampling
)
[
all
...]
d3d11_screen.h
124
screen_caps.
stages_with_sampling
= (1 << screen_caps.stages) - 1;
126
screen_caps.
stages_with_sampling
&=~ (1 << PIPE_SHADER_VERTEX);
[
all
...]
Completed in 171 milliseconds