HomeSort by relevance Sort by last modified time
    Searched refs:num_vars (Results 1 - 12 of 12) 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/chromium_org/third_party/angle_dx11/tests/compiler_tests/
VariablePacker_test.cpp 48 int num_vars = kMaxRows / num_rows; local
50 vars.push_back(TVariableInfo(type, num_vars));
55 vars.push_back(TVariableInfo(type, num_vars + 1));
59 num_vars = kMaxRows / num_rows *
62 for (int ii = 0; ii < num_vars; ++ii) {
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /frameworks/compile/slang/
slang_rs_metadata_spec.h 73 unsigned num_vars; member in struct:RSMetadata
  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 58 ANGLEGetInfoType num_vars = 0; local
59 ShGetInfo(compiler, var_type, &num_vars);
60 for (ANGLEGetInfoType i = 0; i < num_vars; ++i) {
  /dalvik/dx/etc/
jasmin.jar 

Completed in 398 milliseconds