Home
last modified time | relevance | path

Searched refs:num_uniform_floats (Results 1 – 3 of 3) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_OpenGL_Dev.cpp885 int num_uniform_floats = 0; in add_kernel() local
922 ++num_uniform_floats; in add_kernel()
933 num_uniform_floats = (num_uniform_floats + 3) / 4; in add_kernel()
957 for (int i = 0; i != num_uniform_floats; ++i) { in add_kernel()
H A DCodeGen_GPU_Host.cpp312 int num_uniform_floats = 0; in visit() local
326 closure_args[i].packed_index = num_uniform_floats++; in visit()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dopengl.cpp1370 int num_uniform_floats = 0; in halide_opengl_run() local
1395 ++num_uniform_floats; in halide_opengl_run()
1410 int num_padded_uniform_floats = (num_uniform_floats + 0x3) & ~0x3; in halide_opengl_run()