/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_isel.cpp | 93 QoShaderModuleCreateInfo gs = qoShaderModuleCreateInfoGLSL(GEOMETRY, variable 122 QoShaderModuleCreateInfo gs = qoShaderModuleCreateInfoGLSL(GEOMETRY, variable
|
/third_party/typescript/tests/baselines/reference/ |
H A D | arrayLiteralWithMultipleBestCommonTypes.js | 15 var gs = [(b: { x: number; z?: number }) => 2, (a: { x: number; y?: number }) => 1]; // (b: { x: number; z?: number }) => number[] variable
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_gs.c | 83 llvmpipe_bind_gs_state(struct pipe_context *pipe, void *gs) in llvmpipe_bind_gs_state() argument 97 llvmpipe_delete_gs_state(struct pipe_context *pipe, void *gs) in llvmpipe_delete_gs_state() argument
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
H A D | glib.c | 27 GSource *gs; member [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_gs.c | 45 struct svga_geometry_shader *gs; in svga_create_gs_state() local 76 struct svga_geometry_shader *gs = (struct svga_geometry_shader *)shader; in svga_bind_gs_state() local 88 struct svga_geometry_shader *gs in svga_delete_gs_state() local [all...] |
H A D | svga_state_gs.c | 58 struct svga_geometry_shader *gs = (struct svga_geometry_shader *)shader; in svga_get_compiled_dummy_geometry_shader() local 75 struct svga_geometry_shader *gs = svga->curr.gs; in make_gs_key() local 115 struct svga_geometry_shader *gs = svga->curr.gs; emit_hw_gs() local [all...] |
H A D | svga_state_tgsi_transform.c | 239 struct svga_geometry_shader *gs = NULL; in emulate_point_sprite() local 47 bind_gs_state(struct svga_context *svga, struct svga_geometry_shader *gs) bind_gs_state() argument 424 struct svga_geometry_shader *gs = svga->curr.user_gs; /* current gs */ update_tgsi_transform() local [all...] |
H A D | svga_state_fs.c | 132 struct svga_geometry_shader *gs = svga->curr.gs; in make_fs_key() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cache.h | 42 struct ir3_shader_state *vs, *hs, *ds, *gs, *fs; // 5 pointers member
|
/third_party/toybox/kconfig/ |
H A D | util.c | 59 struct gstr gs; in str_new() local 69 struct gstr gs; in str_assign() local 76 void str_free(struct gstr *gs) in str_free() argument 85 str_append(struct gstr *gs, const char *s) str_append() argument 96 str_printf(struct gstr *gs, const char *fmt, ...) str_printf() argument 107 str_get(struct gstr *gs) str_get() argument [all...] |
/third_party/libwebsockets/lib/event-libs/glib/ |
H A D | private-lib-event-libs-glib.h | 28 GSource *gs; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_program.h | 45 struct ir3_shader_variant *gs; member
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | gnomeglue.cpp | 38 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport; in gs_gnomeGuiSupportClose() local
|
H A D | gdiglue.cpp | 35 GDIGUISupport *gs = (GDIGUISupport *) guiSupport; in gs_gdiGuiSupportClose() local
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | gdiglue.cpp | 35 GDIGUISupport *gs = (GDIGUISupport *) guiSupport; in gs_gdiGuiSupportClose() local
|
H A D | gnomeglue.cpp | 38 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport; in gs_gnomeGuiSupportClose() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-shape.cc | 155 GString *gs = nullptr; global() member [all...] |
H A D | helper-cairo-ansi.hh | 50 GString *gs; in chafa_print_image_rgb24() local
|
H A D | shape-format.hh | 100 serialize(hb_buffer_t *buffer, hb_font_t *font, hb_buffer_serialize_format_t output_format, hb_buffer_serialize_flags_t flags, GString *gs) serialize() argument 123 serialize_line_no(unsigned int line_no, GString *gs) serialize_line_no() argument 130 serialize_buffer_of_text(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, GString *gs) serialize_buffer_of_text() argument 154 serialize_message(unsigned int line_no, const char *type, const char *msg, GString *gs) serialize_message() argument 164 serialize_buffer_of_glyphs(hb_buffer_t *buffer, unsigned int line_no, const char *text, unsigned int text_len, hb_font_t *font, hb_buffer_serialize_format_t output_format, hb_buffer_serialize_flags_t format_flags, GString *gs) serialize_buffer_of_glyphs() argument [all...] |
H A D | text-options.hh | 84 GString *gs = nullptr; member 174 GString *gs = g_string_new (nullptr); in parse_unicodes() local 123 encode_unicodes(const char *unicodes, GString *gs, GError **error) encode_unicodes() argument 221 GString *gs = g_string_new (nullptr); parse_unicodes_before() local 263 GString *gs = g_string_new (nullptr); parse_unicodes_after() local [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Draw.cpp | 67 Shader *gs = pDevice->bound_empty_gs; in ResolveState() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | rgb.c | 178 g, gi, gm0, gm1, gs, in cupsRGBDoRGB() local
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2015-3290.c | 145 unsigned short cs, gs, fs, ss; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 330 softpipe_bind_gs_state(struct pipe_context *pipe, void *gs) in softpipe_bind_gs_state() argument 344 softpipe_delete_gs_state(struct pipe_context *pipe, void *gs) in softpipe_delete_gs_state() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | state.c | 105 struct gl_program *gs = in _mesa_update_allow_draw_out_of_order() local
|