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_samplers
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cMultiBindTests.cpp
1959
GLint
max_samplers
= 0;
in iterate()
local
1963
gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &
max_samplers
);
in iterate()
1969
if (n_samplers >
max_samplers
)
in iterate()
1971
count =
max_samplers
;
in iterate()
1972
validated_index =
max_samplers
- 1;
in iterate()
1990
if (n_samplers <=
max_samplers
)
in iterate()
1992
t_first =
max_samplers
- n_samplers + 1;
in iterate()
1996
t_count =
max_samplers
+ 1;
in iterate()
2904
GLint
max_samplers
= 0;
in iterate()
local
2907
gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &
max_samplers
);
in iterate()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
device.hpp
65
cl_uint
max_samplers
() const;
H
A
D
device.cpp
249
device::
max_samplers
() const {
in max_samplers()
function in device
328
max_samplers
() < 16)
in image_support()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_threaded_context.h
515
unsigned
max_samplers
;
member
H
A
D
u_threaded_context.c
515
tc->
max_samplers
);
in tc_add_shader_bindings_to_buffer_list()
543
tc->
max_samplers
);
in tc_rebind_shader_bindings()
4482
tc->
max_samplers
=
in threaded_context_create()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
device.cpp
221
buf.as_scalar<cl_uint>() = dev.
max_samplers
();
in clGetDeviceInfo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
1857
const uint32_t
max_samplers
=
in anv_GetPhysicalDeviceProperties()
local
1892
.maxPerStageDescriptorSamplers =
max_samplers
,
in anv_GetPhysicalDeviceProperties()
1899
.maxDescriptorSetSamplers = 6 *
max_samplers
, /* number of stages * maxPerStageDescriptorSamplers */
in anv_GetPhysicalDeviceProperties()
Completed in 20 milliseconds