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:hasSampler
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLContextCL.h
30
bool
hasSampler
(cl_sampler sampler) const;
111
inline bool CLContextCL::
hasSampler
(cl_sampler sampler) const
in hasSampler()
function in rx::CLContextCL
H
A
D
CLKernelCL.cpp
147
if (ctx.
hasSampler
(sampler))
in setArg()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmComputeShaderCase.cpp
494
const bool
hasSampler
= (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in iterate()
local
501
if (!hasImage && !
hasSampler
)
in iterate()
574
const bool
hasSampler
= (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in iterate()
local
579
if (hasImage ||
hasSampler
)
in iterate()
610
if (
hasSampler
)
in iterate()
H
A
D
vktSpvAsmGraphicsShaderTestUtil.cpp
3068
const bool
hasSampler
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3071
if (
hasSampler
&&
in runAndVerifyDefaultPipeline()
3461
const bool
hasSampler
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3466
if (!hasImage && !
hasSampler
)
in runAndVerifyDefaultPipeline()
3625
const bool
hasSampler
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3630
if (hasImage ||
hasSampler
)
in runAndVerifyDefaultPipeline()
3661
if (
hasSampler
)
in runAndVerifyDefaultPipeline()
3753
( (hasImage |
hasSampler
) ? &dImageInfos.back() : DE_NULL), // pImageInfo
in runAndVerifyDefaultPipeline()
3754
(!(hasImage |
hasSampler
) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo
in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmComputeShaderCase.cpp
494
const bool
hasSampler
= (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in iterate()
local
501
if (!hasImage && !
hasSampler
)
in iterate()
574
const bool
hasSampler
= (descType == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in iterate()
local
579
if (hasImage ||
hasSampler
)
in iterate()
610
if (
hasSampler
)
in iterate()
H
A
D
vktSpvAsmGraphicsShaderTestUtil.cpp
3065
const bool
hasSampler
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3068
if (
hasSampler
&&
in runAndVerifyDefaultPipeline()
3458
const bool
hasSampler
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3463
if (!hasImage && !
hasSampler
)
in runAndVerifyDefaultPipeline()
3622
const bool
hasSampler
= (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE) ||
in runAndVerifyDefaultPipeline()
local
3627
if (hasImage ||
hasSampler
)
in runAndVerifyDefaultPipeline()
3658
if (
hasSampler
)
in runAndVerifyDefaultPipeline()
3750
( (hasImage |
hasSampler
) ? &dImageInfos.back() : DE_NULL), // pImageInfo
in runAndVerifyDefaultPipeline()
3751
(!(hasImage |
hasSampler
) ? &dBufferInfos.back() : DE_NULL), // pBufferInfo
in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fSRGBDecodeTests.cpp
418
void setHasSampler (const bool
hasSampler
);
526
void SRGBTestTexture::setHasSampler (const bool
hasSampler
)
in setHasSampler()
argument
528
m_hasSampler =
hasSampler
;
in setHasSampler()
/third_party/vk-gl-cts/framework/randomshaders/
H
A
D
rsgExpression.cpp
1488
bool
hasSampler
= samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (samplerCubeCount > 0);
in TexLookup()
1489
bool allocSampler = !
hasSampler
|| (canAllocSampler && state.getRandom().getBool());
in TexLookup()
Completed in 22 milliseconds