OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_inputs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state_derived.c
316
struct r300_shader_semantics *
fs_inputs
= &r300_fs(r300)->shader->inputs;
local
370
if (
fs_inputs
->color[i] != ATTR_UNUSED) {
383
if (
fs_inputs
->color[i] != ATTR_UNUSED) {
428
if (r300->screen->caps.is_r500 &&
fs_inputs
->face != ATTR_UNUSED &&
435
} else if (
fs_inputs
->face != ATTR_UNUSED) {
443
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
462
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
479
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
489
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
507
if (
fs_inputs
->fog != ATTR_UNUSED)
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c
316
struct r300_shader_semantics *
fs_inputs
= &r300_fs(r300)->shader->inputs;
local
370
if (
fs_inputs
->color[i] != ATTR_UNUSED) {
383
if (
fs_inputs
->color[i] != ATTR_UNUSED) {
428
if (r300->screen->caps.is_r500 &&
fs_inputs
->face != ATTR_UNUSED &&
435
} else if (
fs_inputs
->face != ATTR_UNUSED) {
443
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
462
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
479
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
489
if (
fs_inputs
->generic[i] != ATTR_UNUSED) {
507
if (
fs_inputs
->fog != ATTR_UNUSED)
[
all
...]
Completed in 5503 milliseconds