/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | PipeKotlinTest.kt | 43 @Test fun pipe() { in pipe() method in okio.PipeKotlinTest 44 val pipe = Pipe(6) in pipe() constant 58 val pipe = Pipe(128) in fold() constant 90 val pipe = Pipe(128) in foldWritesPipeContentsToSink() constant 103 val pipe = Pipe(4) in foldUnblocksBlockedWrite() constant 125 val pipe = Pipe(100L) in accessSourceAfterFold() constant 133 val pipe = Pipe(4) in honorsPipeSinkTimeoutOnWritingWhenItIsSmaller() constant 148 val pipe = Pipe(4) in honorsUnderlyingTimeoutOnWritingWhenItIsSmaller() constant 163 val pipe = Pipe(4) in honorsPipeSinkTimeoutOnFlushingWhenItIsSmaller() constant 178 val pipe = Pipe(4) in honorsUnderlyingTimeoutOnFlushingWhenItIsSmaller() constant [all …]
|
H A D | PipeTest.kt | 42 val pipe = Pipe(6) in test() constant 59 val pipe = Pipe(1000L) // An awkward size to force producer/consumer exchange. in largeDataset() constant 99 val pipe = Pipe(3) in sinkTimeout() constant 118 val pipe = Pipe(3L) in sourceTimeout() constant 153 val pipe = Pipe(3L) in sinkBlocksOnSlowReader() constant 176 val pipe = Pipe(3L) in sinkWriteFailsByClosedReader() constant 196 val pipe = Pipe(100L) in sinkFlushDoesntWaitForReader() constant 205 val pipe = Pipe(100L) in sinkFlushFailsIfReaderIsClosedBeforeAllDataIsRead() constant 218 val pipe = Pipe(100L) in sinkCloseFailsIfReaderIsClosedBeforeAllDataIsRead() constant 231 val pipe = Pipe(100L) in sinkClose() constant [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A 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 …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state.c | 117 nv50_blend_state_create(struct pipe_context *pipe, in nv50_blend_state_create() 209 nv50_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_bind() 218 nv50_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_delete() 225 nv50_rasterizer_state_create(struct pipe_context *pipe, in nv50_rasterizer_state_create() 346 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind() 355 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete() 361 nv50_zsa_state_create(struct pipe_context *pipe, in nv50_zsa_state_create() 440 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind() 449 nv50_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_delete() 484 nv50_sampler_state_create(struct pipe_context *pipe, in nv50_sampler_state_create() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 90 nvc0_blend_state_create(struct pipe_context *pipe, in nvc0_blend_state_create() 196 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind() 205 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete() 212 nvc0_rasterizer_state_create(struct pipe_context *pipe, in nvc0_rasterizer_state_create() 348 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind() 357 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete() 363 nvc0_zsa_state_create(struct pipe_context *pipe, in nvc0_zsa_state_create() 426 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind() 435 nvc0_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_delete() 447 nvc0_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_sampler_state_delete() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 99 struct pipe_context *pipe = tr_ctx->pipe; in dump_fb_state() local 123 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_draw_vbo() local 152 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_draw_mesh_tasks() local 177 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_draw_vertex_state() local 207 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_create_query() local 245 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_destroy_query() local 267 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_begin_query() local 289 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_end_query() local 315 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_get_query_result() local 356 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_get_query_result_resource() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | pipe.go | 87 type pipe struct { struct 88 wrMu sync.Mutex // Serialize Write operations 92 rdRx <-chan []byte 93 rdTx chan<- int 97 wrTx chan<- []byte 98 wrRx <-chan int 100 once sync.Once // Protects closing localDone 101 localDone chan struct{} 102 remoteDone <-chan struct{} 104 readDeadline pipeDeadline [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 149 i915_create_blend_state(struct pipe_context *pipe, in i915_create_blend_state() 230 i915_bind_blend_state(struct pipe_context *pipe, void *blend) in i915_bind_blend_state() 243 i915_delete_blend_state(struct pipe_context *pipe, void *blend) in i915_delete_blend_state() 249 i915_set_blend_color(struct pipe_context *pipe, in i915_set_blend_color() 263 i915_set_stencil_ref(struct pipe_context *pipe, in i915_set_stencil_ref() 274 i915_create_sampler_state(struct pipe_context *pipe, in i915_create_sampler_state() 348 i915_bind_sampler_states(struct pipe_context *pipe, in i915_bind_sampler_states() 380 i915_delete_sampler_state(struct pipe_context *pipe, void *sampler) in i915_delete_sampler_state() 442 struct pipe_context *pipe, in i915_create_depth_stencil_state() 502 i915_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in i915_bind_depth_stencil_state() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A 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 …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 317 static void* r300_create_blend_state(struct pipe_context* pipe, in r300_create_blend_state() 510 static void r300_bind_blend_state(struct pipe_context* pipe, in r300_bind_blend_state() 538 static void r300_delete_blend_state(struct pipe_context* pipe, in r300_delete_blend_state() 552 static void r300_set_blend_color(struct pipe_context* pipe, in r300_set_blend_color() 635 static void r300_set_clip_state(struct pipe_context* pipe, in r300_set_clip_state() 663 static void* r300_create_dsa_state(struct pipe_context* pipe, in r300_create_dsa_state() 783 static void r300_bind_dsa_state(struct pipe_context* pipe, in r300_bind_dsa_state() 799 static void r300_delete_dsa_state(struct pipe_context* pipe, in r300_delete_dsa_state() 805 static void r300_set_stencil_ref(struct pipe_context* pipe, in r300_set_stencil_ref() 886 r300_set_framebuffer_state(struct pipe_context* pipe, in r300_set_framebuffer_state() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ |
D | pipe.go | 39 type pipe struct { struct 40 wrMu sync.Mutex // Serializes Write operations 41 wrCh chan []byte 42 rdCh chan int 44 once sync.Once // Protects closing done 45 done chan struct{} 46 rerr onceError 47 werr onceError 50 func (p *pipe) read(b []byte) (n int, err error) { 67 func (p *pipe) closeRead(err error) error { [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 110 softpipe_shader_db(struct pipe_context *pipe, const struct tgsi_token *tokens) in softpipe_shader_db() 124 softpipe_create_shader_state(struct pipe_context *pipe, in softpipe_create_shader_state() 151 softpipe_create_fs_state(struct pipe_context *pipe, in softpipe_create_fs_state() 174 softpipe_bind_fs_state(struct pipe_context *pipe, void *fs) in softpipe_bind_fs_state() 202 softpipe_delete_fs_state(struct pipe_context *pipe, void *fs) in softpipe_delete_fs_state() 232 softpipe_create_vs_state(struct pipe_context *pipe, in softpipe_create_vs_state() 266 softpipe_bind_vs_state(struct pipe_context *pipe, void *vs) in softpipe_bind_vs_state() 280 softpipe_delete_vs_state(struct pipe_context *pipe, void *vs) in softpipe_delete_vs_state() 293 softpipe_create_gs_state(struct pipe_context *pipe, in softpipe_create_gs_state() 328 softpipe_bind_gs_state(struct pipe_context *pipe, void *gs) in softpipe_bind_gs_state() [all …]
|
H A 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()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
D | pipe.hpp | 90 typedef basic_pipe<char> pipe; typedef 218 void pipe(pipe_type&& p) {_pipe = std::move(p); } in pipe() function 220 void pipe(const pipe_type& p) {_pipe = p; } in pipe() function 222 pipe_type & pipe() & {return _pipe;} in pipe() function 224 const pipe_type &pipe() const & {return _pipe;} in pipe() function 226 pipe_type && pipe() && {return std::move(_pipe);} in pipe() function 362 void pipe(pipe_type&& p) {_buf.pipe(std::move(p)); } in pipe() function in boost::process::basic_ipstream 364 void pipe(const pipe_type& p) {_buf.pipe(p); } in pipe() function in boost::process::basic_ipstream 366 pipe_type & pipe() & {return _buf.pipe();} in pipe() function in boost::process::basic_ipstream 368 const pipe_type &pipe() const & {return _buf.pipe();} in pipe() function in boost::process::basic_ipstream [all …]
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | lib.rs | 8539 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in unknown_version() localVariable 8567 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in version_negotiation() localVariable 8593 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in verify_custom_root() localVariable 8601 let mut pipe = testing::Pipe::new().unwrap(); in missing_initial_source_connection_id() localVariable 8623 let mut pipe = testing::Pipe::new().unwrap(); in invalid_initial_source_connection_id() localVariable 8643 let mut pipe = testing::Pipe::new().unwrap(); in handshake() localVariable 8656 let mut pipe = testing::Pipe::new().unwrap(); in handshake_done() localVariable 8669 let mut pipe = testing::Pipe::new().unwrap(); in handshake_confirmation() localVariable 8747 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in handshake_resumption() localVariable 8776 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in handshake_resumption() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | lib.rs | 8539 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in unknown_version() localVariable 8567 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in version_negotiation() localVariable 8593 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in verify_custom_root() localVariable 8601 let mut pipe = testing::Pipe::new().unwrap(); in missing_initial_source_connection_id() localVariable 8623 let mut pipe = testing::Pipe::new().unwrap(); in invalid_initial_source_connection_id() localVariable 8643 let mut pipe = testing::Pipe::new().unwrap(); in handshake() localVariable 8656 let mut pipe = testing::Pipe::new().unwrap(); in handshake_done() localVariable 8669 let mut pipe = testing::Pipe::new().unwrap(); in handshake_confirmation() localVariable 8747 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in handshake_resumption() localVariable 8776 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in handshake_resumption() localVariable [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/drm/ |
H A D | freedreno_pipe.c | 19 struct fd_pipe *pipe; in fd_pipe_new2() local 76 fd_pipe_ref(struct fd_pipe *pipe) in fd_pipe_ref() 85 fd_pipe_ref_locked(struct fd_pipe *pipe) in fd_pipe_ref_locked() 93 fd_pipe_del(struct fd_pipe *pipe) in fd_pipe_del() 101 fd_pipe_del_locked(struct fd_pipe *pipe) in fd_pipe_del_locked() 116 fd_pipe_purge(struct fd_pipe *pipe) in fd_pipe_purge() 143 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) in fd_pipe_get_param() 149 fd_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) in fd_pipe_set_param() 155 fd_pipe_dev_id(struct fd_pipe *pipe) in fd_pipe_dev_id() 161 fd_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence) in fd_pipe_wait() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 60 util_make_vertex_passthrough_shader(struct pipe_context *pipe, in util_make_vertex_passthrough_shader() 73 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe, in util_make_vertex_passthrough_shader_with_so() 118 void *util_make_layered_clear_vertex_shader(struct pipe_context *pipe) in util_make_layered_clear_vertex_shader() 132 void *util_make_layered_clear_helper_vertex_shader(struct pipe_context *pipe) in util_make_layered_clear_helper_vertex_shader() 162 void *util_make_layered_clear_geometry_shader(struct pipe_context *pipe) in util_make_layered_clear_geometry_shader() 249 util_make_fragment_tex_shader(struct pipe_context *pipe, in util_make_fragment_tex_shader() 315 util_make_fs_blit_zs(struct pipe_context *pipe, unsigned zs_mask, in util_make_fs_blit_zs() 374 util_make_fragment_passthrough_shader(struct pipe_context *pipe, in util_make_fragment_passthrough_shader() 411 util_make_empty_fragment_shader(struct pipe_context *pipe) in util_make_empty_fragment_shader() 426 util_make_fragment_cloneinput_shader(struct pipe_context *pipe, int num_cbufs, in util_make_fragment_cloneinput_shader() [all …]
|
H A D | u_blitter.c | 163 struct blitter_context *util_blitter_create(struct pipe_context *pipe) in util_blitter_create() 383 struct pipe_context *pipe = ctx->base.pipe; in bind_vs_pos_only() local 409 struct pipe_context *pipe = ctx->base.pipe; in get_vs_passthrough_pos_generic() local 425 struct pipe_context *pipe = ctx->base.pipe; in get_vs_passthrough_pos() local 443 struct pipe_context *pipe = ctx->base.pipe; in get_vs_layered() local 453 struct pipe_context *pipe = ctx->base.pipe; in bind_fs_empty() local 465 struct pipe_context *pipe = ctx->base.pipe; in bind_fs_write_one_cbuf() local 479 struct pipe_context *pipe = ctx->base.pipe; in bind_fs_clear_all_cbufs() local 492 struct pipe_context *pipe = blitter->pipe; in util_blitter_destroy() local 642 struct pipe_context *pipe = ctx->base.pipe; in util_blitter_restore_vertex_states() local [all …]
|
H A D | u_threaded_context.c | 434 batch_execute(struct tc_batch *batch, struct pipe_context *pipe, uint64_t *last, bool parsing) in batch_execute() 483 struct pipe_context *pipe = batch->tc->pipe; in tc_batch_execute() local 1113 threaded_context_unwrap_sync(struct pipe_context *pipe) in threaded_context_unwrap_sync() 1175 struct pipe_context *pipe = tc->pipe; in tc_create_query() local 1185 struct pipe_context *pipe = tc->pipe; in tc_create_batch_query() local 1196 tc_call_destroy_query(struct pipe_context *pipe, void *call) in tc_call_destroy_query() 1217 tc_call_begin_query(struct pipe_context *pipe, void *call) in tc_call_begin_query() 1240 tc_call_end_query(struct pipe_context *pipe, void *call) in tc_call_end_query() 1277 struct pipe_context *pipe = tc->pipe; in tc_get_query_result() local 1311 tc_call_get_query_result_resource(struct pipe_context *pipe, void *call) in tc_call_get_query_result_resource() [all …]
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_kms.c | 490 igt_fill_pipe_props(igt_display_t *display, igt_pipe_t *pipe, in igt_fill_pipe_props() 525 const char *kmstest_pipe_name(enum pipe pipe) in kmstest_pipe_name() 547 int kmstest_pipe_to_index(char pipe) in kmstest_pipe_to_index() 1187 _kmstest_connector_config_find_encoder(int drm_fd, drmModeConnector *connector, enum pipe pipe) in _kmstest_connector_config_find_encoder() 1479 static inline uint32_t pipe_select(int pipe) in pipe_select() 1499 unsigned int kmstest_get_vblank(int fd, int pipe, unsigned int flags) in kmstest_get_vblank() 1597 char pipe; in parse_crtc() local 1611 static void kmstest_get_crtc(int device, enum pipe pipe, struct kmstest_crtc *crtc) in kmstest_get_crtc() 1667 void igt_assert_plane_visible(int fd, enum pipe pipe, int plane_index, bool visibility) in igt_assert_plane_visible() 1776 igt_pipe_t *pipe = plane->pipe; in igt_plane_set_property() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_display_poller.c | 63 #define PIPE_REG(pipe, reg_a) (pipe_offset[(pipe)] + (reg_a)) argument 92 static char pipe_name(int pipe) in pipe_name() 97 static int pipe_to_plane(uint32_t devid, int pipe) in pipe_to_plane() 126 static uint32_t dspoffset_reg(uint32_t devid, int pipe) in dspoffset_reg() 144 static uint32_t dspsurf_reg(uint32_t devid, int pipe) in dspsurf_reg() 154 static void poll_pixel_pipestat(int pipe, int bit, uint32_t *min, uint32_t *max, const int count) in poll_pixel_pipestat() 191 static void poll_pixel_iir_gen3(int pipe, int bit, uint32_t *min, uint32_t *max, const int count) in poll_pixel_iir_gen3() 234 static void poll_pixel_framecount_gen3(int pipe, uint32_t *min, uint32_t *max, const int count) in poll_pixel_framecount_gen3() 261 static void poll_pixel_pan(uint32_t devid, int pipe, int target_pixel, int target_fuzz, in poll_pixel_pan() 299 static void poll_pixel_flip(uint32_t devid, int pipe, int target_pixel, int target_fuzz, in poll_pixel_flip() [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_flip_tiling.c | 43 static igt_pipe_crc_t *pipe_crc_new(data_t *data, int pipe) in pipe_crc_new() 65 test_flip_tiling(data_t *data, enum pipe pipe, igt_output_t *output, uint64_t tiling[2]) in test_flip_tiling() 176 enum pipe pipe; variable 185 enum pipe pipe; variable 197 enum pipe pipe; variable 217 enum pipe pipe; variable 226 enum pipe pipe; variable 238 enum pipe pipe; variable 258 enum pipe pipe; variable 267 enum pipe pipe; variable [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_pipe.c | 15 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() 35 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param() 55 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param() 94 set_param(struct fd_pipe *pipe, uint32_t param, uint64_t value) in set_param() 108 msm_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) in msm_pipe_set_param() 120 msm_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence, uint64_t timeout) in msm_pipe_wait() 140 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue() 170 close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) in close_submitqueue() 180 msm_pipe_destroy(struct fd_pipe *pipe) in msm_pipe_destroy() 209 get_param(struct fd_pipe *pipe, uint32_t param) in get_param() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_blend.c | 45 llvmpipe_create_blend_state(struct pipe_context *pipe, in llvmpipe_create_blend_state() 61 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state() 77 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state() 84 llvmpipe_set_blend_color(struct pipe_context *pipe, in llvmpipe_set_blend_color() 109 llvmpipe_create_depth_stencil_state(struct pipe_context *pipe, in llvmpipe_create_depth_stencil_state() 132 llvmpipe_bind_depth_stencil_state(struct pipe_context *pipe, in llvmpipe_bind_depth_stencil_state() 149 llvmpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in llvmpipe_delete_depth_stencil_state() 156 llvmpipe_set_stencil_ref(struct pipe_context *pipe, in llvmpipe_set_stencil_ref() 173 llvmpipe_set_sample_mask(struct pipe_context *pipe, in llvmpipe_set_sample_mask() 188 llvmpipe_set_min_samples(struct pipe_context *pipe, in llvmpipe_set_min_samples()
|