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:numConstants
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
StateManager11.cpp
3577
UINT
numConstants
= 0;
3581
&firstConstant, &
numConstants
));
3597
ASSERT(
numConstants
!= 0);
3600
&firstConstant, &
numConstants
);
3627
&firstConstant, &
numConstants
);
3654
&firstConstant, &
numConstants
);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMReactor.cpp
1810
const int
numConstants
= elementCount(type); // Number of provided constants for the (emulated) type.
in createConstantVector()
local
1812
ASSERT(numElements <= 16 &&
numConstants
<= numElements);
in createConstantVector()
1817
constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i %
numConstants
]);
in createConstantVector()
1827
const int
numConstants
= elementCount(type); // Number of provided constants for the (emulated) type.
in createConstantVector()
local
1829
ASSERT(numElements <= 8 &&
numConstants
<= numElements);
in createConstantVector()
1834
constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i %
numConstants
]);
in createConstantVector()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H
A
D
vktFragmentShadingRateBasic.cpp
1581
const uint32_t
numConstants
= (m_data.meshShader ? 2u : 1u);
in iterate()
local
1582
const uint32_t pushConstantSize = (static_cast<uint32_t>(sizeof(deInt32)) *
numConstants
);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H
A
D
vktFragmentShadingRateBasic.cpp
1389
const uint32_t
numConstants
= (m_data.meshShader ? 2u : 1u);
in iterate()
local
1390
const uint32_t pushConstantSize = (static_cast<uint32_t>(sizeof(deInt32)) *
numConstants
);
in iterate()
Completed in 22 milliseconds