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:device_group
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vulkan-loader/tests/framework/icd/
H
A
D
test_icd.cpp
262
for (size_t
device_group
= 0;
device_group
< icd.physical_devices.size();
device_group
++) {
263
if (
device_group
>= *pPhysicalDeviceGroupCount) {
268
pPhysicalDeviceGroupProperties[
device_group
].subsetAllocation = false;
269
pPhysicalDeviceGroupProperties[
device_group
].physicalDeviceCount = 1;
270
pPhysicalDeviceGroupProperties[
device_group
].physicalDevices[0] =
271
icd.physical_devices[
device_group
].vk_physical_device.handle;
273
pPhysicalDeviceGroupProperties[
device_group
].physicalDevices[i] = {};
278
for (size_t
device_group
[all...]
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
48
bool
device_group
;
member
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_shader.c
59
.
device_group
= true,
in tu_spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_pipeline.c
411
.
device_group
= true,
in lvp_shader_compile_to_ir()
/third_party/vk-gl-cts/
H
A
D
AndroidGen.mk
132
external/vulkancts/modules/vulkan/
device_group
/vktDeviceGroupRendering.cpp \
1338
$(deqp_dir)/external/vulkancts/modules/vulkan/
device_group
\
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.c
726
.
device_group
= true,
in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_pipeline.c
172
.
device_group
= true,
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
70
.
device_group
= true,
in anv_shader_stage_to_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.c
1964
.
device_group
= true,
in zink_shader_spirv_compile()
/third_party/mesa3d/src/compiler/spirv/
H
A
D
spirv_to_nir.c
4600
spv_check_supported(
device_group
, cap);
in vtn_handle_preamble_instruction()
Completed in 31 milliseconds