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

  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 87 : texType (texType_)
98 TextureType texType; //!< Texture type.
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 235 const TextureType texType = getTextureType(samplerType);
238 switch (texType)
258 static deUint32 getGLTextureTarget (TextureType texType)
260 switch (texType)
279 const TextureType texType = getTextureType(samplerType);
280 const deUint32 texTarget = getGLTextureTarget(texType);
288 switch (texType)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 395 const TextureType texType = getTextureType(samplerType);
398 switch (texType)
438 static vk::VkImageType getVkImageType (TextureType texType)
440 switch (texType)
453 static vk::VkImageViewType getVkImageViewType (TextureType texType)
455 switch (texType)
472 TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue);
482 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tcu::TextureFormat format)
488 (texType == TEXTURE_TYPE_CUBE ? (VkImageCreateFlags)VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : (VkImageCreateFlags)0),
489 getVkImageType(texType),
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 812 int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseType;
813 bool is2dTex = texType == 0;
814 bool isCubeTex = texType == 1;
815 bool is2dArrayTex = texType == 2;
816 bool is3dTex = texType == 3;
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 663 milliseconds