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:IMAGE_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
dc25.h
190
#define
IMAGE_SIZE
(r) ( (r) ? LOW_IMAGE_SIZE : HIGH_IMAGE_SIZE )
macro
H
A
D
dc210.h
206
#define
IMAGE_SIZE
(r) ( (r) ? LOW_IMAGE_SIZE : HIGH_IMAGE_SIZE )
macro
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_sysval.c
62
return PAN_SYSVAL(
IMAGE_SIZE
, PAN_TXS_SYSVAL_ID(uindex, dim, is_array));
in panfrost_sysval_for_image_size()
/third_party/backends/frontend/
H
A
D
tstbackend.c
1159
#define
IMAGE_SIZE
(512 * 1024)
in test_scan()
macro
1160
image = guards_malloc(
IMAGE_SIZE
);
in test_scan()
1426
ask_len =
IMAGE_SIZE
;
in test_scan()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackSimpleTests.cpp
150
const deUint32
IMAGE_SIZE
= 64u;
member
509
, m_imageExtent2D (makeExtent2D(
IMAGE_SIZE
,
IMAGE_SIZE
))
in TransformFeedbackTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H
A
D
vktBindingShaderAccessTests.cpp
3715
IMAGE_SIZE
= 64,
3912
const int width =
IMAGE_SIZE
>> level;
3914
: (
IMAGE_SIZE
>> level);
3918
: (viewType == vk::VK_IMAGE_VIEW_TYPE_3D) ? (
IMAGE_SIZE
>> level)
4077
const deUint32 imageSize = (deUint32)
IMAGE_SIZE
>> baseMipLevel;
5334
const deUint32 imageSize = (deUint32)
IMAGE_SIZE
>> baseMipLevel;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H
A
D
vktBindingShaderAccessTests.cpp
3719
IMAGE_SIZE
= 64,
3916
const int width =
IMAGE_SIZE
>> level;
3918
: (
IMAGE_SIZE
>> level);
3922
: (viewType == vk::VK_IMAGE_VIEW_TYPE_3D) ? (
IMAGE_SIZE
>> level)
4081
const deUint32 imageSize = (deUint32)
IMAGE_SIZE
>> baseMipLevel;
5338
const deUint32 imageSize = (deUint32)
IMAGE_SIZE
>> baseMipLevel;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackSimpleTests.cpp
158
const deUint32
IMAGE_SIZE
= 64u;
member
538
, m_imageExtent2D (makeExtent2D(
IMAGE_SIZE
,
IMAGE_SIZE
))
in TransformFeedbackTestInstance()
Completed in 37 milliseconds