Home
last modified time | relevance | path

Searched defs:isCube (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTexture.hpp59 inline bool isCube (const Texture& texture) in isCube() function
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp121 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in getProgram() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp205 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in initializePrograms() local
340 const bool isCube = m_type == TYPE_CUBE_MAP; in updateTextureData() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp490 bool isCube; member
1824 bool isCube; in createImageClearingTestsCommon() member
/external/swiftshader/src/Vulkan/
DVkImage.cpp714 bool Image::isCube() const in isCube() function in vk::Image
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1295 const bool isCube = (actualCreateFlags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) != 0u; in execTest() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp131 inline bool isCube (const VkImageViewType viewType) in isCube() function
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2574 bool SamplerCore::isCube() const in isCube() function in sw::SamplerCore
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1556 …const bool isCube = imageViewType == VK_IMAGE_VIEW_TYPE_CUBE || imageViewType == VK_IMAGE_… in createSamplerUniform() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h992 int isCube() const { return descTable[target].cube ? 1 : 0; } in isCube() function
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2329 const bool isCube = target == GL_TEXTURE_CUBE_MAP; in getTestedSize() local
Des31fShaderImageLoadStoreTests.cpp1084 const bool isCube = m_reference.getImageType() == TEXTURETYPE_CUBE; in operator ()() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3740 …const bool isCube = (viewType == vk::VK_IMAGE_VIEW_TYPE_CUBE || viewType == vk::VK_IMAGE_VI… in createImage() local