Searched refs:semantic_color (Results 1 – 2 of 2) sorted by relevance
288 color = nv50->state.semantic_color & ~NV50_3D_SEMANTIC_COLOR_CLMP_EN; in nv50_validate_derived_rs()293 if (color != nv50->state.semantic_color) { in nv50_validate_derived_rs()294 nv50->state.semantic_color = color; in nv50_validate_derived_rs()356 ffc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK); in nv50_fp_linkage_validate()357 bfc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_BFC0_ID__MASK) in nv50_fp_linkage_validate()475 nv50->state.semantic_color = colors; in nv50_fp_linkage_validate()
90 uint32_t semantic_color; member