Home
last modified time | relevance | path

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

12345678

/external/mesa3d/src/gallium/drivers/lima/
Dlima_state.c39 lima_set_framebuffer_state(struct pipe_context *pctx, in lima_set_framebuffer_state()
57 lima_set_polygon_stipple(struct pipe_context *pctx, in lima_set_polygon_stipple()
64 lima_create_depth_stencil_alpha_state(struct pipe_context *pctx, in lima_create_depth_stencil_alpha_state()
79 lima_bind_depth_stencil_alpha_state(struct pipe_context *pctx, void *hwcso) in lima_bind_depth_stencil_alpha_state()
88 lima_delete_depth_stencil_alpha_state(struct pipe_context *pctx, void *hwcso) in lima_delete_depth_stencil_alpha_state()
94 lima_create_rasterizer_state(struct pipe_context *pctx, in lima_create_rasterizer_state()
109 lima_bind_rasterizer_state(struct pipe_context *pctx, void *hwcso) in lima_bind_rasterizer_state()
118 lima_delete_rasterizer_state(struct pipe_context *pctx, void *hwcso) in lima_delete_rasterizer_state()
124 lima_create_blend_state(struct pipe_context *pctx, in lima_create_blend_state()
139 lima_bind_blend_state(struct pipe_context *pctx, void *hwcso) in lima_bind_blend_state()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c47 fd_set_blend_color(struct pipe_context *pctx, in fd_set_blend_color()
56 fd_set_stencil_ref(struct pipe_context *pctx, in fd_set_stencil_ref()
65 fd_set_clip_state(struct pipe_context *pctx, in fd_set_clip_state()
74 fd_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in fd_set_sample_mask()
82 fd_set_min_samples(struct pipe_context *pctx, unsigned min_samples) in fd_set_min_samples()
98 fd_set_constant_buffer(struct pipe_context *pctx, in fd_set_constant_buffer()
123 fd_set_shader_buffers(struct pipe_context *pctx, in fd_set_shader_buffers()
164 fd_set_shader_images(struct pipe_context *pctx, in fd_set_shader_images()
213 fd_set_framebuffer_state(struct pipe_context *pctx, in fd_set_framebuffer_state()
272 fd_set_polygon_stipple(struct pipe_context *pctx, in fd_set_polygon_stipple()
[all …]
Dfreedreno_program.c34 fd_vs_state_bind(struct pipe_context *pctx, void *hwcso) in fd_vs_state_bind()
43 fd_tcs_state_bind(struct pipe_context *pctx, void *hwcso) in fd_tcs_state_bind()
52 fd_tes_state_bind(struct pipe_context *pctx, void *hwcso) in fd_tes_state_bind()
61 fd_gs_state_bind(struct pipe_context *pctx, void *hwcso) in fd_gs_state_bind()
70 fd_fs_state_bind(struct pipe_context *pctx, void *hwcso) in fd_fs_state_bind()
93 static void * assemble_tgsi(struct pipe_context *pctx, in assemble_tgsi()
112 texcoord_semantic(struct pipe_context *pctx) in texcoord_semantic()
124 fd_prog_blit_vs(struct pipe_context *pctx) in fd_prog_blit_vs()
147 fd_prog_blit_fs(struct pipe_context *pctx, int rts, bool depth) in fd_prog_blit_fs()
177 void fd_prog_init(struct pipe_context *pctx) in fd_prog_init()
[all …]
Dfreedreno_context.c49 fd_context_flush(struct pipe_context *pctx, struct pipe_fence_handle **fencep, in fd_context_flush()
113 fd_texture_barrier(struct pipe_context *pctx, unsigned flags) in fd_texture_barrier()
133 fd_memory_barrier(struct pipe_context *pctx, unsigned flags) in fd_memory_barrier()
190 fd_emit_string_marker(struct pipe_context *pctx, const char *string, int len) in fd_emit_string_marker()
207 fd_context_destroy(struct pipe_context *pctx) in fd_context_destroy()
267 fd_set_debug_callback(struct pipe_context *pctx, in fd_set_debug_callback()
290 fd_get_device_reset_status(struct pipe_context *pctx) in fd_get_device_reset_status()
317 create_solid_vertexbuf(struct pipe_context *pctx) in create_solid_vertexbuf()
331 create_blit_texcoord_vertexbuf(struct pipe_context *pctx) in create_blit_texcoord_vertexbuf()
341 struct pipe_context *pctx = &ctx->base; in fd_context_setup_common_vbos() local
[all …]
Dfreedreno_query.c41 fd_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in fd_create_query()
55 fd_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_destroy_query()
62 fd_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_begin_query()
72 fd_end_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_end_query()
88 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in fd_get_query_result()
99 fd_render_condition(struct pipe_context *pctx, struct pipe_query *pq, in fd_render_condition()
179 fd_set_active_query_state(struct pipe_context *pctx, bool enable) in fd_set_active_query_state()
263 fd_query_context_init(struct pipe_context *pctx) in fd_query_context_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c45 vc4_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in vc4_generic_cso_state_delete()
51 vc4_set_blend_color(struct pipe_context *pctx, in vc4_set_blend_color()
62 vc4_set_stencil_ref(struct pipe_context *pctx, in vc4_set_stencil_ref()
71 vc4_set_clip_state(struct pipe_context *pctx, in vc4_set_clip_state()
80 vc4_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in vc4_set_sample_mask()
94 vc4_create_rasterizer_state(struct pipe_context *pctx, in vc4_create_rasterizer_state()
156 vc4_create_blend_state(struct pipe_context *pctx, in vc4_create_blend_state()
207 vc4_create_depth_stencil_alpha_state(struct pipe_context *pctx, in vc4_create_depth_stencil_alpha_state()
282 vc4_set_polygon_stipple(struct pipe_context *pctx, in vc4_set_polygon_stipple()
291 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()
52 vc4_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in vc4_pipe_flush()
82 vc4_texture_barrier(struct pipe_context *pctx, unsigned flags) in vc4_texture_barrier()
88 vc4_set_debug_callback(struct pipe_context *pctx, in vc4_set_debug_callback()
100 vc4_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in vc4_invalidate_resource()
118 vc4_context_destroy(struct pipe_context *pctx) in vc4_context_destroy()
171 struct pipe_context *pctx = &vc4->base; in vc4_context_create() local
Dvc4_query.c118 vc4_create_batch_query(struct pipe_context *pctx, unsigned num_queries, in vc4_create_batch_query()
167 vc4_destroy_query(struct pipe_context *pctx, struct pipe_query *pquery) in vc4_destroy_query()
188 vc4_begin_query(struct pipe_context *pctx, struct pipe_query *pquery) in vc4_begin_query()
230 vc4_end_query(struct pipe_context *pctx, struct pipe_query *pquery) in vc4_end_query()
250 vc4_get_query_result(struct pipe_context *pctx, struct pipe_query *pquery, in vc4_get_query_result()
281 vc4_set_active_query_state(struct pipe_context *pctx, bool enable) in vc4_set_active_query_state()
286 vc4_query_init(struct pipe_context *pctx) in vc4_query_init()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c42 v3d_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in v3d_generic_cso_state_delete()
48 v3d_set_blend_color(struct pipe_context *pctx, in v3d_set_blend_color()
61 v3d_set_stencil_ref(struct pipe_context *pctx, in v3d_set_stencil_ref()
70 v3d_set_clip_state(struct pipe_context *pctx, in v3d_set_clip_state()
79 v3d_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in v3d_set_sample_mask()
87 v3d_create_rasterizer_state(struct pipe_context *pctx, in v3d_create_rasterizer_state()
123 v3d_create_blend_state(struct pipe_context *pctx, in v3d_create_blend_state()
167 v3d_create_depth_stencil_alpha_state(struct pipe_context *pctx, in v3d_create_depth_stencil_alpha_state()
259 v3d_set_polygon_stipple(struct pipe_context *pctx, in v3d_set_polygon_stipple()
268 v3d_set_scissor_states(struct pipe_context *pctx, in v3d_set_scissor_states()
[all …]
Dv3d_query.c48 v3d_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in v3d_create_query()
59 v3d_destroy_query(struct pipe_context *pctx, struct pipe_query *query) in v3d_destroy_query()
68 v3d_begin_query(struct pipe_context *pctx, struct pipe_query *query) in v3d_begin_query()
110 v3d_end_query(struct pipe_context *pctx, struct pipe_query *query) in v3d_end_query()
148 v3d_get_query_result(struct pipe_context *pctx, struct pipe_query *query, in v3d_get_query_result()
193 v3d_set_active_query_state(struct pipe_context *pctx, bool enable) in v3d_set_active_query_state()
203 v3d_query_init(struct pipe_context *pctx) in v3d_query_init()
Dv3d_context.c44 v3d_flush(struct pipe_context *pctx) in v3d_flush()
55 v3d_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in v3d_pipe_flush()
71 v3d_memory_barrier(struct pipe_context *pctx, unsigned int flags) in v3d_memory_barrier()
90 v3d_set_debug_callback(struct pipe_context *pctx, in v3d_set_debug_callback()
102 v3d_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in v3d_invalidate_resource()
230 v3d_context_destroy(struct pipe_context *pctx) in v3d_context_destroy()
261 v3d_get_sample_position(struct pipe_context *pctx, in v3d_get_sample_position()
294 struct pipe_context *pctx = &v3d->base; in v3d_context_create() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c34 zink_create_vertex_elements_state(struct pipe_context *pctx, in zink_create_vertex_elements_state()
81 zink_bind_vertex_elements_state(struct pipe_context *pctx, in zink_bind_vertex_elements_state()
106 zink_delete_vertex_elements_state(struct pipe_context *pctx, in zink_delete_vertex_elements_state()
204 zink_create_blend_state(struct pipe_context *pctx, in zink_create_blend_state()
267 zink_bind_blend_state(struct pipe_context *pctx, void *cso) in zink_bind_blend_state()
278 zink_delete_blend_state(struct pipe_context *pctx, void *blend_state) in zink_delete_blend_state()
330 zink_create_depth_stencil_alpha_state(struct pipe_context *pctx, in zink_create_depth_stencil_alpha_state()
366 zink_bind_depth_stencil_alpha_state(struct pipe_context *pctx, void *cso) in zink_bind_depth_stencil_alpha_state()
382 zink_delete_depth_stencil_alpha_state(struct pipe_context *pctx, in zink_delete_depth_stencil_alpha_state()
407 zink_create_rasterizer_state(struct pipe_context *pctx, in zink_create_rasterizer_state()
[all …]
Dzink_context.c54 zink_context_destroy(struct pipe_context *pctx) in zink_context_destroy()
80 zink_get_device_reset_status(struct pipe_context *pctx) in zink_get_device_reset_status()
101 zink_set_device_reset_callback(struct pipe_context *pctx, in zink_set_device_reset_callback()
157 zink_create_sampler_state(struct pipe_context *pctx, in zink_create_sampler_state()
210 zink_bind_sampler_states(struct pipe_context *pctx, in zink_bind_sampler_states()
226 zink_delete_sampler_state(struct pipe_context *pctx, in zink_delete_sampler_state()
283 zink_create_sampler_view(struct pipe_context *pctx, struct pipe_resource *pres, in zink_create_sampler_view()
335 zink_sampler_view_destroy(struct pipe_context *pctx, in zink_sampler_view_destroy()
420 zink_set_polygon_stipple(struct pipe_context *pctx, in zink_set_polygon_stipple()
426 zink_set_vertex_buffers(struct pipe_context *pctx, in zink_set_vertex_buffers()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c51 etna_set_stencil_ref(struct pipe_context *pctx, const struct pipe_stencil_ref *sr) in etna_set_stencil_ref()
68 etna_set_clip_state(struct pipe_context *pctx, const struct pipe_clip_state *pcs) in etna_set_clip_state()
74 etna_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in etna_set_sample_mask()
83 etna_set_constant_buffer(struct pipe_context *pctx, in etna_set_constant_buffer()
113 etna_update_render_resource(struct pipe_context *pctx, struct etna_resource *base) in etna_update_render_resource()
130 etna_set_framebuffer_state(struct pipe_context *pctx, in etna_set_framebuffer_state()
368 etna_set_polygon_stipple(struct pipe_context *pctx, in etna_set_polygon_stipple()
375 etna_set_scissor_states(struct pipe_context *pctx, unsigned start_slot, in etna_set_scissor_states()
387 etna_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, in etna_set_viewport_states()
428 etna_set_vertex_buffers(struct pipe_context *pctx, unsigned start_slot, in etna_set_vertex_buffers()
[all …]
Detnaviv_query.c38 etna_create_query(struct pipe_context *pctx, unsigned query_type, in etna_create_query()
52 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query()
60 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query()
70 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query()
80 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result()
123 etna_set_active_query_state(struct pipe_context *pctx, bool enable) in etna_set_active_query_state()
144 etna_query_context_init(struct pipe_context *pctx) in etna_query_context_init()
Detnaviv_clear_blit.c94 etna_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) in etna_blit()
122 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_render_target()
136 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_depth_stencil()
151 etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, in etna_resource_copy_region()
178 etna_flush_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in etna_flush_resource()
194 etna_copy_resource(struct pipe_context *pctx, struct pipe_resource *dst, in etna_copy_resource()
234 etna_copy_resource_box(struct pipe_context *pctx, struct pipe_resource *dst, in etna_copy_resource_box()
261 etna_clear_blit_init(struct pipe_context *pctx) in etna_clear_blit_init()
Detnaviv_context.c68 etna_emit_string_marker(struct pipe_context *pctx, const char *string, int len) in etna_emit_string_marker()
91 etna_context_destroy(struct pipe_context *pctx) in etna_context_destroy()
226 etna_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info) in etna_draw_vbo()
467 etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in etna_flush()
532 struct pipe_context *pctx = priv; in etna_context_force_flush() local
539 etna_set_debug_callback(struct pipe_context *pctx, in etna_set_debug_callback()
555 struct pipe_context *pctx; in etna_context_create() local
Detnaviv_surface.c43 etna_render_handle_incompatible(struct pipe_context *pctx, struct pipe_resource *prsc) in etna_render_handle_incompatible()
77 etna_create_surface(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_surface()
188 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) in etna_surface_destroy()
196 etna_surface_init(struct pipe_context *pctx) in etna_surface_init()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c92 fd2_sampler_state_create(struct pipe_context *pctx, in fd2_sampler_state_create()
126 fd2_sampler_states_bind(struct pipe_context *pctx, in fd2_sampler_states_bind()
168 fd2_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd2_sampler_view_create()
214 fd2_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd2_set_sampler_views()
253 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()
152 fd5_sampler_states_bind(struct pipe_context *pctx, in fd5_sampler_states_bind()
199 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround()
205 fd5_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd5_sampler_view_create()
321 fd5_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd5_set_sampler_views()
349 fd5_texture_init(struct pipe_context *pctx) in fd5_texture_init()
/external/skqp/experimental/svg/model/
DSkSVGRenderContext.cpp141 SkSVGPresentationContext* pctx) { in commitToPaint()
148 SkSVGPresentationContext* pctx) { in commitToPaint()
155 SkSVGPresentationContext* pctx) { in commitToPaint()
162 SkSVGPresentationContext* pctx) { in commitToPaint()
201 SkSVGPresentationContext* pctx) { in commitToPaint()
211 SkSVGPresentationContext* pctx) { in commitToPaint()
221 SkSVGPresentationContext* pctx) { in commitToPaint()
228 SkSVGPresentationContext* pctx) { in commitToPaint()
235 SkSVGPresentationContext* pctx) { in commitToPaint()
292 const SkSVGPresentationContext& pctx) in SkSVGRenderContext()
[all …]
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_compute.c43 struct pipe_context *pctx, in panfrost_create_compute_state()
163 panfrost_set_compute_resources(struct pipe_context *pctx, in panfrost_set_compute_resources()
171 panfrost_set_global_binding(struct pipe_context *pctx, in panfrost_set_global_binding()
180 panfrost_memory_barrier(struct pipe_context *pctx, unsigned flags) in panfrost_memory_barrier()
186 panfrost_compute_context_init(struct pipe_context *pctx) in panfrost_compute_context_init()
Dpan_context.c541 panfrost_generic_cso_delete(struct pipe_context *pctx, void *hwcso) in panfrost_generic_cso_delete()
548 struct pipe_context *pctx, in panfrost_create_rasterizer_state()
563 struct pipe_context *pctx, in panfrost_bind_rasterizer_state()
572 struct pipe_context *pctx, in panfrost_create_vertex_elements_state()
598 struct pipe_context *pctx, in panfrost_bind_vertex_elements_state()
607 struct pipe_context *pctx, in panfrost_create_shader_state()
638 struct pipe_context *pctx, in panfrost_delete_shader_state()
664 struct pipe_context *pctx, in panfrost_create_sampler_state()
682 struct pipe_context *pctx, in panfrost_bind_sampler_states()
770 struct pipe_context *pctx, in panfrost_bind_shader_state()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c84 fd4_sampler_state_create(struct pipe_context *pctx, in fd4_sampler_state_create()
144 fd4_sampler_states_bind(struct pipe_context *pctx, in fd4_sampler_states_bind()
213 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround()
220 fd4_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd4_sampler_view_create()
322 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd4_set_sampler_views()
350 fd4_texture_init(struct pipe_context *pctx) in fd4_texture_init()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c45 fd6_context_destroy(struct pipe_context *pctx) in fd6_context_destroy()
86 fd6_vertex_state_create(struct pipe_context *pctx, unsigned num_elements, in fd6_vertex_state_create()
120 fd6_vertex_state_delete(struct pipe_context *pctx, void *hwcso) in fd6_vertex_state_delete()
133 struct pipe_context *pctx; in fd6_context_create() local

12345678