OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refSampler
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp
144
const tcu::Sampler&
refSampler
,
258
const tcu::Sampler&
refSampler
,
374
const tcu::Sampler&
refSampler
,
vktOpaqueTypeIndexingTests.cpp
485
const tcu::Sampler
refSampler
= isShadowSampler(m_samplerType)
539
m_uniformSetup->addData(new SamplerUniformData(bindingLocation++, (deUint32)numSamplers,
refSampler
, texFormat, tcu::IVec3(1, 1, 1), imageType, imageViewType, &texData[0]));
583
const float reference = refTexAccess.sample2DCompare(
refSampler
, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
[
all
...]
vktShaderExecutor.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/shaderrender/
vktShaderRender.cpp
947
const tcu::Sampler&
refSampler
= textureBinding.getSampler();
[
all
...]
Completed in 846 milliseconds