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:pixelNdx
(Results
1 - 11
of
11
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuCompressedTexture.cpp
525
for (int
pixelNdx
= 0;
pixelNdx
< ETC2_BLOCK_HEIGHT*ETC2_BLOCK_WIDTH;
pixelNdx
++)
in decompressETC1Block()
527
const int x =
pixelNdx
/ ETC2_BLOCK_HEIGHT;
in decompressETC1Block()
528
const int y =
pixelNdx
% ETC2_BLOCK_HEIGHT;
in decompressETC1Block()
532
const deUint32 modifierNdx = (getBit(src, 16+
pixelNdx
) << 1) | getBit(src,
pixelNdx
);
in decompressETC1Block()
620
for (int
pixelNdx
= 0;
pixelNdx
< ETC2_BLOCK_HEIGHT*ETC2_BLOCK_WIDTH;
pixelNdx
in decompressETC2Block()
[all...]
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditTextureFormatTests.cpp
1278
for (int
pixelNdx
= 0;
pixelNdx
< numPixels;
pixelNdx
++)
in getReferenceValues()
1280
const deUint32* srcPixPtr = rawValues +
pixelNdx
*4;
in getReferenceValues()
1281
T* dstPixPtr = (T*)&dst[
pixelNdx
];
in getReferenceValues()
1444
for (int
pixelNdx
= 0;
pixelNdx
< numPixels;
pixelNdx
++)
in verifyRead()
1446
if (!allComponentsEqual(res[
pixelNdx
], ref[
pixelNdx
]))
in verifyRead()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H
A
D
vktSparseResourcesShaderIntrinsicsBase.cpp
599
for (deUint32
pixelNdx
= 0u;
pixelNdx
< mipLevelSizeInPixels; ++
pixelNdx
)
in iterate()
601
residencyReferenceData[pixelOffset +
pixelNdx
] = MEMORY_BLOCK_BOUND_VALUE;
in iterate()
646
for (deUint32
pixelNdx
= pixelOffset;
pixelNdx
< residencyReferenceData.size(); ++
pixelNdx
)
in iterate()
648
residencyReferenceData[
pixelNdx
] = MEMORY_BLOCK_BOUND_VALUE;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H
A
D
vktSparseResourcesShaderIntrinsicsBase.cpp
599
for (deUint32
pixelNdx
= 0u;
pixelNdx
< mipLevelSizeInPixels; ++
pixelNdx
)
in iterate()
601
residencyReferenceData[pixelOffset +
pixelNdx
] = MEMORY_BLOCK_BOUND_VALUE;
in iterate()
646
for (deUint32
pixelNdx
= pixelOffset;
pixelNdx
< residencyReferenceData.size(); ++
pixelNdx
)
in iterate()
648
residencyReferenceData[
pixelNdx
] = MEMORY_BLOCK_BOUND_VALUE;
in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fBasicComputeShaderTests.cpp
1346
for (int
pixelNdx
= 0;
pixelNdx
< (int)inputValues.size()/m_localSize;
pixelNdx
++)
1348
const deUint32 res = pixels[
pixelNdx
*4];
1352
ref += inputValues[
pixelNdx
*m_localSize + offs];
1355
throw tcu::TestError(string("Comparison failed for pixel ") + de::toString(
pixelNdx
));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H
A
D
vktComputeBasicComputeShaderTests.cpp
2200
for (deUint32
pixelNdx
= 0;
pixelNdx
< imageArea; ++
pixelNdx
)
2202
const deUint32 res = bufferPtr[
pixelNdx
];
2206
ref += refBufferPtr[
pixelNdx
* m_localSize + offs];
2211
msg << "Comparison failed for pixel " <<
pixelNdx
;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H
A
D
vktComputeBasicComputeShaderTests.cpp
2083
for (deUint32
pixelNdx
= 0;
pixelNdx
< imageArea; ++
pixelNdx
)
2085
const deUint32 res = bufferPtr[
pixelNdx
];
2089
ref += refBufferPtr[
pixelNdx
* m_localSize + offs];
2094
msg << "Comparison failed for pixel " <<
pixelNdx
;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampleTests.cpp
1132
for (deUint32
pixelNdx
= 0;
pixelNdx
< pixelCount;
pixelNdx
++)
in getUniqueColorsCount()
1134
const deUint32 pixelValue = *((const deUint32*)image.getDataPtr() +
pixelNdx
);
in getUniqueColorsCount()
2242
for (deUint32
pixelNdx
= 0;
pixelNdx
< pixelCount;
pixelNdx
++)
2244
const deUint32 noSampleShadingValue = *((const deUint32*)noSampleshadingImage.getDataPtr() +
pixelNdx
);
2263
const deUint32 sampleShadedValue = *((const deUint32*)sampleShadedImages[i].getAccess().getDataPtr() +
pixelNdx
);
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
543
const deUint32
pixelNdx
= globalSampleNdx / numCoverageSamples;
in reportSampleError()
local
544
const deUint32 x =
pixelNdx
% renderSize.x();
in reportSampleError()
545
const deUint32 y =
pixelNdx
/ renderSize.x();
in reportSampleError()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineMultisampleTests.cpp
1111
for (deUint32
pixelNdx
= 0;
pixelNdx
< pixelCount;
pixelNdx
++)
in getUniqueColorsCount()
1113
const deUint32 pixelValue = *((const deUint32*)image.getDataPtr() +
pixelNdx
);
in getUniqueColorsCount()
2190
for (deUint32
pixelNdx
= 0;
pixelNdx
< pixelCount;
pixelNdx
++)
2192
const deUint32 noSampleShadingValue = *((const deUint32*)noSampleshadingImage.getDataPtr() +
pixelNdx
);
2211
const deUint32 sampleShadedValue = *((const deUint32*)sampleShadedImages[i].getAccess().getDataPtr() +
pixelNdx
);
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
541
const deUint32
pixelNdx
= globalSampleNdx / numCoverageSamples;
in reportSampleError()
local
542
const deUint32 x =
pixelNdx
% renderSize.x();
in reportSampleError()
543
const deUint32 y =
pixelNdx
/ renderSize.x();
in reportSampleError()
Completed in 54 milliseconds