HomeSort by relevance Sort by last modified time
    Searched refs:num_vars (Results 1 - 7 of 7) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 10 // second innermost, and so on. Each call caches NUM_VARS elements of
15 const int num_vars = 16; variable
18 float float_src[num_vars * depth];
19 float float_dest[num_vars];
21 int int_src[num_vars * depth];
22 int int_dest[num_vars];
26 float *fsrc = &float_src[level * num_vars];
44 int *isrc = &int_src[level * num_vars];
118 for (int i = 0; i < depth * num_vars; i++)
127 float *fsrc = &float_src[throw_to * num_vars];
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 10 // second innermost, and so on. Each call caches NUM_VARS elements of
15 const int num_vars = 16; variable
18 float float_src[num_vars * depth];
19 float float_dest[num_vars];
21 int int_src[num_vars * depth];
22 int int_dest[num_vars];
26 float *fsrc = &float_src[level * num_vars];
44 int *isrc = &int_src[level * num_vars];
118 for (int i = 0; i < depth * num_vars; i++)
127 float *fsrc = &float_src[throw_to * num_vars];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 75 int num_vars; member in class:brw::fs_live_variables
brw_fs_live_variables.cpp 110 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...]
brw_fs.cpp 1036 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++) {
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 895 milliseconds