/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm_sample.c | 61 const struct draw_sampler_static_state *static_state; member 81 const struct draw_image_static_state *static_state; member 348 &sampler->dynamic_state.static_state[i].texture_state, in draw_llvm_sampler_soa_emit_fetch_texel() 349 &sampler->dynamic_state.static_state[i].sampler_state, in draw_llvm_sampler_soa_emit_fetch_texel() 354 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state, in draw_llvm_sampler_soa_emit_fetch_texel() 355 &sampler->dynamic_state.static_state[sampler_index].sampler_state, in draw_llvm_sampler_soa_emit_fetch_texel() 375 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in draw_llvm_sampler_soa_emit_size_query() 381 draw_llvm_sampler_soa_create(const struct draw_sampler_static_state *static_state, in draw_llvm_sampler_soa_create() argument 408 sampler->dynamic_state.static_state = static_state; in draw_llvm_sampler_soa_create() 433 &image->dynamic_state.static_state[i].image_state, in draw_llvm_image_soa_emit_op() [all …]
|
D | draw_llvm.h | 893 draw_llvm_sampler_soa_create(const struct draw_sampler_static_state *static_state, 897 draw_llvm_image_soa_create(const struct draw_image_static_state *static_state,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 67 const struct lp_sampler_static_state *static_state; member 86 const struct lp_image_static_state *static_state; member 389 &sampler->dynamic_state.static_state[i].texture_state, in lp_llvm_sampler_soa_emit_fetch_texel() 390 &sampler->dynamic_state.static_state[i].sampler_state, in lp_llvm_sampler_soa_emit_fetch_texel() 395 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state, in lp_llvm_sampler_soa_emit_fetch_texel() 396 &sampler->dynamic_state.static_state[sampler_index].sampler_state, in lp_llvm_sampler_soa_emit_fetch_texel() 415 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in lp_llvm_sampler_soa_emit_size_query() 422 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, in lp_llvm_sampler_soa_create() argument 454 sampler->dynamic_state.static_state = static_state; in lp_llvm_sampler_soa_create() 486 &image->dynamic_state.static_state[i].image_state, in lp_llvm_image_soa_emit_op() [all …]
|
/external/perfetto/include/perfetto/tracing/ |
D | interceptor.h | 225 internal::DataSourceStaticState* static_state; member 271 ThreadLocalStateArgs(internal::DataSourceStaticState* static_state, in ThreadLocalStateArgs() argument 273 : static_state_(static_state), in ThreadLocalStateArgs() 307 tls_args_(args.static_state, args.instance_index), in InterceptorContext() 326 auto tls_factory = [](internal::DataSourceStaticState* static_state, in Register() 334 ThreadLocalStateArgs args(static_state, data_source_instance_index); in Register()
|
D | data_source.h | 140 internal::DataSourceStaticState* static_state, in GetDataSourceTLS() 142 auto* ds_tls = &root_tls->data_sources_tls[static_state->index]; in GetDataSourceTLS() 145 assert(!ds_tls->static_state || in GetDataSourceTLS() 146 ds_tls->static_state->index == static_state->index); in GetDataSourceTLS() 489 internal::DataSourceStaticState* static_state) { in GetOrCreateDataSourceTLS() argument 496 DataSourceTraits::GetDataSourceTLS(static_state, root_tls); in GetOrCreateDataSourceTLS() 499 ds_tls->static_state = static_state; in GetOrCreateDataSourceTLS()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.cc | 767 DataSourceStaticState* static_state) { in RegisterDataSource() argument 769 if (static_state->index != kMaxDataSources) in RegisterDataSource() 781 static_assert(sizeof(static_state->instances[0]) >= sizeof(DataSourceState), in RegisterDataSource() 783 for (size_t i = 0; i < static_state->instances.size(); i++) in RegisterDataSource() 784 new (&static_state->instances[i]) DataSourceState{}; in RegisterDataSource() 786 static_state->index = new_index; in RegisterDataSource() 788 task_runner_->PostTask([this, descriptor, factory, static_state] { in RegisterDataSource() 793 rds.static_state = static_state; in RegisterDataSource() 847 DataSourceStaticState& static_state = *rds.static_state; in SetupDataSource() local 858 if (!static_state.TryGet(i)) in SetupDataSource() [all …]
|
D | interceptor_trace_writer.cc | 30 DataSourceStaticState* static_state, in InterceptorTraceWriter() argument 34 static_state_(static_state), in InterceptorTraceWriter() 51 args.static_state = static_state_; in Flush()
|
D | tracing_muxer_impl.h | 356 DataSourceStaticState* static_state = nullptr; member 390 : static_state(a), internal_state(b), instance_idx(c) {} in FindDataSourceRes() 393 DataSourceStaticState* static_state = nullptr; member
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_tex_sample.cpp | 76 const struct swr_sampler_static_state *static_state; member 314 &sampler->dynamic_state.static_state[texture_index].texture_state, in swr_sampler_soa_emit_fetch_texel() 315 &sampler->dynamic_state.static_state[sampler_index].sampler_state, in swr_sampler_soa_emit_fetch_texel() 336 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in swr_sampler_soa_emit_size_query() 343 swr_sampler_soa_create(const struct swr_sampler_static_state *static_state, in swr_sampler_soa_create() argument 371 sampler->dynamic_state.static_state = static_state; in swr_sampler_soa_create()
|
/external/perfetto/include/perfetto/tracing/internal/ |
D | interceptor_trace_writer.h | 34 DataSourceStaticState* static_state,
|
D | data_source_internal.h | 173 DataSourceStaticState* static_state = nullptr; member
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 90 const struct lp_static_sampler_state *static_state = bld->static_sampler_state; in lp_build_sample_texel_soa() local 99 if (lp_sampler_wrap_mode_uses_border_color(static_state->wrap_s, in lp_build_sample_texel_soa() 100 static_state->min_img_filter, in lp_build_sample_texel_soa() 101 static_state->mag_img_filter)) { in lp_build_sample_texel_soa() 109 lp_sampler_wrap_mode_uses_border_color(static_state->wrap_t, in lp_build_sample_texel_soa() 110 static_state->min_img_filter, in lp_build_sample_texel_soa() 111 static_state->mag_img_filter)) { in lp_build_sample_texel_soa() 125 lp_sampler_wrap_mode_uses_border_color(static_state->wrap_r, in lp_build_sample_texel_soa() 126 static_state->min_img_filter, in lp_build_sample_texel_soa() 127 static_state->mag_img_filter)) { in lp_build_sample_texel_soa() [all …]
|
D | lp_bld_sample.h | 698 const struct lp_static_texture_state *static_state,
|
/external/perfetto/src/tracing/test/ |
D | api_integrationtest.cc | 251 perfetto::internal::DataSourceStaticState* static_state; member 262 perfetto::internal::DataSourceStaticState* static_state) override { in RegisterDataSource() argument 263 data_sources.emplace_back(DataSource{dsd, static_state}); in RegisterDataSource() 1037 EXPECT_NE(muxer.data_sources[0].static_state, in TEST_P() 1038 muxer.data_sources[1].static_state); in TEST_P()
|