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