| /external/syzkaller/vendor/golang.org/x/net/http2/ |
| D | pipe.go | 16 type pipe struct { struct 17 mu sync.Mutex 18 c sync.Cond // c.L lazily initialized to &p.mu 19 b pipeBuffer // nil when done reading 20 err error // read error once empty. non-nil means closed. 21 breakErr error // immediate read error (caller doesn't see rest of b) 22 donec chan struct{} // closed on error 23 readFn func() // optional code to run in Read before error 32 func (p *pipe) Len() int { 43 func (p *pipe) Read(d []byte) (n int, err error) { [all …]
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_state.c | 39 nv30_blend_state_create(struct pipe_context *pipe, in nv30_blend_state_create() 119 nv30_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_bind() 128 nv30_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_delete() 134 nv30_rasterizer_state_create(struct pipe_context *pipe, in nv30_rasterizer_state_create() 196 nv30_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_bind() 205 nv30_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_delete() 211 nv30_zsa_state_create(struct pipe_context *pipe, in nv30_zsa_state_create() 274 nv30_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_bind() 283 nv30_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_delete() 289 nv30_set_blend_color(struct pipe_context *pipe, in nv30_set_blend_color() [all …]
|
| D | nv30_texture.c | 41 wrap_mode(unsigned pipe) in wrap_mode() 128 nv30_sampler_state_create(struct pipe_context *pipe, in nv30_sampler_state_create() 184 nv30_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_sampler_state_delete() 190 nv30_bind_sampler_states(struct pipe_context *pipe, in nv30_bind_sampler_states() 219 nv30_sampler_view_create(struct pipe_context *pipe, struct pipe_resource *pt, in nv30_sampler_view_create() 310 nv30_sampler_view_destroy(struct pipe_context *pipe, in nv30_sampler_view_destroy() 318 nv30_texture_init(struct pipe_context *pipe) in nv30_texture_init()
|
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_state_blend.c | 39 softpipe_create_blend_state(struct pipe_context *pipe, in softpipe_create_blend_state() 47 softpipe_bind_blend_state(struct pipe_context *pipe, in softpipe_bind_blend_state() 61 softpipe_delete_blend_state(struct pipe_context *pipe, in softpipe_delete_blend_state() 69 softpipe_set_blend_color(struct pipe_context *pipe, in softpipe_set_blend_color() 89 softpipe_create_depth_stencil_state(struct pipe_context *pipe, in softpipe_create_depth_stencil_state() 97 softpipe_bind_depth_stencil_state(struct pipe_context *pipe, in softpipe_bind_depth_stencil_state() 109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in softpipe_delete_depth_stencil_state() 116 softpipe_set_stencil_ref(struct pipe_context *pipe, in softpipe_set_stencil_ref() 128 softpipe_set_sample_mask(struct pipe_context *pipe, in softpipe_set_sample_mask() 135 softpipe_init_blend_funcs(struct pipe_context *pipe) in softpipe_init_blend_funcs()
|
| D | sp_state_shader.c | 119 softpipe_create_fs_state(struct pipe_context *pipe, in softpipe_create_fs_state() 146 softpipe_bind_fs_state(struct pipe_context *pipe, void *fs) in softpipe_bind_fs_state() 174 softpipe_delete_fs_state(struct pipe_context *pipe, void *fs) in softpipe_delete_fs_state() 204 softpipe_create_vs_state(struct pipe_context *pipe, in softpipe_create_vs_state() 239 softpipe_bind_vs_state(struct pipe_context *pipe, void *vs) in softpipe_bind_vs_state() 253 softpipe_delete_vs_state(struct pipe_context *pipe, void *vs) in softpipe_delete_vs_state() 266 softpipe_create_gs_state(struct pipe_context *pipe, in softpipe_create_gs_state() 309 softpipe_bind_gs_state(struct pipe_context *pipe, void *gs) in softpipe_bind_gs_state() 323 softpipe_delete_gs_state(struct pipe_context *pipe, void *gs) in softpipe_delete_gs_state() 339 softpipe_set_constant_buffer(struct pipe_context *pipe, in softpipe_set_constant_buffer() [all …]
|
| D | sp_state_rasterizer.c | 37 softpipe_create_rasterizer_state(struct pipe_context *pipe, in softpipe_create_rasterizer_state() 45 softpipe_bind_rasterizer_state(struct pipe_context *pipe, in softpipe_bind_rasterizer_state() 63 softpipe_delete_rasterizer_state(struct pipe_context *pipe, in softpipe_delete_rasterizer_state() 71 softpipe_init_rasterizer_funcs(struct pipe_context *pipe) in softpipe_init_rasterizer_funcs()
|
| D | sp_state_vertex.c | 43 softpipe_create_vertex_elements_state(struct pipe_context *pipe, in softpipe_create_vertex_elements_state() 59 softpipe_bind_vertex_elements_state(struct pipe_context *pipe, in softpipe_bind_vertex_elements_state() 75 softpipe_delete_vertex_elements_state(struct pipe_context *pipe, void *velems) in softpipe_delete_vertex_elements_state() 82 softpipe_set_vertex_buffers(struct pipe_context *pipe, in softpipe_set_vertex_buffers() 101 softpipe_init_vertex_funcs(struct pipe_context *pipe) in softpipe_init_vertex_funcs()
|
| D | sp_state_clip.c | 36 softpipe_set_clip_state(struct pipe_context *pipe, in softpipe_set_clip_state() 47 softpipe_set_viewport_states(struct pipe_context *pipe, in softpipe_set_viewport_states() 65 softpipe_set_scissor_states(struct pipe_context *pipe, in softpipe_set_scissor_states() 84 softpipe_set_polygon_stipple(struct pipe_context *pipe, in softpipe_set_polygon_stipple() 97 softpipe_init_clip_funcs(struct pipe_context *pipe) in softpipe_init_clip_funcs()
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_state.c | 116 nv50_blend_state_create(struct pipe_context *pipe, in nv50_blend_state_create() 208 nv50_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_bind() 217 nv50_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_delete() 224 nv50_rasterizer_state_create(struct pipe_context *pipe, in nv50_rasterizer_state_create() 345 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind() 354 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete() 360 nv50_zsa_state_create(struct pipe_context *pipe, in nv50_zsa_state_create() 439 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind() 448 nv50_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_delete() 483 nv50_sampler_state_create(struct pipe_context *pipe, in nv50_sampler_state_create() [all …]
|
| D | nv50_query.c | 34 nv50_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in nv50_create_query() 44 nv50_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_destroy_query() 51 nv50_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_begin_query() 58 nv50_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_end_query() 66 nv50_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv50_get_query_result() 74 nv50_render_condition(struct pipe_context *pipe, in nv50_render_condition() 149 nv50_set_active_query_state(struct pipe_context *pipe, boolean enable) in nv50_set_active_query_state() 156 struct pipe_context *pipe = &nv50->base.pipe; in nv50_init_query_functions() local
|
| /external/mesa3d/src/gallium/drivers/ddebug/ |
| D | dd_context.c | 52 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_create_query() local 77 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_create_batch_query() local 103 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_destroy_query() local 113 struct pipe_context *pipe = dctx->pipe; in dd_context_begin_query() local 122 struct pipe_context *pipe = dctx->pipe; in dd_context_end_query() local 132 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_get_query_result() local 140 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_set_active_query_state() local 151 struct pipe_context *pipe = dctx->pipe; in dd_context_render_condition() local 222 struct pipe_context *pipe = dctx->pipe; in DD_CSO_WHOLE() local 247 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_create_vertex_elements_state() local [all …]
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_blend.c | 45 llvmpipe_create_blend_state(struct pipe_context *pipe, in llvmpipe_create_blend_state() 62 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state() 78 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state() 85 llvmpipe_set_blend_color(struct pipe_context *pipe, in llvmpipe_set_blend_color() 110 llvmpipe_create_depth_stencil_state(struct pipe_context *pipe, in llvmpipe_create_depth_stencil_state() 133 llvmpipe_bind_depth_stencil_state(struct pipe_context *pipe, in llvmpipe_bind_depth_stencil_state() 150 llvmpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in llvmpipe_delete_depth_stencil_state() 157 llvmpipe_set_stencil_ref(struct pipe_context *pipe, in llvmpipe_set_stencil_ref() 177 llvmpipe_set_sample_mask(struct pipe_context *pipe, in llvmpipe_set_sample_mask()
|
| D | lp_query.c | 52 llvmpipe_create_query(struct pipe_context *pipe, in llvmpipe_create_query() 71 llvmpipe_destroy_query(struct pipe_context *pipe, struct pipe_query *q) in llvmpipe_destroy_query() 93 llvmpipe_get_query_result(struct pipe_context *pipe, in llvmpipe_get_query_result() 190 llvmpipe_begin_query(struct pipe_context *pipe, struct pipe_query *q) in llvmpipe_begin_query() 247 llvmpipe_end_query(struct pipe_context *pipe, struct pipe_query *q) in llvmpipe_end_query() 314 struct pipe_context *pipe = &lp->pipe; in llvmpipe_check_render_cond() local 332 llvmpipe_set_active_query_state(struct pipe_context *pipe, boolean enable) in llvmpipe_set_active_query_state()
|
| /external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_state.c | 88 nvc0_blend_state_create(struct pipe_context *pipe, in nvc0_blend_state_create() 194 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind() 203 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete() 210 nvc0_rasterizer_state_create(struct pipe_context *pipe, in nvc0_rasterizer_state_create() 332 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind() 341 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete() 347 nvc0_zsa_state_create(struct pipe_context *pipe, in nvc0_zsa_state_create() 410 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind() 419 nvc0_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_delete() 431 nvc0_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_sampler_state_delete() [all …]
|
| D | nvc0_query.c | 35 nvc0_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in nvc0_create_query() 48 nvc0_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_destroy_query() 55 nvc0_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_begin_query() 62 nvc0_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_end_query() 70 nvc0_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nvc0_get_query_result() 78 nvc0_get_query_result_resource(struct pipe_context *pipe, in nvc0_get_query_result_resource() 96 nvc0_render_condition(struct pipe_context *pipe, in nvc0_render_condition() 266 nvc0_set_active_query_state(struct pipe_context *pipe, boolean enable) in nvc0_set_active_query_state() 273 struct pipe_context *pipe = &nvc0->base.pipe; in nvc0_init_query_functions() local
|
| /external/mesa3d/src/gallium/drivers/i915/ |
| D | i915_state.c | 101 i915_create_blend_state(struct pipe_context *pipe, in i915_create_blend_state() 177 static void i915_bind_blend_state(struct pipe_context *pipe, in i915_bind_blend_state() 191 static void i915_delete_blend_state(struct pipe_context *pipe, void *blend) in i915_delete_blend_state() 196 static void i915_set_blend_color( struct pipe_context *pipe, in i915_set_blend_color() 209 static void i915_set_stencil_ref( struct pipe_context *pipe, in i915_set_stencil_ref() 220 i915_create_sampler_state(struct pipe_context *pipe, in i915_create_sampler_state() 296 i915_bind_vertex_sampler_states(struct pipe_context *pipe, in i915_bind_vertex_sampler_states() 331 static void i915_bind_fragment_sampler_states(struct pipe_context *pipe, in i915_bind_fragment_sampler_states() 361 i915_bind_sampler_states(struct pipe_context *pipe, in i915_bind_sampler_states() 379 static void i915_delete_sampler_state(struct pipe_context *pipe, in i915_delete_sampler_state() [all …]
|
| /external/mesa3d/src/gallium/drivers/swr/ |
| D | swr_state.cpp | 60 swr_create_blend_state(struct pipe_context *pipe, in swr_create_blend_state() 125 swr_bind_blend_state(struct pipe_context *pipe, void *blend) in swr_bind_blend_state() 138 swr_delete_blend_state(struct pipe_context *pipe, void *blend) in swr_delete_blend_state() 144 swr_set_blend_color(struct pipe_context *pipe, in swr_set_blend_color() 155 swr_set_stencil_ref(struct pipe_context *pipe, in swr_set_stencil_ref() 167 struct pipe_context *pipe, in swr_create_depth_stencil_state() 179 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in swr_bind_depth_stencil_state() 192 swr_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in swr_delete_depth_stencil_state() 199 swr_create_rasterizer_state(struct pipe_context *pipe, in swr_create_rasterizer_state() 209 swr_bind_rasterizer_state(struct pipe_context *pipe, void *handle) in swr_bind_rasterizer_state() [all …]
|
| D | swr_query.cpp | 41 swr_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in swr_create_query() 61 swr_destroy_query(struct pipe_context *pipe, struct pipe_query *q) in swr_destroy_query() 76 swr_get_query_result(struct pipe_context *pipe, in swr_get_query_result() 162 swr_begin_query(struct pipe_context *pipe, struct pipe_query *q) in swr_begin_query() 196 swr_end_query(struct pipe_context *pipe, struct pipe_query *q) in swr_end_query() 233 swr_check_render_cond(struct pipe_context *pipe) in swr_check_render_cond() 255 swr_set_active_query_state(struct pipe_context *pipe, boolean enable) in swr_set_active_query_state() 260 swr_query_init(struct pipe_context *pipe) in swr_query_init()
|
| /external/libdrm/freedreno/msm/ |
| D | msm_pipe.c | 31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param() 51 static int msm_pipe_get_param(struct fd_pipe *pipe, in msm_pipe_get_param() 78 static int msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in msm_pipe_wait() 99 static int open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue() 128 static void close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) in close_submitqueue() 137 static void msm_pipe_destroy(struct fd_pipe *pipe) in msm_pipe_destroy() 151 static uint64_t get_param(struct fd_pipe *pipe, uint32_t param) in get_param() 170 struct fd_pipe *pipe = NULL; in msm_pipe_new() local
|
| /external/mesa3d/src/gallium/drivers/trace/ |
| D | tr_context.c | 95 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_draw_vbo() local 116 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_create_query() local 153 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_destroy_query() local 175 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_begin_query() local 197 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_end_query() local 221 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_get_query_result() local 254 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_set_active_query_state() local 272 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_create_blend_state() local 295 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_bind_blend_state() local 313 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_delete_blend_state() local [all …]
|
| /external/mesa3d/src/gallium/drivers/rbug/ |
| D | rbug_context.c | 45 struct pipe_context *pipe = rb_pipe->pipe; in rbug_destroy() local 120 struct pipe_context *pipe = rb_pipe->pipe; in rbug_draw_vbo() local 143 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_query() local 159 struct pipe_context *pipe = rb_pipe->pipe; in rbug_destroy_query() local 172 struct pipe_context *pipe = rb_pipe->pipe; in rbug_begin_query() local 186 struct pipe_context *pipe = rb_pipe->pipe; in rbug_end_query() local 204 struct pipe_context *pipe = rb_pipe->pipe; in rbug_get_query_result() local 221 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_active_query_state() local 233 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_blend_state() local 249 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_blend_state() local [all …]
|
| /external/libdrm/freedreno/ |
| D | freedreno_pipe.c | 39 struct fd_pipe *pipe; in fd_pipe_new2() local 73 void fd_pipe_del(struct fd_pipe *pipe) in fd_pipe_del() 78 int fd_pipe_get_param(struct fd_pipe *pipe, in fd_pipe_get_param() 84 int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in fd_pipe_wait() 89 int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, in fd_pipe_wait_timeout()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_queryobj.c | 66 free_queries(struct pipe_context *pipe, struct st_query_object *stq) in free_queries() 83 struct pipe_context *pipe = st_context(ctx)->pipe; in st_DeleteQuery() local 96 struct pipe_context *pipe = st->pipe; in st_BeginQuery() local 189 struct pipe_context *pipe = st_context(ctx)->pipe; in st_EndQuery() local 213 get_query_result(struct pipe_context *pipe, in get_query_result() 296 struct pipe_context *pipe = st_context(ctx)->pipe; in st_WaitQuery() local 315 struct pipe_context *pipe = st_context(ctx)->pipe; in st_CheckQuery() local 325 struct pipe_context *pipe = st_context(ctx)->pipe; in st_GetTimestamp() local 344 struct pipe_context *pipe = st_context(ctx)->pipe; in st_StoreQueryResult() local
|
| /external/mesa3d/src/gallium/drivers/r300/ |
| D | r300_state.c | 338 static void* r300_create_blend_state(struct pipe_context* pipe, in r300_create_blend_state() 531 static void r300_bind_blend_state(struct pipe_context* pipe, in r300_bind_blend_state() 559 static void r300_delete_blend_state(struct pipe_context* pipe, in r300_delete_blend_state() 573 static void r300_set_blend_color(struct pipe_context* pipe, in r300_set_blend_color() 655 static void r300_set_clip_state(struct pipe_context* pipe, in r300_set_clip_state() 683 static void* r300_create_dsa_state(struct pipe_context* pipe, in r300_create_dsa_state() 803 static void r300_bind_dsa_state(struct pipe_context* pipe, in r300_bind_dsa_state() 819 static void r300_delete_dsa_state(struct pipe_context* pipe, in r300_delete_dsa_state() 825 static void r300_set_stencil_ref(struct pipe_context* pipe, in r300_set_stencil_ref() 906 r300_set_framebuffer_state(struct pipe_context* pipe, in r300_set_framebuffer_state() [all …]
|
| /external/libdrm/etnaviv/ |
| D | etnaviv_pipe.c | 29 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait() 34 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns() 58 void etna_pipe_del(struct etna_pipe *pipe) in etna_pipe_del() 65 struct etna_pipe *pipe; in etna_pipe_new() local
|