Home
last modified time | relevance | path

Searched defs:pctx (Results 1 – 25 of 117) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c49 fd_set_blend_color(struct pipe_context *pctx, in fd_set_blend_color()
58 fd_set_stencil_ref(struct pipe_context *pctx, in fd_set_stencil_ref()
67 fd_set_clip_state(struct pipe_context *pctx, in fd_set_clip_state()
76 fd_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in fd_set_sample_mask()
92 fd_set_constant_buffer(struct pipe_context *pctx, uint shader, uint index, in fd_set_constant_buffer()
115 fd_set_framebuffer_state(struct pipe_context *pctx, in fd_set_framebuffer_state()
166 fd_set_polygon_stipple(struct pipe_context *pctx, in fd_set_polygon_stipple()
175 fd_set_scissor_states(struct pipe_context *pctx, in fd_set_scissor_states()
187 fd_set_viewport_states(struct pipe_context *pctx, in fd_set_viewport_states()
198 fd_set_vertex_buffers(struct pipe_context *pctx, in fd_set_vertex_buffers()
[all …]
Dfreedreno_context.c42 fd_context_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in fd_context_flush()
74 fd_emit_string_marker(struct pipe_context *pctx, const char *string, int len) in fd_emit_string_marker()
107 fd_context_destroy(struct pipe_context *pctx) in fd_context_destroy()
155 fd_set_debug_callback(struct pipe_context *pctx, in fd_set_debug_callback()
172 create_solid_vertexbuf(struct pipe_context *pctx) in create_solid_vertexbuf()
186 create_blit_texcoord_vertexbuf(struct pipe_context *pctx) in create_blit_texcoord_vertexbuf()
196 struct pipe_context *pctx = &ctx->base; in fd_context_setup_common_vbos() local
233 struct pipe_context *pctx = &ctx->base; in fd_context_cleanup_common_vbos() local
247 struct pipe_context *pctx; in fd_context_init() local
Dfreedreno_program.c36 fd_fp_state_bind(struct pipe_context *pctx, void *hwcso) in fd_fp_state_bind()
44 fd_vp_state_bind(struct pipe_context *pctx, void *hwcso) in fd_vp_state_bind()
76 static void * assemble_tgsi(struct pipe_context *pctx, in assemble_tgsi()
94 fd_prog_blit(struct pipe_context *pctx, int rts, bool depth) in fd_prog_blit()
124 void fd_prog_init(struct pipe_context *pctx) in fd_prog_init()
152 void fd_prog_fini(struct pipe_context *pctx) in fd_prog_fini()
Dfreedreno_query.c43 fd_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in fd_create_query()
56 fd_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_destroy_query()
63 fd_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_begin_query()
70 fd_end_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_end_query()
78 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in fd_get_query_result()
86 fd_render_condition(struct pipe_context *pctx, struct pipe_query *pq, in fd_render_condition()
130 fd_query_context_init(struct pipe_context *pctx) in fd_query_context_init()
Dfreedreno_texture.c39 fd_sampler_state_delete(struct pipe_context *pctx, void *hwcso) in fd_sampler_state_delete()
45 fd_sampler_view_destroy(struct pipe_context *pctx, in fd_sampler_view_destroy()
88 fd_sampler_states_bind(struct pipe_context *pctx, in fd_sampler_states_bind()
105 fd_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd_set_sampler_views()
135 fd_texture_init(struct pipe_context *pctx) in fd_texture_init()
Dfreedreno_draw.c59 fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info) in fd_draw_vbo()
208 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, in fd_blitter_clear()
280 fd_clear(struct pipe_context *pctx, unsigned buffers, in fd_clear()
370 fd_clear_render_target(struct pipe_context *pctx, struct pipe_surface *ps, in fd_clear_render_target()
379 fd_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *ps, in fd_clear_depth_stencil()
389 fd_draw_init(struct pipe_context *pctx) in fd_draw_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c44 vc4_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in vc4_generic_cso_state_delete()
50 vc4_set_blend_color(struct pipe_context *pctx, in vc4_set_blend_color()
61 vc4_set_stencil_ref(struct pipe_context *pctx, in vc4_set_stencil_ref()
70 vc4_set_clip_state(struct pipe_context *pctx, in vc4_set_clip_state()
79 vc4_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in vc4_set_sample_mask()
93 vc4_create_rasterizer_state(struct pipe_context *pctx, in vc4_create_rasterizer_state()
132 vc4_create_blend_state(struct pipe_context *pctx, in vc4_create_blend_state()
183 vc4_create_depth_stencil_alpha_state(struct pipe_context *pctx, in vc4_create_depth_stencil_alpha_state()
258 vc4_set_polygon_stipple(struct pipe_context *pctx, in vc4_set_polygon_stipple()
267 vc4_set_scissor_states(struct pipe_context *pctx, in vc4_set_scissor_states()
[all …]
Dvc4_context.c41 vc4_flush(struct pipe_context *pctx) in vc4_flush()
53 vc4_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in vc4_pipe_flush()
70 vc4_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in vc4_invalidate_resource()
88 vc4_context_destroy(struct pipe_context *pctx) in vc4_context_destroy()
126 struct pipe_context *pctx = &vc4->base; in vc4_context_create() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c45 etna_set_blend_color(struct pipe_context *pctx, const struct pipe_blend_color *bc) in etna_set_blend_color()
59 etna_set_stencil_ref(struct pipe_context *pctx, const struct pipe_stencil_ref *sr) in etna_set_stencil_ref()
74 etna_set_clip_state(struct pipe_context *pctx, const struct pipe_clip_state *pcs) in etna_set_clip_state()
80 etna_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in etna_set_sample_mask()
89 etna_set_constant_buffer(struct pipe_context *pctx, uint shader, uint index, in etna_set_constant_buffer()
114 etna_update_render_resource(struct pipe_context *pctx, struct pipe_resource *pres) in etna_update_render_resource()
126 etna_set_framebuffer_state(struct pipe_context *pctx, in etna_set_framebuffer_state()
338 etna_set_polygon_stipple(struct pipe_context *pctx, in etna_set_polygon_stipple()
345 etna_set_scissor_states(struct pipe_context *pctx, unsigned start_slot, in etna_set_scissor_states()
366 etna_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, in etna_set_viewport_states()
[all …]
Detnaviv_query.c35 etna_create_query(struct pipe_context *pctx, unsigned query_type, in etna_create_query()
47 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query()
55 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query()
63 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query()
72 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result()
112 etna_query_context_init(struct pipe_context *pctx) in etna_query_context_init()
Detnaviv_surface.c41 etna_create_surface(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_surface()
141 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) in etna_surface_destroy()
148 etna_surface_init(struct pipe_context *pctx) in etna_surface_init()
Detnaviv_texture.c74 etna_bind_sampler_states(struct pipe_context *pctx, unsigned shader, in etna_bind_sampler_states()
108 etna_delete_sampler_state(struct pipe_context *pctx, void *ss) in etna_delete_sampler_state()
149 etna_create_sampler_view(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_sampler_view()
243 etna_sampler_view_destroy(struct pipe_context *pctx, in etna_sampler_view_destroy()
294 etna_set_sampler_views(struct pipe_context *pctx, unsigned shader, in etna_set_sampler_views()
320 etna_texture_barrier(struct pipe_context *pctx, unsigned flags) in etna_texture_barrier()
329 etna_texture_init(struct pipe_context *pctx) in etna_texture_init()
Detnaviv_clear_blit.c104 etna_blit_clear_color(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_color()
135 etna_blit_clear_zs(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_zs()
198 etna_clear(struct pipe_context *pctx, unsigned buffers, in etna_clear()
250 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_render_target()
264 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_depth_stencil()
279 etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, in etna_resource_copy_region()
353 etna_try_rs_blit(struct pipe_context *pctx, in etna_try_rs_blit()
538 etna_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) in etna_blit()
588 etna_flush_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in etna_flush_resource()
597 etna_copy_resource(struct pipe_context *pctx, struct pipe_resource *dst, in etna_copy_resource()
[all …]
Detnaviv_shader.c234 etna_create_shader_state(struct pipe_context *pctx, in etna_create_shader_state()
243 etna_delete_shader_state(struct pipe_context *pctx, void *ss) in etna_delete_shader_state()
249 etna_bind_fs_state(struct pipe_context *pctx, void *fss_) in etna_bind_fs_state()
263 etna_bind_vs_state(struct pipe_context *pctx, void *vss_) in etna_bind_vs_state()
277 etna_shader_init(struct pipe_context *pctx) in etna_shader_init()
Detnaviv_context.c56 etna_context_destroy(struct pipe_context *pctx) in etna_context_destroy()
106 etna_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info) in etna_draw_vbo()
213 etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in etna_flush()
254 struct pipe_context *pctx; in etna_context_create() local
Detnaviv_transfer.c56 etna_transfer_unmap(struct pipe_context *pctx, struct pipe_transfer *ptrans) in etna_transfer_unmap()
123 etna_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_transfer_map()
340 etna_transfer_flush_region(struct pipe_context *pctx, in etna_transfer_flush_region()
348 etna_transfer_init(struct pipe_context *pctx) in etna_transfer_init()
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlbuilder.cc35 XmlBuilder::BuildElement(XmlParseContext * pctx, in BuildElement()
72 XmlBuilder::StartElement(XmlParseContext * pctx, in StartElement()
92 XmlBuilder::EndElement(XmlParseContext * pctx, const char * name) { in EndElement()
100 XmlBuilder::CharacterData(XmlParseContext * pctx, in CharacterData()
109 XmlBuilder::Error(XmlParseContext * pctx, XML_Error err) { in Error()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppstanzaparser.cc41 XmlParseContext * pctx, const char * name, const char ** atts) { in IncomingStartElement()
58 XmlParseContext * pctx, const char * text, int len) { in IncomingCharacterData()
66 XmlParseContext * pctx, const char * name) { in IncomingEndElement()
83 XmlParseContext * pctx, XML_Error errCode) { in IncomingError()
Dxmppstanzaparser.h42 virtual void StartElement(XmlParseContext * pctx, in StartElement()
45 virtual void EndElement(XmlParseContext * pctx, in EndElement()
48 virtual void CharacterData(XmlParseContext * pctx, in CharacterData()
51 virtual void Error(XmlParseContext * pctx, in Error()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c41 fd2_context_destroy(struct pipe_context *pctx) in fd2_context_destroy()
47 create_solid_vertexbuf(struct pipe_context *pctx) in create_solid_vertexbuf()
93 struct pipe_context *pctx; in fd2_context_create() local
Dfd2_texture.c78 fd2_sampler_state_create(struct pipe_context *pctx, in fd2_sampler_state_create()
105 fd2_sampler_states_bind(struct pipe_context *pctx, in fd2_sampler_states_bind()
127 fd2_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd2_sampler_view_create()
175 fd2_texture_init(struct pipe_context *pctx) in fd2_texture_init()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c84 fd5_sampler_state_create(struct pipe_context *pctx, in fd5_sampler_state_create()
144 fd5_sampler_states_bind(struct pipe_context *pctx, in fd5_sampler_states_bind()
213 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround()
220 fd5_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd5_sampler_view_create()
319 fd5_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd5_set_sampler_views()
347 fd5_texture_init(struct pipe_context *pctx) in fd5_texture_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c86 fd4_sampler_state_create(struct pipe_context *pctx, in fd4_sampler_state_create()
146 fd4_sampler_states_bind(struct pipe_context *pctx, in fd4_sampler_states_bind()
215 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround()
222 fd4_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd4_sampler_view_create()
311 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd4_set_sampler_views()
339 fd4_texture_init(struct pipe_context *pctx) in fd4_texture_init()
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp138 SkSVGPresentationContext* pctx) { in commitToPaint()
145 SkSVGPresentationContext* pctx) { in commitToPaint()
152 SkSVGPresentationContext* pctx) { in commitToPaint()
159 SkSVGPresentationContext* pctx) { in commitToPaint()
169 SkSVGPresentationContext* pctx) { in commitToPaint()
179 SkSVGPresentationContext* pctx) { in commitToPaint()
186 SkSVGPresentationContext* pctx) { in commitToPaint()
228 const SkSVGPresentationContext& pctx) in SkSVGRenderContext()
302 auto* pctx = fPresentationContext.writable(); in applyOpacity() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c86 fd3_sampler_state_create(struct pipe_context *pctx, in fd3_sampler_state_create()
145 fd3_sampler_states_bind(struct pipe_context *pctx, in fd3_sampler_states_bind()
214 fd3_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd3_sampler_view_create()
287 fd3_texture_init(struct pipe_context *pctx) in fd3_texture_init()

12345