Home
last modified time | relevance | path

Searched refs:ralloc_context (Results 1 – 25 of 76) sorted by relevance

1234

/external/mesa3d/src/compiler/glsl/tests/
Dgeneral_ir_test.cpp31 void *mem_ctx = ralloc_context(NULL); in TEST()
57 void *mem_ctx = ralloc_context(NULL); in TEST()
Dlower_int64_test.cpp60 mem_ctx = ralloc_context(NULL); in SetUp()
386 mem_ctx = ralloc_context(NULL); in SetUp()
Dinvalidate_locations_test.cpp49 this->mem_ctx = ralloc_context(NULL); in SetUp()
Dopt_add_neg_to_sub_test.cpp47 mem_ctx = ralloc_context(NULL); in SetUp()
Dcopy_constant_to_storage_tests.cpp57 this->mem_ctx = ralloc_context(NULL); in SetUp()
/external/mesa3d/src/compiler/glsl/
Dopt_dead_functions.cpp54 this->mem_ctx = ralloc_context(NULL); in ir_dead_functions_visitor()
Dopt_structure_splitting.cpp78 this->mem_ctx = ralloc_context(NULL); in ir_structure_reference_visitor()
326 void *mem_ctx = ralloc_context(NULL); in do_structure_splitting()
Dir_variable_refcount.cpp40 this->mem_ctx = ralloc_context(NULL); in ir_variable_refcount_visitor()
Dopt_array_splitting.cpp94 this->mem_ctx = ralloc_context(NULL); in ir_array_reference_visitor()
454 void *mem_ctx = ralloc_context(NULL); in optimize_split_arrays()
Dir_function_detect_recursion.cpp161 this->mem_ctx = ralloc_context(NULL); in has_recursion_visitor()
Dir_array_refcount.cpp39 this->mem_ctx = ralloc_context(NULL); in ir_array_refcount_visitor()
Dloop_analysis.cpp96 void *mem_ctx = ralloc_context(NULL); in calculate_iterations()
257 this->mem_ctx = ralloc_context(NULL); in loop_state()
/external/mesa3d/src/util/
Dxmlconfig.h136 void *ctx = ralloc_context(NULL); in driComputeOptionsSha1()
Dralloc.h92 void *ralloc_context(const void *ctx);
/external/mesa3d/src/compiler/
Dglsl_types.cpp60 this->mem_ctx = ralloc_context(NULL); in glsl_type()
81 this->mem_ctx = ralloc_context(NULL); in glsl_type()
103 this->mem_ctx = ralloc_context(NULL); in glsl_type()
131 this->mem_ctx = ralloc_context(NULL); in glsl_type()
156 this->mem_ctx = ralloc_context(NULL); in glsl_type()
183 this->mem_ctx = ralloc_context(NULL); in glsl_type()
471 this->mem_ctx = ralloc_context(NULL); in glsl_type()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c56 mem_ctx = ralloc_context(NULL); in compile_sf_prog()
Dbrw_ff_gs.c62 mem_ctx = ralloc_context(NULL); in brw_codegen_ff_gs_prog()
Dbrw_clip.c52 mem_ctx = ralloc_context(NULL); in compile_clip_prog()
Dbrw_cs.c57 void *mem_ctx = ralloc_context(NULL); in brw_codegen_cs_prog()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c528 void *mem_ctx = ralloc_context(NULL); in anv_pipeline_compile_vs()
666 void *mem_ctx = ralloc_context(NULL); in anv_pipeline_compile_tcs_tes()
791 void *mem_ctx = ralloc_context(NULL); in anv_pipeline_compile_gs()
869 void *mem_ctx = ralloc_context(NULL); in anv_pipeline_compile_fs()
1017 void *mem_ctx = ralloc_context(NULL); in anv_pipeline_compile_cs()
/external/mesa3d/src/compiler/nir/
Dnir_sweep.c151 void *rubbish = ralloc_context(NULL); in nir_sweep()
Dnir_split_var_copies.c268 state.dead_ctx = ralloc_context(NULL); in split_var_copies_impl()
Dnir_lower_phis_to_scalar.c275 state.dead_ctx = ralloc_context(NULL); in lower_phis_to_scalar_impl()
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c58 void *mem_ctx = ralloc_context(NULL); in blorp_params_get_clear_kernel()
119 void *mem_ctx = ralloc_context(NULL); in blorp_params_get_layer_offset_vs()
802 void *mem_ctx = ralloc_context(NULL); in blorp_params_get_mcs_partial_resolve_kernel()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c180 void *mem_ctx = ralloc_context(NULL); in brw_nir_analyze_ubo_ranges()

1234