Searched refs:comp_x (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/graph/example/ |
D | roget_components.cpp | 135 int comp_x = comp[index_map[x]]; in main() local 136 if (comp_x != c && mark[comp_x] != c) in main() 138 mark[comp_x] = c; in main() 139 vertex_t w = strong_comp[comp_x][0]; in main()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.h | 126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument 128 | ((comp_x)<<R200_VPI_IN_X_SHIFT) \ 134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument 136 VSF_IN_COMPONENT_##comp_x, \
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgloverlaycompositor.c | 242 gint comp_x, comp_y; in gst_gl_composition_overlay_add_transformation() local 257 &comp_x, &comp_y, &comp_width, &comp_height); in gst_gl_composition_overlay_add_transformation() 263 rel_x = (float) comp_x / (float) width; in gst_gl_composition_overlay_add_transformation() 304 comp_x, comp_y, comp_width, comp_height, meta->width, meta->height); in gst_gl_composition_overlay_add_transformation()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_reg.h | 2957 #define PVS_SRC_OPERAND(in_reg_index, comp_x, comp_y, comp_z, comp_w, reg_class, negate) \ argument 2959 | ((comp_x & PVS_SRC_SWIZZLE_X_MASK) << PVS_SRC_SWIZZLE_X_SHIFT) \
|