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:local_input_regs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/pds/
H
A
D
pvr_pds.c
1850
if ((program->
local_input_regs
[0] != PVR_PDS_COMPUTE_INPUT_REG_UNUSED) ||
in pvr_pds_compute_shader()
1851
(program->
local_input_regs
[1] != PVR_PDS_COMPUTE_INPUT_REG_UNUSED) ||
in pvr_pds_compute_shader()
1852
(program->
local_input_regs
[2] != PVR_PDS_COMPUTE_INPUT_REG_UNUSED)) {
in pvr_pds_compute_shader()
2015
if ((program->
local_input_regs
[1] != PVR_PDS_COMPUTE_INPUT_REG_UNUSED) ||
in pvr_pds_compute_shader()
2016
(program->
local_input_regs
[2] != PVR_PDS_COMPUTE_INPUT_REG_UNUSED)) {
in pvr_pds_compute_shader()
2023
if ((program->
local_input_regs
[1] !=
in pvr_pds_compute_shader()
2025
(program->
local_input_regs
[2] !=
in pvr_pds_compute_shader()
2027
assert(program->
local_input_regs
[1] ==
in pvr_pds_compute_shader()
2028
program->
local_input_regs
[2]);
in pvr_pds_compute_shader()
2032
if (program->
local_input_regs
[
in pvr_pds_compute_shader()
[all...]
H
A
D
pvr_pds.h
540
uint32_t
local_input_regs
[3];
member
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_pipeline.c
807
const uint32_t
local_input_regs
[static const PVR_WORKGROUP_DIMENSIONS],
in pvr_pds_compute_program_setup()
817
.
local_input_regs
= {
in pvr_pds_compute_program_setup()
818
local_input_regs
[0],
in pvr_pds_compute_program_setup()
819
local_input_regs
[1],
in pvr_pds_compute_program_setup()
820
local_input_regs
[2]
in pvr_pds_compute_program_setup()
839
STATIC_ASSERT(ARRAY_SIZE(program->
local_input_regs
) ==
in pvr_pds_compute_program_setup()
860
const uint32_t
local_input_regs
[static const PVR_WORKGROUP_DIMENSIONS],
in pvr_pds_compute_program_create_and_upload()
875
local_input_regs
,
in pvr_pds_compute_program_create_and_upload()
952
const uint32_t
local_input_regs
[static const PVR_WORKGROUP_DIMENSIONS],
in pvr_pds_compute_base_workgroup_variant_program_init()
966
local_input_regs
,
in pvr_pds_compute_base_workgroup_variant_program_init()
1072
uint32_t
local_input_regs
[PVR_WORKGROUP_DIMENSIONS];
pvr_compute_pipeline_compile()
local
[all...]
H
A
D
pvr_device.c
1125
STATIC_ASSERT(ARRAY_SIZE(program.
local_input_regs
) ==
in pvr_device_init_compute_fence_program()
1127
STATIC_ASSERT(ARRAY_SIZE(program.
local_input_regs
) ==
in pvr_device_init_compute_fence_program()
1131
for (uint32_t i = 0U; i < ARRAY_SIZE(program.
local_input_regs
); i++) {
in pvr_device_init_compute_fence_program()
1132
program.
local_input_regs
[i] = PVR_PDS_COMPUTE_INPUT_REG_UNUSED;
in pvr_device_init_compute_fence_program()
Completed in 11 milliseconds