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:max_textures
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cMultiBindTests.cpp
1845
GLint
max_textures
= 0;
in iterate()
local
1849
gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &
max_textures
);
in iterate()
1855
if (n_textures >
max_textures
)
in iterate()
1857
count =
max_textures
;
in iterate()
1858
validated_index =
max_textures
- 1;
in iterate()
1882
if (n_textures <=
max_textures
)
in iterate()
1884
t_first =
max_textures
- n_textures + 1;
in iterate()
1888
t_count =
max_textures
+ 1;
in iterate()
2081
GLint
max_textures
= 0;
in iterate()
local
2085
gl.getIntegerv(GL_MAX_IMAGE_UNITS, &
max_textures
);
in iterate()
2735
GLint
max_textures
= 0;
iterate()
local
3056
GLint
max_textures
= 0;
iterate()
local
3724
GLint
max_textures
= 0;
iterate()
local
3982
GLint
max_textures
= 0;
iterate()
local
4214
GLint
max_textures
= 0;
iterate()
local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
1855
const uint32_t
max_textures
=
in anv_GetPhysicalDeviceProperties()
local
1895
.maxPerStageDescriptorSampledImages =
max_textures
,
in anv_GetPhysicalDeviceProperties()
1904
.maxDescriptorSetSampledImages = 6 *
max_textures
, /* number of stages * maxPerStageDescriptorSampledImages */
in anv_GetPhysicalDeviceProperties()
Completed in 11 milliseconds