Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:QUAD_GRID_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fInstancedRenderingTests.cpp
52
static const int
QUAD_GRID_SIZE
= 127;
member
318
for (int y = 0; y <
QUAD_GRID_SIZE
+ 1; y++)
in init()
319
for (int x = 0; x <
QUAD_GRID_SIZE
+ 1; x++)
in init()
321
float fx = -1.0f + (float)x / (float)
QUAD_GRID_SIZE
* 2.0f / (float)m_numInstances;
in init()
322
float fy = -1.0f + (float)y / (float)
QUAD_GRID_SIZE
* 2.0f;
in init()
330
for (int y = 0; y <
QUAD_GRID_SIZE
; y++)
in init()
331
for (int x = 0; x <
QUAD_GRID_SIZE
; x++)
in init()
333
int ndx00 = y*(
QUAD_GRID_SIZE
+ 1) + x;
in init()
334
int ndx10 = y*(
QUAD_GRID_SIZE
+ 1) + x + 1;
in init()
335
int ndx01 = (y + 1)*(
QUAD_GRID_SIZE
in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawInstancedTests.cpp
51
static const int
QUAD_GRID_SIZE
= 8;
member
831
for (int y = 0; y <
QUAD_GRID_SIZE
; y++)
in prepareVertexData()
833
for (int x = 0; x <
QUAD_GRID_SIZE
; x++)
in prepareVertexData()
835
const float fx0 = -1.0f + (float)(x+0) / (float)
QUAD_GRID_SIZE
* 2.0f / (float)instanceCount;
in prepareVertexData()
836
const float fx1 = -1.0f + (float)(x+1) / (float)
QUAD_GRID_SIZE
* 2.0f / (float)instanceCount;
in prepareVertexData()
837
const float fy0 = -1.0f + (float)(y+0) / (float)
QUAD_GRID_SIZE
* 2.0f;
in prepareVertexData()
838
const float fy1 = -1.0f + (float)(y+1) / (float)
QUAD_GRID_SIZE
* 2.0f;
in prepareVertexData()
854
for (int y = 0; y <
QUAD_GRID_SIZE
+ 1; y++)
in prepareVertexData()
856
for (int x = 0; x <
QUAD_GRID_SIZE
+ 1; x++)
in prepareVertexData()
858
const float fx = -1.0f + (float)x / (float)
QUAD_GRID_SIZE
* 2.
in prepareVertexData()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawInstancedTests.cpp
51
static const int
QUAD_GRID_SIZE
= 8;
member
813
for (int y = 0; y <
QUAD_GRID_SIZE
; y++)
in prepareVertexData()
815
for (int x = 0; x <
QUAD_GRID_SIZE
; x++)
in prepareVertexData()
817
const float fx0 = -1.0f + (float)(x+0) / (float)
QUAD_GRID_SIZE
* 2.0f / (float)instanceCount;
in prepareVertexData()
818
const float fx1 = -1.0f + (float)(x+1) / (float)
QUAD_GRID_SIZE
* 2.0f / (float)instanceCount;
in prepareVertexData()
819
const float fy0 = -1.0f + (float)(y+0) / (float)
QUAD_GRID_SIZE
* 2.0f;
in prepareVertexData()
820
const float fy1 = -1.0f + (float)(y+1) / (float)
QUAD_GRID_SIZE
* 2.0f;
in prepareVertexData()
836
for (int y = 0; y <
QUAD_GRID_SIZE
+ 1; y++)
in prepareVertexData()
838
for (int x = 0; x <
QUAD_GRID_SIZE
+ 1; x++)
in prepareVertexData()
840
const float fx = -1.0f + (float)x / (float)
QUAD_GRID_SIZE
* 2.
in prepareVertexData()
[all...]
Completed in 5 milliseconds