Home
last modified time | relevance | path

Searched defs:num_vars (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_dead_code_eliminate.cpp80 int num_vars = live_vars.num_vars; in dead_code_eliminate() local
Dbrw_vec4_dead_code_eliminate.cpp45 int num_vars = live_vars.num_vars; in dead_code_eliminate() local
Dbrw_vec4_live_variables.h81 int num_vars; variable
Dbrw_fs_live_variables.h111 int num_vars; variable
Dbrw_vec4.cpp1526 int num_vars = this->alloc.count; in split_virtual_grfs() local
Dbrw_fs.cpp1984 int num_vars = this->alloc.count; in split_virtual_grfs() local
/external/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c122 unsigned num_vars, in st_nir_make_passthrough_shader()
/external/tensorflow/tensorflow/python/eager/
Dremote_benchmarks_test.py64 def __init__(self, num_vars): argument
/external/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp96 int num_vars = kMaxRows / num_rows; in TEST() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_live_variables.c264 qir_compute_start_end(struct vc4_compile *c, int num_vars) in qir_compute_start_end()
/external/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c295 vir_compute_start_end(struct v3d_compile *c, int num_vars) in vir_compute_start_end()
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_test.py182 def _testWhile(self, num_vars, num_iterations, key_base): argument
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c159 unsigned num_vars = 0; in get_flat_type() local
Dnir_serialize.c430 unsigned num_vars = blob_read_uint32(ctx->blob); in read_var_list() local
/external/libcups/cups/
Dipp-private.h171 int num_vars; /* Number of variables */ member
/external/libcups/scheduler/
Dconf.c2663 size_t num_vars, /* I - Number of variables */ in parse_variable()
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp839 unsigned num_vars = 0; in get_regs_for_copies() local
971 unsigned num_vars = 0; in get_reg_impl() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c602 size_t num_vars, size_t *position) in spirv_builder_emit_phi()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp111 find_assignment_visitor(unsigned num_vars, in find_assignment_visitor()