HomeSort by relevance Sort by last modified time
    Searched defs:numSamplers (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/vk/
GrVkUniformHandler.h 69 int numSamplers() const { return fSamplers.count(); }
  /external/skqp/src/gpu/vk/
GrVkUniformHandler.h 69 int numSamplers() const { return fSamplers.count(); }
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 122 int numSamplers;
es31fOpaqueTypeIndexingTests.cpp 345 void getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const;
395 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const
425 "uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << numSamplers << "];\n";
488 const int numSamplers = 8;
497 vector<deUint8> texData (numSamplers * texFormat.getPixelSize());
498 const tcu::PixelBufferAccess refTexAccess (texFormat, numSamplers, 1, 1, &texData[0]);
504 lookupIndices[ndx] = rnd.getInt(0, numSamplers-1);
506 getShaderSpec(&shaderSpec, numSamplers, numLookups, &lookupIndices[0], m_context.getRenderContext());
529 TextureVector textures (renderCtx, numSamplers);
543 for (int samplerNdx = 0; samplerNdx < numSamplers; samplerNdx++
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 242 int numSamplers = 0;
247 ++numSamplers;
250 return numSamplers;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 744 const int numSamplers = SamplerIndexingCaseInstance::NUM_SAMPLERS;
752 vector<deUint8> texData (numSamplers * texFormat.getPixelSize());
753 const tcu::PixelBufferAccess refTexAccess (texFormat, numSamplers, 1, 1, &texData[0]);
814 for (int ndx = 0; ndx < numSamplers; ++ndx)
835 { 0u, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, (deUint32)numSamplers, VK_SHADER_STAGE_ALL, DE_NULL },
836 { (deUint32)numSamplers, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u, VK_SHADER_STAGE_ALL, DE_NULL }
853 { VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, (deUint32)numSamplers },
883 vector<VkDescriptorImageInfo> imageInfos (numSamplers);
891 (deUint32)numSamplers,
898 for (int ndx = 0; ndx < numSamplers; ++ndx
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp     [all...]

Completed in 236 milliseconds