Home
last modified time | relevance | path

Searched defs:is1D (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsTextureTestUtil.cpp125 bool is1D = de::inRange<int>(program, PROGRAM_1D_FLOAT, PROGRAM_1D_UINT_BIAS) in getProgram() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp118 bool is1D() const in is1D() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp216 bool is1D = de::inRange<int>(program, PROGRAM_1D_FLOAT, PROGRAM_1D_SHADOW_BIAS) in initializePrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.cpp216 bool is1D = de::inRange<int>(program, PROGRAM_1D_FLOAT, PROGRAM_1D_SHADOW_BIAS) in initializePrograms() local
/third_party/glslang/glslang/Include/
DTypes.h108 bool is1D() const { return dim == Esd1D; } in is1D() function