HomeSort by relevance Sort by last modified time
    Searched refs:deUint32 (Results 76 - 100 of 591) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fApiCase.cpp 65 void ApiCase::expectError (deUint32 expected)
67 deUint32 err = glGetError();
76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1)
78 deUint32 err = glGetError();
102 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values)
es2fTextureWrapTests.cpp 59 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
60 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fApiCase.cpp 67 void ApiCase::expectError (deUint32 expected)
69 deUint32 err = glGetError();
78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1)
80 deUint32 err = glGetError();
104 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values)
es3fBufferMapTests.cpp 53 BufferMapReadCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, WriteType write)
67 deUint32 dataSeed = deStringHash(getName());
76 deUint32 buf = genBuffer();
99 deUint32 m_bufferTarget;
100 deUint32 m_usage;
110 BufferMapWriteCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int size, VerifyType verify)
121 deUint32 dataSeed = deStringHash(getName());
129 deUint32 buf = genBuffer()
    [all...]
es3fTextureFilteringTests.cpp 66 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
67 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
81 const deUint32 m_minFilter
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureFilteringTests.cpp 53 deUint32 internalFormat;
64 deUint32 filter;
85 deUint32 format = texFormats[formatNdx].internalFormat;
86 deUint32 minFilter = cases[caseNdx].filter;
87 deUint32 magFilter = (minFilter == GL_NEAREST || minFilter == GL_LINEAR) ? minFilter : GL_LINEAR;
88 deUint32 wrapS = GL_REPEAT;
89 deUint32 wrapT = GL_REPEAT;
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 89 std::vector<deUint32> m_indexBuffers;
90 std::vector<deUint32> m_coordBuffers;
91 std::vector<deUint32> m_textures;
93 std::vector<deUint32> m_framebuffers;
94 std::vector<deUint32> m_renderbuffers;
95 std::vector<deUint32> m_samplers;
96 std::vector<deUint32> m_vertexArrays;
glsInteractionTestUtil.cpp 72 static const deUint32 compareFuncs[] =
84 static const deUint32 stencilOps[] =
96 static const deUint32 blendEquations[] =
105 static const deUint32 blendFuncs[] =
124 static const deUint32 blendEquationsES2[] =
131 static const deUint32 blendFuncsDstES2[] =
174 state.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
177 state.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
178 state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
179 state.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps))
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkConcreteInstanceInterface.inl 5 virtual VkResult enumeratePhysicalDevices (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) const;
10 virtual void getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const;
14 virtual VkResult enumerateDeviceExtensionProperties (VkPhysicalDevice physicalDevice, const char* pLayerName, deUint32* pPropertyCount, VkExtensionProperties* pProperties) const;
15 virtual VkResult enumerateDeviceLayerProperties (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkLayerProperties* pProperties) const;
16 virtual void getPhysicalDeviceSparseImageFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, deUint32* pPropertyCount, VkSparseImageFormatProperties* pProperties) const;
18 virtual VkResult getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const;
20 virtual VkResult getPhysicalDeviceSurfaceFormatsKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats) const;
21 virtual VkResult getPhysicalDeviceSurfacePresentModesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentModeKHR* pPresentModes) const;
22 virtual VkResult getPhysicalDeviceDisplayPropertiesKHR (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkDisplayPropertiesKHR* pProperties) const;
23 virtual VkResult getPhysicalDeviceDisplayPlanePropertiesKHR (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties) const
    [all...]
vkVirtualInstanceInterface.inl 5 virtual VkResult enumeratePhysicalDevices (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) const = 0;
10 virtual void getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const = 0;
14 virtual VkResult enumerateDeviceExtensionProperties (VkPhysicalDevice physicalDevice, const char* pLayerName, deUint32* pPropertyCount, VkExtensionProperties* pProperties) const = 0;
15 virtual VkResult enumerateDeviceLayerProperties (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkLayerProperties* pProperties) const = 0;
16 virtual void getPhysicalDeviceSparseImageFormatProperties (VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, deUint32* pPropertyCount, VkSparseImageFormatProperties* pProperties) const = 0;
18 virtual VkResult getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const = 0;
20 virtual VkResult getPhysicalDeviceSurfaceFormatsKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats) const = 0;
21 virtual VkResult getPhysicalDeviceSurfacePresentModesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pPresentModeCount, VkPresentModeKHR* pPresentModes) const = 0;
22 virtual VkResult getPhysicalDeviceDisplayPropertiesKHR (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkDisplayPropertiesKHR* pProperties) const = 0;
23 virtual VkResult getPhysicalDeviceDisplayPlanePropertiesKHR (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties) const = 0
    [all...]
vkFunctionPointerTypes.inl 6 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumeratePhysicalDevicesFunc) (VkInstance instance, deUint32* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
11 typedef VKAPI_ATTR void (VKAPI_CALL* GetPhysicalDeviceQueueFamilyPropertiesFunc) (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties);
17 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumerateInstanceExtensionPropertiesFunc) (const char* pLayerName, deUint32* pPropertyCount, VkExtensionProperties* pProperties);
18 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumerateDeviceExtensionPropertiesFunc) (VkPhysicalDevice physicalDevice, const char* pLayerName, deUint32* pPropertyCount, VkExtensionProperties* pProperties);
19 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumerateInstanceLayerPropertiesFunc) (deUint32* pPropertyCount, VkLayerProperties* pProperties);
20 typedef VKAPI_ATTR VkResult (VKAPI_CALL* EnumerateDeviceLayerPropertiesFunc) (VkPhysicalDevice physicalDevice, deUint32* pPropertyCount, VkLayerProperties* pProperties);
21 typedef VKAPI_ATTR void (VKAPI_CALL* GetDeviceQueueFunc) (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue);
22 typedef VKAPI_ATTR VkResult (VKAPI_CALL* QueueSubmitFunc) (VkQueue queue, deUint32 submitCount, const VkSubmitInfo* pSubmits, VkFence fence);
29 typedef VKAPI_ATTR VkResult (VKAPI_CALL* FlushMappedMemoryRangesFunc) (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges)
    [all...]
vkBuilderUtil.cpp 38 deUint32 descriptorCount,
46 (deUint32)m_bindings.size(),
47 (deUint32)m_immutableSamplers.size()
59 (deUint32)m_bindings.size(), // binding
86 (deUint32)bindings.size(), // bindingCount
99 DescriptorPoolBuilder& DescriptorPoolBuilder::addType (VkDescriptorType type, deUint32 numDescriptors)
132 Move<VkDescriptorPool> DescriptorPoolBuilder::build (const DeviceInterface& vk, VkDevice device, VkDescriptorPoolCreateFlags flags, deUint32 maxSets) const
141 (deUint32)m_counts.size(), // poolSizeCount
155 deUint32 destBinding,
156 deUint32 destArrayElement
    [all...]
vkQueryUtil.hpp 61 tcu::Maybe<deUint32> minVersion;
62 tcu::Maybe<deUint32> maxVersion;
65 tcu::Maybe<deUint32> minVersion_ = tcu::nothing<deUint32>(),
66 tcu::Maybe<deUint32> maxVersion_ = tcu::nothing<deUint32>())
76 tcu::Maybe<deUint32> minSpecVersion;
77 tcu::Maybe<deUint32> maxSpecVersion;
78 tcu::Maybe<deUint32> minImplVersion;
79 tcu::Maybe<deUint32> maxImplVersion
    [all...]
vkBinaryRegistry.cpp 48 string getProgramPath (const std::string& dirName, deUint32 index)
58 void writeBinary (const std::string& dstDir, deUint32 index, const ProgramBinary& binary)
76 deUint32 binaryHash (const ProgramBinary* binary)
89 std::vector<deUint32> getSearchPath (const ProgramIdentifier& id)
94 vector<deUint32> words (numWords, 0u);
101 const deUint32* findBinaryIndex (BinaryIndexAccess* index, const ProgramIdentifier& id)
103 const vector<deUint32> words = getSearchPath(id);
142 deUint32 word;
143 deUint32 index;
146 SparseIndexNode (deUint32 word_, deUint32 index_
    [all...]
  /external/deqp/framework/delibs/dethread/
deAtomic.h 55 DE_INLINE deUint32 deAtomicIncrementUint32 (volatile deUint32* dstAddr)
81 DE_INLINE deUint32 deAtomicDecrementUint32 (volatile deUint32* dstAddr)
100 DE_INLINE deUint32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deUint32 exchange)
207 return deAtomicIncrementUint32((volatile deUint32*)size);
223 return deAtomicDecrementUint32((volatile deUint32*)size)
    [all...]
  /external/deqp/framework/egl/
egluDefs.hpp 41 Error (deUint32 errCode, const char* errStr);
42 Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line);
45 deUint32 getError (void) const { return m_error; }
48 deUint32 m_error;
59 void checkError (deUint32 err, const char* msg, const char* file, int line);
  /external/deqp/framework/delibs/debase/
deString.h 34 deUint32 deStringHash (const char* str);
35 deUint32 deStringHashLeading (const char* str, int numLeadingChars);
39 deUint32 deMemoryHash (const void* ptr, size_t numBytes);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 99 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
100 case glu::TYPE_BOOL: str << (((const deUint32*)varValue.value)[compNdx] != 0 ? "true" : "false"); break;
122 static inline deUint32 extendSignTo32 (deUint32 integer, deUint32 integerLength)
126 return deUint32(0 - deInt32((integer & (1 << (integerLength - 1))) << 1)) | integer;
129 static inline deUint32 getLowBitMask (int integerLength)
136 return ((1u << ((deUint32)integerLength - 1u)) << 1u) - 1u;
139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues)
142 const deUint32 integerLength = (deUint32)getShaderUintBitCount(shaderType, precision)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 97 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break;
98 case glu::TYPE_BOOL: str << (((const deUint32*)varValue.value)[compNdx] != 0 ? "true" : "false"); break;
120 static inline deUint32 extendSignTo32 (deUint32 integer, deUint32 integerLength)
124 return deUint32(0 - deInt32((integer & (1 << (integerLength - 1))) << 1)) | integer;
127 static inline deUint32 getLowBitMask (int integerLength)
134 return ((1u << ((deUint32)integerLength - 1u)) << 1u) - 1u;
137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues)
140 const deUint32 integerLength = (deUint32)getShaderUintBitCount(shaderType, precision)
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 91 deUint32 getShader (void) const { return m_shader; }
99 deUint32 operator* (void) const { return getShader(); }
106 deUint32 m_shader; //!< Shader handle.
118 Program (const RenderContext& renderCtx, deUint32 program);
121 void attachShader (deUint32 shader);
122 void detachShader (deUint32 shader);
124 void bindAttribLocation (deUint32 location, const char* name);
125 void transformFeedbackVaryings (int count, const char* const* varyings, deUint32 bufferMode);
129 deUint32 getProgram (void) const { return m_program; }
140 deUint32 operator* (void) const { return getProgram();
    [all...]
gluObjectWrapper.hpp 68 ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits, deUint32 object);
71 inline deUint32 get (void) const { return m_object; }
72 inline deUint32 operator* (void) const { return m_object; }
77 deUint32 m_object;
90 TypedObjectWrapper (const glw::Functions& gl, deUint32 object) : ObjectWrapper(gl, objectTraits(Type), object) {}
111 deUint32 get (size_t ndx) const { return m_objects[ndx]; }
112 deUint32 operator[] (size_t ndx) const { return get(ndx); }
120 std::vector<deUint32> m_objects;
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 43 static inline deUint8 getChannel (deUint32 color)
48 static inline deUint8 getChannel (deUint32 color, int channel)
53 static inline deUint32 setChannel (deUint32 color, int channel, deUint8 val)
58 static inline Vec4 toFloatVec (deUint32 color)
68 static inline deUint32 toColor (Vec4 v)
74 static inline deUint32 readUnorm8 (const tcu::ConstPixelBufferAccess& src, int x, int y)
77 deUint32 v = 0;
90 inline deUint32 readUnorm8<4> (const tcu::ConstPixelBufferAccess& src, int x, int y)
92 return *(const deUint32*)((const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*4)
    [all...]
tcuAstcUtil.cpp 49 inline deUint32 getBit (deUint32 src, int ndx)
55 inline deUint32 getBits (deUint32 src, int low, int high)
62 return (deUint32)((src >> low) & ((1u<<numBits)-1));
64 return (deUint32)((src >> low) & 0xFFFFFFFFu);
67 inline bool isBitSet (deUint32 src, int ndx)
72 inline deUint32 reverseBits (deUint32 src, int numBits)
75 deUint32 result = 0
    [all...]
  /external/deqp/framework/randomshaders/
rsgNameAllocator.cpp 38 inline std::string nameNdxToStr (deUint32 name)
41 deUint32 alphabetLen = 'z' - 'a' + 1;
  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 109 void deSleep (deUint32 milliseconds)
119 static SYSTEM_LOGICAL_PROCESSOR_INFORMATION* getWin32ProcessorInfo (deUint32* numBytes)
121 deUint32 curSize = (deUint32)sizeof(PSYSTEM_LOGICAL_PROCESSOR_INFORMATION)*8;
154 deUint32 numPhysicalCores;
155 deUint32 numLogicalCores;
158 void parseWin32ProcessorInfo (ProcessorInfo* dst, const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* src, deUint32 numBytes)
182 deUint32 numBytes = 0;
194 deUint32 deGetNumTotalPhysicalCores (void)
204 deUint32 deGetNumTotalLogicalCores (void
    [all...]

Completed in 689 milliseconds

1 2 34 5 6 7 8 91011>>