HomeSort by relevance Sort by last modified time
    Searched refs:deInt32 (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 285 const int groupOutput = *(const deInt32*)((const deUint8*)groupOutputs + groupNdx*groupStride);
292 const int inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx));
304 const int inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx));
305 const int outputValue = *(const deInt32*)((const deUint8*)outputs + outputStride*(groupOffset+localNdx));
366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision)
393 static bool containsAfterUintCast (const std::set<deInt32>& haystack, deUint32 needle, glu::Precision precision)
395 for (std::set<deInt32>::const_iterator it = haystack.begin(); it != haystack.end(); ++it)
401 static bool containsAfterUintCast (const std::set<deUint32>& haystack, deInt32 needle, glu::Precision precision)
440 set<deInt32> inValues;
446 const deInt32 inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx))
    [all...]
es31fMultisampleShaderRenderCase.cpp 100 deInt32 queriedSampleCount = -1;
118 deInt32 maxTextureSamples = 0;
128 deInt32 maxRboSamples = 0;
494 const deInt32 location = gl.getAttribLocation(m_program->getProgram(), it->first.c_str());
557 const deInt32 posLocation = gl.getAttribLocation(m_textureSamplerProgram->getProgram(), "a_position");
558 const deInt32 samplerLocation = gl.getUniformLocation(m_textureSamplerProgram->getProgram(), "u_sampler");
608 const deInt32 posLocation = gl.getAttribLocation(m_textureSamplerProgram->getProgram(), "a_position");
609 const deInt32 samplerLocation = gl.getUniformLocation(m_textureSamplerProgram->getProgram(), "u_sampler");
610 const deInt32 sampleLocation = gl.getUniformLocation(m_textureSamplerProgram->getProgram(), "u_sampleNdx");
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 75 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted)
91 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]);
146 vector<deInt32> compressedFormats;
182 vector<deInt32> compressedFormats;
194 vector<deInt32> compressedFormats;
216 vector<deInt32> compressedFormats;
229 vector<deInt32> compressedFormats;
252 vector<deInt32> compressedFormats;
268 vector<deInt32> compressedFormats
    [all...]
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 26 #include "deInt32.h"
128 deInt32 aligned[4];
129 deMemcpy(aligned, ptr, size * sizeof(deInt32));
149 inline deInt32 extendSign (deUint32 integer)
151 return deUint32(0 - deInt32((integer & (1 << (integerLen - 1))) << 1)) | integer;
291 case VERTEXATTRIBTYPE_NONPURE_SNORM32_CLAMP: readSnormClamp<deInt32> (dst, size, ptr); break;
295 case VERTEXATTRIBTYPE_NONPURE_SNORM32_SCALE: readSnormScale<deInt32> (dst, size, ptr); break;
302 case VERTEXATTRIBTYPE_NONPURE_INT32: read<deInt32> (dst, size, ptr); break;
329 case VERTEXATTRIBTYPE_PURE_INT32: read<deInt32> (dst, size, ptr); break;
524 dst = vertexAttrib.generic.get<deInt32>();
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 66 deInt32 getBoundLocation (const map<string, deUint32>& bindings, const string& attrib)
70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second);
79 const deInt32 location = getBoundLocation(bindings, attributes[attribNdx].getName());
100 deInt32 getMaxAttributeLocations (glu::RenderContext& renderCtx)
103 deInt32 maxAttribs;
309 deInt32 length = 0;
325 deInt32 status;
335 deInt32 length = 0;
351 deInt32 status;
499 deInt32 activeAttribCount = 0
    [all...]
glsVertexArrayTests.hpp 315 typedef WrappedType<deInt32> Int;
355 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; }
356 static Fixed fromFloat (float value) { Fixed v; v.m_value = (deInt32)(value * 32768.0f); return v; }
357 inline deInt32 getValue (void) const { return m_value; }
377 inline operator deInt32 (void) const { return m_value; }
381 deInt32 m_value;
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 140 deInt32 vertexCompileStatus;
142 deInt32 fragmentCompileStatus;
144 deInt32 linkStatus;
164 deInt32 infoLogLength = 0;
178 deInt32 infoLogLength = 0;
197 deInt32 infoLogLength = 0;
teglCreateContextExtTests.cpp 567 deInt32 profile = 0;
589 deInt32 profile = 0;
632 deInt32 majorVersion = 0;
633 deInt32 minorVersion = 0;
761 deInt32 contextFlagsGL;
791 deInt32 profileMaskGL = 0;
808 const deInt32 expected = notificationStrategy != -1 ? notificationStrategy : notificationStrategyExt;
809 deInt32 strategy = 0;
847 deInt32 contextFlagsGL;
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 65 deInt32 int32;
66 deInt32 bool32;
gluDrawUtil.hpp 266 DECLARE_VA_CTOR(Int32, deInt32, VTX_COMP_SIGNED_INT32, VTX_COMP_CONVERT_NONE);
274 DECLARE_VA_CTOR(Snorm32, deInt32, VTX_COMP_SIGNED_INT32, VTX_COMP_CONVERT_NORMALIZE_TO_FLOAT);
282 DECLARE_VA_CTOR(Int32Float, deInt32, VTX_COMP_SIGNED_INT32, VTX_COMP_CONVERT_CAST_TO_FLOAT);
gluES3PlusWrapperContext.cpp 169 static GLW_APICALL void GLW_APIENTRY getIntegerv (deUint32 pname, deInt32* params)
176 *params = (deInt32)context->extensionList.size();
410 static std::string translateShaderSources (deUint32 shaderType, deInt32 count, const char* const* strings, const int* length, const std::vector<std::string>& filteredExtensions, GLSLVersion version)
426 static GLW_APICALL void GLW_APIENTRY shaderSource (deUint32 shader, deInt32 count, const char* const* strings, const int* length)
434 deInt32 shaderType = GL_NONE;
472 static GLW_APICALL deUint32 GLW_APIENTRY createShaderProgramv (deUint32 type, deInt32 count, const char* const* strings)
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 73 inline VkOffset3D makeOffset3D (deInt32 x, deInt32 y, deInt32 z)
173 inline VkOffset2D makeOffset2D (deInt32 x, deInt32 y)
350 inline VkDrawIndexedIndirectCommand makeDrawIndexedIndirectCommand (deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance)
vkDebugReportUtil.cpp 114 deInt32 messageCode,
vkStructTypes.inl 191 deInt32 minTexelOffset;
193 deInt32 minTexelGatherOffset;
402 deInt32 x;
403 deInt32 y;
404 deInt32 z;
650 deInt32 x;
651 deInt32 y;
787 deInt32 basePipelineIndex;
798 deInt32 basePipelineIndex;
1077 deInt32 int32[4]
    [all...]
  /external/deqp/modules/internal/
ditSeedBuilderTests.cpp 134 addChild(new SeedBuilderTest<deInt32>(m_testCtx, 0, 75951701u, "int32_zero", "Seed from int32 zero."));
135 addChild(new SeedBuilderTest<deInt32>(m_testCtx, 1, 95780822u, "int32_one", "Seed from int32 one."));
136 addChild(new SeedBuilderTest<deInt32>(m_testCtx, -1, 73949483u, "int32_minus_one", "Seed from int32 minus one."));
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateGeneralTests.cpp 120 const deInt32 frameWidth = referenceFrame.getWidth();
121 const deInt32 frameHeight = referenceFrame.getHeight();
230 const deInt32 frameWidth = referenceFrame.getWidth();
231 const deInt32 frameHeight = referenceFrame.getHeight();
380 const deInt32 frameWidth = referenceFrame.getWidth();
381 const deInt32 frameHeight = referenceFrame.getHeight();
vktDynamicStateCBTests.cpp 129 const deInt32 frameWidth = referenceFrame.getWidth();
130 const deInt32 frameHeight = referenceFrame.getHeight();
  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 63 volatile deInt32 strongRefCount;
64 volatile deInt32 weakRefCount; //!< WeakPtr references + StrongPtr references.
485 deInt32 oldCount, newCount;
deSha1.hpp 93 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt32 value)
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 175 const deInt32 frameWidth = referenceFrame.getWidth();
176 const deInt32 frameHeight = referenceFrame.getHeight();
298 const deInt32 frameWidth = referenceFrame.getWidth();
299 const deInt32 frameHeight = referenceFrame.getHeight();
vktDrawSimpleTest.cpp 169 const deInt32 frameWidth = referenceFrame.getWidth();
170 const deInt32 frameHeight = referenceFrame.getHeight();
277 const deInt32 frameWidth = referenceFrame.getWidth();
278 const deInt32 frameHeight = referenceFrame.getHeight();
  /external/deqp/framework/delibs/debase/
deDefs.c 25 #include "deInt32.h"
34 DE_STATIC_ASSERT(sizeof(deInt32) == 4);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 785 deInt32 maxImageWidth,
786 deInt32 maxImageHeight);
792 deInt32 getMaxImageWidth (void) const { return m_maxImageWidth; }
793 deInt32 getMaxImageHeight (void) const { return m_maxImageHeight; }
806 const deInt32 m_maxImageWidth;
807 const deInt32 m_maxImageHeight;
929 for (deInt32 stepSize = currentSize[0] / 2; currentSize[0] > 0; stepSize /= 2)
982 deInt32 maxImageWidth,
983 deInt32 maxImageHeight)
1079 deInt32 width
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 87 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); }
    [all...]
  /external/deqp/framework/common/
tcuSeedBuilder.cpp 122 SeedBuilder& operator<< (SeedBuilder& builder, deInt32 value)
124 const deInt32 val = value ^ 53054741;

Completed in 728 milliseconds

1 23 4 5 6 7 8