Searched refs:num_vars (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h75 int num_vars; member in class:brw::fs_live_variables
H A Dbrw_fs_live_variables.cpp110 for (int i = 0; i < num_vars; i++) {
124 for (int i = 0; i < num_vars; i++) {
140 num_vars = v->virtual_grf_count;
144 bd[i].def = rzalloc_array(mem_ctx, bool, num_vars);
145 bd[i].use = rzalloc_array(mem_ctx, bool, num_vars);
146 bd[i].livein = rzalloc_array(mem_ctx, bool, num_vars);
147 bd[i].liveout = rzalloc_array(mem_ctx, bool, num_vars);
164 int num_vars = this->virtual_grf_count; local
169 int *def = ralloc_array(mem_ctx, int, num_vars);
170 int *use = ralloc_array(mem_ctx, int, num_vars);
[all...]
H A Dbrw_fs.cpp1036 int num_vars = this->virtual_grf_count; local
1037 bool split_grf[num_vars];
1038 int new_virtual_grf[num_vars];
1041 for (int i = 0; i < num_vars; i++) {
1073 for (int i = 0; i < num_vars; i++) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h75 int num_vars; member in class:brw::fs_live_variables
H A Dbrw_fs_live_variables.cpp110 for (int i = 0; i < num_vars; i++) {
124 for (int i = 0; i < num_vars; i++) {
140 num_vars = v->virtual_grf_count;
144 bd[i].def = rzalloc_array(mem_ctx, bool, num_vars);
145 bd[i].use = rzalloc_array(mem_ctx, bool, num_vars);
146 bd[i].livein = rzalloc_array(mem_ctx, bool, num_vars);
147 bd[i].liveout = rzalloc_array(mem_ctx, bool, num_vars);
164 int num_vars = this->virtual_grf_count; local
169 int *def = ralloc_array(mem_ctx, int, num_vars);
170 int *use = ralloc_array(mem_ctx, int, num_vars);
[all...]
H A Dbrw_fs.cpp1036 int num_vars = this->virtual_grf_count; local
1037 bool split_grf[num_vars];
1038 int new_virtual_grf[num_vars];
1041 for (int i = 0; i < num_vars; i++) {
1073 for (int i = 0; i < num_vars; i++) {
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DVariablePacker_test.cpp83 int num_vars = kMaxRows / num_rows; local
85 vars.push_back(sh::ShaderVariable(type, num_vars == 1 ? 0 : num_vars));
90 vars.push_back(sh::ShaderVariable(type, num_vars == 0 ? 0 : (num_vars + 1)));
94 num_vars = kMaxRows / num_rows *
97 for (int ii = 0; ii < num_vars; ++ii) {
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc61 size_t num_vars = 0; local
62 ShGetInfo(compiler, var_type, &num_vars);
63 for (size_t i = 0; i < num_vars; ++i) {

Completed in 683 milliseconds