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:getImageFormat
(Results
1 - 14
of
14
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmImageSamplerTests.cpp
283
VkFormat
getImageFormat
(ReadOp readOp)
in getImageFormat()
function
1154
const VkFormat imageFormat =
getImageFormat
((ReadOp)opNdx);
in addGraphicsImageSamplerTest()
1216
resources.inputFormat =
getImageFormat
((ReadOp)opNdx);
in addGraphicsImageSamplerTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmImageSamplerTests.cpp
283
VkFormat
getImageFormat
(ReadOp readOp)
in getImageFormat()
function
1171
const VkFormat imageFormat =
getImageFormat
((ReadOp)opNdx);
in addGraphicsImageSamplerTest()
1231
resources.inputFormat =
getImageFormat
((ReadOp)opNdx);
in addGraphicsImageSamplerTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingWatertightnessTests.cpp
71
VkFormat
getImageFormat
(void)
in getImageFormat()
function
267
const auto format =
getImageFormat
();
in checkSupport()
597
const VkFormat format =
getImageFormat
();
in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingWatertightnessTests.cpp
71
VkFormat
getImageFormat
(void)
in getImageFormat()
function
267
const auto format =
getImageFormat
();
in checkSupport()
597
const VkFormat format =
getImageFormat
();
in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineNoPositionTests.cpp
113
static VkFormat
getImageFormat
(void) { return VK_FORMAT_R8G8B8A8_UNORM; }
in getImageFormat()
function in vkt::pipeline::__anon28243::NoPositionCase
404
const auto format = NoPositionCase::
getImageFormat
();
in iterate()
/third_party/vk-gl-cts/executor/
H
A
D
xeTestResultParser.cpp
244
static ri::Image::Format
getImageFormat
(const char* imageFormat)
in getImageFormat()
function
551
image->format =
getImageFormat
(getAttribute("Format"));
in handleElementStart()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineNoPositionTests.cpp
110
static VkFormat
getImageFormat
(void) { return VK_FORMAT_R8G8B8A8_UNORM; }
in getImageFormat()
function in vkt::pipeline::__anon29463::NoPositionCase
384
const auto format = NoPositionCase::
getImageFormat
();
in iterate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
BuildSPIRV.h
445
spv::ImageFormat
getImageFormat
(TLayoutImageInternalFormat imageInternalFormat);
H
A
D
BuildSPIRV.cpp
809
const spv::ImageFormat imageFormat =
getImageFormat
(type.imageInternalFormat);
in declareType()
1247
spv::ImageFormat SPIRVBuilder::
getImageFormat
(TLayoutImageInternalFormat imageInternalFormat)
in getImageFormat()
function in sh::SPIRVBuilder
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderSyncTests.cpp
104
VkFormat
getImageFormat
()
in getImageFormat()
function
722
const auto imageFormat =
getImageFormat
();
in iterate()
H
A
D
vktMeshShaderSyncTestsEXT.cpp
105
VkFormat
getImageFormat
()
in getImageFormat()
function
850
const auto imageFormat =
getImageFormat
();
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderSyncTests.cpp
104
VkFormat
getImageFormat
()
in getImageFormat()
function
722
const auto imageFormat =
getImageFormat
();
in iterate()
H
A
D
vktMeshShaderSyncTestsEXT.cpp
105
VkFormat
getImageFormat
()
in getImageFormat()
function
850
const auto imageFormat =
getImageFormat
();
in iterate()
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_from_tgsi.cpp
225
const nv50_ir::TexInstruction::ImgFormatDesc *
getImageFormat
() const {
in getImageFormat()
function in tgsi::Instruction
2720
ld->tex.format = tgsi.
getImageFormat
();
in handleLOAD()
2860
st->tex.format = tgsi.
getImageFormat
();
in handleSTORE()
2991
tex->tex.format = tgsi.
getImageFormat
();
in handleATOM()
Completed in 30 milliseconds