Home
last modified time | relevance | path

Searched refs:attrib_match (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
345 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
346 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
347 ami = &attrib_match[i]; in score_pixelformats()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
347 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
348 ami = &attrib_match[i]; in score_pixelformats()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_atspi_bridge.c2908 int array_count, state_match, attrib_match, role_match, ifc_match, reverse; in _collection_iter_match_rule_get() local
2911 …(iter, "aiia{ss}iaiiasib", &states_iter, &state_match, &attrib_iter, &attrib_match, &role_iter, &r… in _collection_iter_match_rule_get()
2919 rule->attributematchtype = attrib_match; in _collection_iter_match_rule_get()