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:getTestTexture
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureTestUtil.cpp
1030
return dynamic_cast<const pipeline::TestTexture2D&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get2DTexture()
1038
return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->
getTestTexture
());
in getCubeTexture()
1046
return dynamic_cast<const pipeline::TestTexture2DArray&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get2DArrayTexture()
1054
return dynamic_cast<const pipeline::TestTexture3D&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get3DTexture()
1062
return dynamic_cast<const pipeline::TestTexture1D&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get1DTexture()
1070
return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get1DArrayTexture()
1078
return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->
getTestTexture
());
in getCubeArrayTexture()
1430
VkSamplerCreateInfo samplerCreateInfo = mapSampler(params.sampler, m_textureBindings[texUnit]->
getTestTexture
().getTextureFormat(), params.minLod, params.maxLod, params.unnormal);
in renderQuad()
1441
const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->
getTestTexture
();
in renderQuad()
H
A
D
vktTextureTestUtil.hpp
162
const pipeline::TestTexture&
getTestTexture
(void) { return *m_textureData; }
in getTestTexture()
function in vkt::texture::util::TextureBinding
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureTestUtil.cpp
1063
return dynamic_cast<const pipeline::TestTexture2D&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get2DTexture()
1071
return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->
getTestTexture
());
in getCubeTexture()
1079
return dynamic_cast<const pipeline::TestTexture2DArray&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get2DArrayTexture()
1087
return dynamic_cast<const pipeline::TestTexture3D&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get3DTexture()
1095
return dynamic_cast<const pipeline::TestTexture1D&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get1DTexture()
1103
return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->
getTestTexture
());
in get1DArrayTexture()
1111
return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->
getTestTexture
());
in getCubeArrayTexture()
1463
VkSamplerCreateInfo samplerCreateInfo = mapSampler(params.sampler, m_textureBindings[texUnit]->
getTestTexture
().getTextureFormat(), params.minLod, params.maxLod, params.unnormal);
in renderQuad()
1474
const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->
getTestTexture
();
in renderQuad()
H
A
D
vktTextureTestUtil.hpp
162
const pipeline::TestTexture&
getTestTexture
(void) { return *m_textureData; }
in getTestTexture()
function in vkt::texture::util::TextureBinding
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageLoadStoreTests.cpp
2706
const Texture&
getTestTexture
(const ImageType imageType)
in getTestTexture()
function in vkt::image::__anon28017::ExtendOperand
3064
const Texture& texture =
getTestTexture
(imageType);
in createImageQualifierRestrictCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageLoadStoreTests.cpp
2674
const Texture&
getTestTexture
(const ImageType imageType)
in getTestTexture()
function in vkt::image::__anon29248::ExtendOperand
3004
const Texture& texture =
getTestTexture
(imageType);
in createImageQualifierRestrictCase()
Completed in 20 milliseconds