Home
last modified time | relevance | path

Searched refs:grid_z (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dgrid_soa_intersector_packet.h88 const float* const grid_z = grid_x + 2 * dim_offset; in intersect() local
101 const Vec3vf<K> p00(grid_x[ofs00],grid_y[ofs00],grid_z[ofs00]); in intersect()
102 const Vec3vf<K> p01(grid_x[ofs01],grid_y[ofs01],grid_z[ofs01]); in intersect()
103 const Vec3vf<K> p10(grid_x[ofs10],grid_y[ofs10],grid_z[ofs10]); in intersect()
119 const float* const grid_z = grid_x + 2 * dim_offset; in occluded() local
158 const float* const grid_z = grid_x + 2 * dim_offset; in intersect() local
175 const float* const grid_z = grid_x + 2 * dim_offset; in occluded() local
245 const float* const grid_z = grid_x + 2 * dim_offset; in intersect() local
307 const float* const grid_z = grid_x + 2 * dim_offset; in occluded() local
360 const float* const grid_z = grid_x + 2 * dim_offset; in intersect() local
[all …]
H A Dgrid_soa_intersector1.h42 const float* const grid_z = grid_x + 2 * dim_offset; in intersect() local
45 Loader::gather(grid_x,grid_y,grid_z,line_offset,lines,v0,v1,v2); in intersect()
62 const float* const grid_z = grid_x + 2 * dim_offset; in occluded() local
66 Loader::gather(grid_x,grid_y,grid_z,line_offset,lines,v0,v1,v2); in occluded()
125 const float* const grid_z = grid_x + 2 * dim_offset; in intersect() local
129 Loader::gather(grid_x,grid_y,grid_z,line_offset,lines,a0,a1,a2); in intersect()
132 …Loader::gather(grid_x+grid_offset,grid_y+grid_offset,grid_z+grid_offset,line_offset,lines,b0,b1,b2… in intersect()
155 const float* const grid_z = grid_x + 2 * dim_offset; in occluded() local
159 Loader::gather(grid_x,grid_y,grid_z,line_offset,lines,a0,a1,a2); in occluded()
162 …Loader::gather(grid_x+grid_offset,grid_y+grid_offset,grid_z+grid_offset,line_offset,lines,b0,b1,b2… in occluded()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DVisible.cpp63 int x, y, grid_x, grid_z; in VisibleUpdate() local
75 grid_z = WORLD_TO_GRID(position.z); in VisibleUpdate()
97 for (y = grid_z - back; y <= grid_z + front; y++) { in VisibleUpdate()
104 vis_grid[grid_x][grid_z] = true; in VisibleUpdate()
117 if (grid_z < y) in VisibleUpdate()
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dsubdivpatch1base_eval.cpp71 float *__restrict__ const grid_z, in evalGrid() argument
94 grid_x,grid_y,grid_z,grid_u,grid_v, in evalGrid()
105 grid_x,grid_y,grid_z,grid_u,grid_v, in evalGrid()
140 args.P_z = grid_z; in evalGrid()
150 const float last_z = grid_z[dwidth*dheight-1]; in evalGrid()
157 grid_z[i] = last_z; in evalGrid()
208 vfloatx::store(&grid_z[i*VSIZEX],vtx.z); in evalGrid()
244 grid_x,grid_y,grid_z,grid_u,grid_v, in evalGridBounds()
255 grid_x,grid_y,grid_z,grid_u,grid_v, in evalGridBounds()
276 args.P_z = grid_z; in evalGridBounds()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
100 %grid_z = %cst)
124 %grid_z = %cst)
152 %grid_z = %cst)
179 %grid_z = %c1)
205 %grid_z = %c1)
224 %grid_z = %cst)
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dbrixplugin.cpp68 float grid_x, grid_y, grid_z, cell_x, cell_y, cell_z, in open_brix_read() local
100 fscanf(fd, " %s %f %f %f", keyWord, &grid_x, &grid_y, &grid_z); in open_brix_read()
166 zaxis[0] = z1 * cell_z / grid_z; in open_brix_read()
167 zaxis[1] = z2 * cell_z / grid_z; in open_brix_read()
168 zaxis[2] = z3 * cell_z / grid_z; in open_brix_read()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
69 %grid_z = %cst)
99 %grid_z = %cst)
124 %grid_z = %c1)
141 %grid_z = %cst)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/mlir-cuda-runner/
H A Dtwo-modules.mlir12 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
18 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Dialect/GPU/
H A Doutlining.mlir27 %grid_z = %gDimZ)
68 %grid_z = %cst)
97 %grid_z = %cst)
118 %grid_z = %cst)
H A Dops.mlir8 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %sz, %grid_y = %sz, %grid_z = %sz)
19 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %blk, %grid_y = %blk, %grid_z = %blk)
32 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %blk, %grid_y = %blk, %grid_z = %blk)
47 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %sz, %grid_y = %sz, %grid_z = %sz)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/mlir-cuda-runner/
H A Dtwo-modules.mlir12 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
18 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-cuda-runner/
H A Dtwo-modules.mlir15 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
21 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-rocm-runner/
H A Dtwo-modules.mlir16 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
22 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/mlir-rocm-runner/
H A Dtwo-modules.mlir13 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
19 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/mlir-cuda-runner/
H A Dtwo-modules.mlir15 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
21 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %one, %grid_y = %one, %grid_z = %one)
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/mlir-rocm-runner/
H A Dtwo-modules.mlir16 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
22 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/mlir-rocm-runner/
H A Dtwo-modules.mlir13 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
19 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %c1, %grid_y = %c1, %grid_z = %c1)
/dports/science/py-OpenMC/openmc-0.12.2/openmc/lib/
H A Dmesh.py252 grid_z = as_array(gz, (nz.value,))
255 lower_left = np.array((grid_x[0], grid_y[0], grid_z[0]))
256 upper_right = np.array((grid_x[-1], grid_y[-1], grid_z[-1]))
262 for k, diff_z in enumerate(np.diff(grid_z)):
/dports/science/openmc/openmc-0.12.2/openmc/lib/
H A Dmesh.py252 grid_z = as_array(gz, (nz.value,))
255 lower_left = np.array((grid_x[0], grid_y[0], grid_z[0]))
256 upper_right = np.array((grid_x[-1], grid_y[-1], grid_z[-1]))
262 for k, diff_z in enumerate(np.diff(grid_z)):

12345678910