Searched refs:semantic_color (Results 1 – 2 of 2) sorted by relevance
370 color = nv50->state.semantic_color & ~NV50_3D_SEMANTIC_COLOR_CLMP_EN; in nv50_validate_derived_rs()375 if (color != nv50->state.semantic_color) { in nv50_validate_derived_rs()376 nv50->state.semantic_color = color; in nv50_validate_derived_rs()441 ffc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK); in nv50_fp_linkage_validate()442 bfc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_BFC0_ID__MASK) in nv50_fp_linkage_validate()581 nv50->state.semantic_color = colors; in nv50_fp_linkage_validate()
38 uint32_t semantic_color; member