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

1 2 3 4 56 7 8

  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 687 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
689 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
    [all...]
es3fFragmentOutputTests.cpp 701 deInt32* dst = (deInt32*)&inputs[curInVec][0];
710 deInt32* v = dst + (y*gridWidth + x)*numScalars;
    [all...]
es3fShaderCommonFunctionTests.cpp 70 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); }
309 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
    [all...]
es3fTextureUnitTests.cpp 592 const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + 0.5f) - 1);
593 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1);
    [all...]
es3fNegativeTextureApiTests.cpp 520 const deInt32 cubeSize = blockPixels.x() * blockPixels.y(); // Divisible by the block size and square
    [all...]
es3fUniformApiTests.cpp 301 deInt32 intV[4];
310 deInt32 intV[4];
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkFunctionPointerTypes.inl 111 typedef VKAPI_ATTR void (VKAPI_CALL* CmdDrawIndexedFunc) (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance);
172 typedef VKAPI_ATTR void (VKAPI_CALL* DebugReportMessageEXTFunc) (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage);
vkConcreteDeviceInterface.inl 94 virtual void cmdDrawIndexed (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance) const;
vkVirtualDeviceInterface.inl 94 virtual void cmdDrawIndexed (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance) const = 0;
vkNullDriverImpl.inl 713 VKAPI_ATTR void VKAPI_CALL cmdDrawIndexed (VkCommandBuffer commandBuffer, deUint32 indexCount, deUint32 instanceCount, deUint32 firstIndex, deInt32 vertexOffset, deUint32 firstInstance)
    [all...]
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 28 #include "deInt32.h"
211 DE_SPECIALIZE_POOL_ARRAY_ELEMENT_BASIC_TYPE(deInt32);
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 281 deInt32 intV[4];
290 deInt32 intV[4];
    [all...]
es31fShaderCommonFunctionTests.cpp 74 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); }
383 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
    [all...]
es31fAtomicCounterTests.cpp 923 const deInt32 counterBufferSize = m_spec.atomicCounterCount * 4;
924 const deInt32 ssoSize = m_spec.atomicCounterCount * m_spec.callCount * m_spec.threadCount * 4 * getOperationCount();
    [all...]
es31fUniformLocationTests.cpp 48 #include "deInt32.h"
529 const deInt32 posLoc = gl.getAttribLocation(programID, "a_position");
543 deInt32 intBuf[4] = {0};
    [all...]
es31fTextureMultisampleTests.cpp 493 gl.uniform1i (m_samplerProgramSampleNdxLoc, (deInt32)sampleNdx);
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 576 const deInt32 positionLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_position");
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 176 (int)sizeof(deInt32), // INPUTTYPE_FIXED,
185 (int)sizeof(deInt32), // INPUTTYPE_INT,
    [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 436 const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + 0.5f) - 1);
437 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1);
    [all...]
es2fNegativeShaderApiTests.cpp 140 std::vector<deInt32> binaryFormats;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 334 deInt32 getminUniformBufferOffsetAlignment (Context &ctx)
339 DE_ASSERT(align == (VkDeviceSize)(deInt32)align);
340 return (deInt32)align;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp 582 0, // deInt32 basePipelineIndex;
    [all...]
vktPipelineEarlyFragmentTests.cpp 652 0, // deInt32 basePipelineIndex;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 79 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); }
326 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
    [all...]

Completed in 499 milliseconds

1 2 3 4 56 7 8