OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refSampler
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp
546
const tcu::Sampler&
refSampler
,
551
void clearImage (const tcu::Sampler&
refSampler
,
560
const tcu::Sampler&
refSampler
,
573
const tcu::Sampler&
refSampler
,
vktShaderRender.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
588
const tcu::Sampler
refSampler
(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
604
const float reference = refTexAccess.sample2DCompare(
refSampler
, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
777
const tcu::Sampler
refSampler
= isShadowSampler(m_samplerType)
837
tcu::Sampler samplerCopy (
refSampler
);
997
const float reference = refTexAccess.sample2DCompare(
refSampler
, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
[
all
...]
Completed in 68 milliseconds