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:OPERATION_LAST
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
PixelProcessor.hpp
49
StencilOperation stencilFailOperation : BITS(
OPERATION_LAST
);
50
StencilOperation stencilPassOperation : BITS(
OPERATION_LAST
);
51
StencilOperation stencilZFailOperation : BITS(
OPERATION_LAST
);
57
StencilOperation stencilFailOperationCCW : BITS(
OPERATION_LAST
);
58
StencilOperation stencilPassOperationCCW : BITS(
OPERATION_LAST
);
59
StencilOperation stencilZFailOperationCCW : BITS(
OPERATION_LAST
);
H
A
D
Context.hpp
157
OPERATION_LAST
= OPERATION_DECR
enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmSpirvVersionTests.cpp
50
OPERATION_LAST
enumerator
55
if (operation ==
OPERATION_LAST
)
in operator ++()
368
const char* operationNames[
OPERATION_LAST
] =
in createSpivVersionCheckTests()
387
for (Operation operation = OPERATION_COMPUTE; operation <
OPERATION_LAST
; ++operation)
in createSpivVersionCheckTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmSpirvVersionTests.cpp
50
OPERATION_LAST
enumerator
55
if (operation ==
OPERATION_LAST
)
in operator ++()
368
const char* operationNames[
OPERATION_LAST
] =
in createSpivVersionCheckTests()
386
for (Operation operation = OPERATION_COMPUTE; operation <
OPERATION_LAST
; ++operation)
in createSpivVersionCheckTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageTranscodingSupportTests.cpp
88
OPERATION_LAST
enumerator
1121
const std::string operationName[
OPERATION_LAST
] =
in createImageTranscodingSupportTests()
1128
const VkImageUsageFlagBits testedImageUsageFlags[
OPERATION_LAST
] =
in createImageTranscodingSupportTests()
1135
const VkImageUsageFlagBits pairedImageUsageFlags[
OPERATION_LAST
] =
in createImageTranscodingSupportTests()
1146
for (int operationNdx = OPERATION_ATTACHMENT_READ; operationNdx <
OPERATION_LAST
; ++operationNdx)
in createImageTranscodingSupportTests()
H
A
D
vktImageCompressionTranscodingSupport.cpp
102
OPERATION_LAST
enumerator
3033
const std::string operationName[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3058
const VkImageUsageFlags compressedImageUsageFlags[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3070
const VkImageUsageFlags compressedImageViewUsageFlags[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3082
const VkImageUsageFlags uncompressedImageUsageFlags[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3230
for (int operationNdx = OPERATION_IMAGE_LOAD; operationNdx <
OPERATION_LAST
; ++operationNdx)
in createImageCompressionTranscodingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageTranscodingSupportTests.cpp
88
OPERATION_LAST
enumerator
1122
const std::string operationName[
OPERATION_LAST
] =
in createImageTranscodingSupportTests()
1129
const VkImageUsageFlagBits testedImageUsageFlags[
OPERATION_LAST
] =
in createImageTranscodingSupportTests()
1136
const VkImageUsageFlagBits pairedImageUsageFlags[
OPERATION_LAST
] =
in createImageTranscodingSupportTests()
1147
for (int operationNdx = OPERATION_ATTACHMENT_READ; operationNdx <
OPERATION_LAST
; ++operationNdx)
in createImageTranscodingSupportTests()
H
A
D
vktImageCompressionTranscodingSupport.cpp
102
OPERATION_LAST
enumerator
3019
const std::string operationName[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3044
const VkImageUsageFlags compressedImageUsageFlags[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3056
const VkImageUsageFlags compressedImageViewUsageFlags[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3068
const VkImageUsageFlags uncompressedImageUsageFlags[
OPERATION_LAST
] =
in createImageCompressionTranscodingTests()
3216
for (int operationNdx = OPERATION_IMAGE_LOAD; operationNdx <
OPERATION_LAST
; ++operationNdx)
in createImageCompressionTranscodingTests()
Completed in 23 milliseconds