Searched refs:common_data (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_build_data.c | 139 static bool collect_io_data_fs(struct rogue_common_build_data *common_data, in collect_io_data_fs() argument 174 common_data->coeffs = alloc_iterator_regs(&fs_data->iterator_args); in collect_io_data_fs() 175 assert(common_data->coeffs); in collect_io_data_fs() 176 assert(common_data->coeffs < ROGUE_MAX_REG_COEFF); in collect_io_data_fs() 293 static bool collect_io_data_vs(struct rogue_common_build_data *common_data, in collect_io_data_vs() argument 412 static bool collect_ubo_data(struct rogue_common_build_data *common_data, in collect_ubo_data() argument 459 reserve_ubo(&common_data->ubo_data, desc_set, binding, ubo_size_regs); in collect_ubo_data() 462 common_data->shareds = alloc_ubos(&common_data->ubo_data); in collect_ubo_data() 463 assert(common_data->shareds < ROGUE_MAX_REG_SHARED); in collect_ubo_data() 483 struct rogue_common_build_data *common_data = &ctx->common_data[stage]; in rogue_collect_io_data() local [all …]
|
D | rogue_build_data.h | 153 struct rogue_common_build_data common_data[MESA_SHADER_FRAGMENT + 1]; member
|
D | rogue.c | 585 &shader->ctx->common_data[shader->stage].ubo_data; in trans_nir_intrinsic_load_ubo() 757 &ctx->common_data[stage].temps, in rogue_nir_to_rogue() 758 &ctx->common_data[stage].internals)) in rogue_nir_to_rogue()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_pipeline.c | 1370 const struct rogue_common_build_data *common_data, in pvr_vertex_state_init() argument 1379 vertex_state->stage_state.const_shared_reg_count = common_data->shareds; in pvr_vertex_state_init() 1381 vertex_state->stage_state.temps_count = common_data->temps; in pvr_vertex_state_init() 1382 vertex_state->stage_state.coefficient_size = common_data->coeffs; in pvr_vertex_state_init() 1418 const struct rogue_common_build_data *common_data) in pvr_fragment_state_init() argument 1428 fragment_state->stage_state.temps_count = common_data->temps; in pvr_fragment_state_init() 1429 fragment_state->stage_state.coefficient_size = common_data->coeffs; in pvr_fragment_state_init() 1534 &ctx->common_data[stage], in pvr_graphics_pipeline_compile() 1565 &ctx->common_data[MESA_SHADER_VERTEX], in pvr_graphics_pipeline_compile() 1586 &ctx->common_data[MESA_SHADER_FRAGMENT]); in pvr_graphics_pipeline_compile() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 13696 compiler_common common_data; in jit_compile() local 13697 compiler_common *common = &common_data; in jit_compile()
|