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:pixelId
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
TextureTest.cpp
2162
for (size_t
pixelId
= 0;
pixelId
< 16 * 16; ++
pixelId
)
in TEST_P()
2164
pixels[
pixelId
* 3 + 0] = 255;
in TEST_P()
2165
pixels[
pixelId
* 3 + 1] = 0;
in TEST_P()
2166
pixels[
pixelId
* 3 + 2] = 0;
in TEST_P()
2235
for (size_t
pixelId
= 0;
pixelId
< pixelCount; ++
pixelId
)
in TEST_P()
2237
pixels[
pixelId
* componentCoun
in TEST_P()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderSmokeTestsEXT.cpp
1206
inline float pixelToFBCoords (uint32_t
pixelId
, uint32_t totalPixels)
in pixelToFBCoords()
argument
1208
return (static_cast<float>(
pixelId
) + 0.5f) / static_cast<float>(totalPixels) * 2.0f - 1.0f;
in pixelToFBCoords()
1297
const auto
pixelId
= static_cast<uint32_t>(rnd.getInt(0, maxId));
in iterate()
local
1298
if (!selectedPixels.count(
pixelId
))
in iterate()
1300
selectedPixels.insert(
pixelId
);
in iterate()
1303
const IndexAndColor indexAndColor {
pixelId
, colorVal };
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderSmokeTestsEXT.cpp
1200
inline float pixelToFBCoords (uint32_t
pixelId
, uint32_t totalPixels)
in pixelToFBCoords()
argument
1202
return (static_cast<float>(
pixelId
) + 0.5f) / static_cast<float>(totalPixels) * 2.0f - 1.0f;
in pixelToFBCoords()
1289
const auto
pixelId
= static_cast<uint32_t>(rnd.getInt(0, maxId));
in iterate()
local
1290
if (!selectedPixels.count(
pixelId
))
in iterate()
1292
selectedPixels.insert(
pixelId
);
in iterate()
1295
const IndexAndColor indexAndColor {
pixelId
, colorVal };
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawMultiExtTests.cpp
217
const auto
pixelId
= static_cast<float>(y * m_width + x);
variable
218
const auto depth = kMaxDepth - m_depthStep *
pixelId
;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawMultiExtTests.cpp
217
const auto
pixelId
= static_cast<float>(y * m_width + x);
variable
218
const auto depth = kMaxDepth - m_depthStep *
pixelId
;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
7152
const auto
pixelId
= y*iExtent.x() + x;
7153
const bool culled = (
pixelId
% 2 == 1);
7154
const auto color = (culled ? clearColor : colorPalette[
pixelId
% 3]);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
6900
const auto
pixelId
= y*iExtent.x() + x;
6901
const bool culled = (
pixelId
% 2 == 1);
6902
const auto color = (culled ? clearColor : colorPalette[
pixelId
% 3]);
Completed in 35 milliseconds