HomeSort by relevance Sort by last modified time
    Searched full:ralloc_context (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/mesa3d/src/compiler/glsl/tests/
general_ir_test.cpp 31 void *mem_ctx = ralloc_context(NULL);
57 void *mem_ctx = ralloc_context(NULL);
blob_test.c 121 void *ctx = ralloc_context(NULL);
195 void *ctx = ralloc_context(NULL);
254 void *ctx =ralloc_context(NULL);
279 void *ctx = ralloc_context(NULL);
copy_constant_to_storage_tests.cpp 57 this->mem_ctx = ralloc_context(NULL);
invalidate_locations_test.cpp 49 this->mem_ctx = ralloc_context(NULL);
opt_add_neg_to_sub_test.cpp 47 mem_ctx = ralloc_context(NULL);
builtin_variable_test.cpp 60 this->mem_ctx = ralloc_context(NULL);
varyings_test.cpp 93 this->mem_ctx = ralloc_context(NULL);
  /external/mesa3d/src/compiler/glsl/
ir_variable_refcount.cpp 40 this->mem_ctx = ralloc_context(NULL);
opt_dead_functions.cpp 54 this->mem_ctx = ralloc_context(NULL);
opt_structure_splitting.cpp 78 this->mem_ctx = ralloc_context(NULL);
332 void *mem_ctx = ralloc_context(NULL);
opt_array_splitting.cpp 94 this->mem_ctx = ralloc_context(NULL);
431 void *mem_ctx = ralloc_context(NULL);
ir_array_refcount.cpp 39 this->mem_ctx = ralloc_context(NULL);
loop_controls.cpp 91 void *mem_ctx = ralloc_context(NULL);
glsl_symbol_table.cpp 108 this->mem_ctx = ralloc_context(NULL);
opt_dead_code_local.cpp 306 void *ctx = ralloc_context(NULL);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 73 this->mem_ctx = ralloc_context(NULL);
351 void *mem_ctx = ralloc_context(NULL);
brw_sf.c 59 mem_ctx = ralloc_context(NULL);
intel_asm_annotation.c 108 annotation->mem_ctx = ralloc_context(NULL);
brw_clip.c 60 mem_ctx = ralloc_context(NULL);
brw_cs.c 60 void *mem_ctx = ralloc_context(NULL);
brw_ff_gs.c 62 mem_ctx = ralloc_context(NULL);
brw_gs.c 132 void *mem_ctx = ralloc_context(NULL);
brw_link.cpp 98 void *mem_ctx = ralloc_context(NULL);
  /external/mesa3d/src/compiler/nir/
nir_sweep.c 151 void *rubbish = ralloc_context(NULL);
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 470 void *mem_ctx = ralloc_context(NULL);
618 void *mem_ctx = ralloc_context(NULL);
731 void *mem_ctx = ralloc_context(NULL);
859 void *mem_ctx = ralloc_context(NULL);
    [all...]

Completed in 844 milliseconds

1 2 3