HomeSort by relevance Sort by last modified time
    Searched refs:scalarSize (Results 1 - 25 of 25) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 320 const int scalarSize = var.varType.getScalarSize();
324 curScalarOffset += scalarSize*numValues;
526 const int scalarSize = glu::getDataTypeScalarSize(type);
529 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), values[0], numValues*scalarSize);
531 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize);
538 const int scalarSize = glu::getDataTypeScalarSize(type);
545 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
561 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
608 const int scalarSize = glu::getDataTypeScalarSize(type);
613 std::fill((float*)values[0], (float*)values[0] + scalarSize, +1.0f)
    [all...]
es31fShaderSharedVarTests.cpp 191 const int scalarSize = getDataTypeScalarSize(m_basicType);
197 vector<float> values (numValues*scalarSize);
206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]);
207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]);
208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
209 else if (scalarSize == 4) gl.uniform4fv(location, numValues, &values[0]);
216 vector<int> values (numValues*scalarSize);
225 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]);
226 else if (scalarSize == 2) gl.uniform2iv(location, numValues, &values[0]);
227 else if (scalarSize == 3) gl.uniform3iv(location, numValues, &values[0])
    [all...]
es31fShaderIntegerFunctionTests.cpp 139 const int scalarSize = glu::getDataTypeScalarSize(dataType);
147 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
148 dst[valueNdx*scalarSize + compNdx] = rnd.getUint32() & integerMask;
153 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
154 dst[valueNdx*scalarSize + compNdx] = extendSignTo32(rnd.getUint32() & integerMask, integerLength);
244 const int scalarSize = var.varType.getScalarSize();
248 curScalarOffset += scalarSize*numValues;
373 const int scalarSize = glu::getDataTypeScalarSize(type);
399 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
401 in0[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].x & integerMask
    [all...]
es31fSSBOLayoutCase.cpp 734 const int scalarSize = glu::getDataTypeScalarSize(entry.type);
741 const int vecSize = scalarSize / numVecs;
744 DE_ASSERT(scalarSize%numVecs == 0);
    [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 246 const int scalarSize = var.varType.getScalarSize();
250 curScalarOffset += scalarSize*numValues;
448 const int scalarSize = glu::getDataTypeScalarSize(type);
451 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), values[0], numValues*scalarSize);
453 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize);
460 const int scalarSize = glu::getDataTypeScalarSize(type);
467 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
483 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
530 const int scalarSize = glu::getDataTypeScalarSize(type);
535 std::fill((float*)values[0], (float*)values[0] + scalarSize, +1.0f)
    [all...]
es3fFragmentOutputTests.cpp 782 int scalarSize = glu::getDataTypeScalarSize(output.type);
797 gl.vertexAttribPointer(loc, scalarSize, glScalarType, GL_FALSE, 0, &inputs[curInVec][0]);
799 gl.vertexAttribIPointer(loc, scalarSize, glScalarType, 0, &inputs[curInVec][0]);
845 const int scalarSize = glu::getDataTypeScalarSize(output.type);
861 renderIntReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const int*)inputData);
863 renderFloatReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const float*)inputData);
    [all...]
es3fTransformFeedbackTests.cpp 401 int scalarSize = glu::getDataTypeScalarSize(subType.getBasicType());
404 if (scalarSize == 1) frag << "vec4(" << name << vecIter << ")";
405 else if (scalarSize == 2) frag << "vec2(" << name << vecIter << ").xxyy";
406 else if (scalarSize == 3) frag << "vec3(" << name << vecIter << ").xyzx";
407 else if (scalarSize == 4) frag << "vec4(" << name << vecIter << ")";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 141 const int scalarSize = glu::getDataTypeScalarSize(dataType);
149 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
150 dst[valueNdx*scalarSize + compNdx] = rnd.getUint32() & integerMask;
155 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
156 dst[valueNdx*scalarSize + compNdx] = extendSignTo32(rnd.getUint32() & integerMask, integerLength);
184 const int scalarSize = var.varType.getScalarSize();
188 curScalarOffset += scalarSize*numValues;
476 const int scalarSize = glu::getDataTypeScalarSize(type);
502 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
504 in0[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].x & integerMask
    [all...]
vktShaderCommonFunctionTests.cpp 263 const int scalarSize = var.varType.getScalarSize();
267 curScalarOffset += scalarSize*numValues;
612 const int scalarSize = glu::getDataTypeScalarSize(type);
615 fillRandomScalars(rnd, floatRanges[precision].x(), floatRanges[precision].y(), values[0], numValues*scalarSize);
617 fillRandomScalars(rnd, intRanges[precision].x(), intRanges[precision].y(), values[0], numValues*scalarSize);
624 const int scalarSize = glu::getDataTypeScalarSize(type);
631 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
647 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
709 const int scalarSize = glu::getDataTypeScalarSize(type);
714 std::fill((float*)values[0], (float*)values[0] + scalarSize, +1.0f)
    [all...]
vktShaderExecutor.cpp     [all...]
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 108 scalarSize = getDataTypeScalarSize(dataType)
252 scalarSize = getDataTypeScalarSize(dataType)
255 for swizzleIndices in getSwizzlesForWidth(scalarSize):
266 # scalarSize = getDataTypeScalarSize(dataType)
268 # for swizzleIndices in getSwizzlesForWidth(scalarSize):
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 108 scalarSize = getDataTypeScalarSize(dataType)
256 scalarSize = getDataTypeScalarSize(dataType)
259 for swizzleIndices in getSwizzlesForWidth(scalarSize):
270 # scalarSize = getDataTypeScalarSize(dataType)
272 # for swizzleIndices in getSwizzlesForWidth(scalarSize):
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 166 int scalarSize = this->getType().getScalarSize();
168 if (scalarSize == 0)
172 std::copy(valueRead.getValuePtr(), valueRead.getValuePtr() + scalarSize*Stride, this->m_value);
175 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++)
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 773 const int scalarSize = getDataTypeScalarSize(dataType);
775 const int elemNdx = arrayNdx * scalarSize;
777 DE_ASSERT(elemNdx+scalarSize <= (int)val.elements.size());
    [all...]
glsUniformBlockCase.cpp 627 int scalarSize = glu::getDataTypeScalarSize(entry.type);
630 int vecSize = scalarSize / numVecs;
634 DE_ASSERT(scalarSize%numVecs == 0);
945 int scalarSize = glu::getDataTypeScalarSize(entry.type);
950 if (scalarSize > 1)
977 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++)
996 if (scalarSize > 1)
    [all...]
glsShaderExecUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 649 const int scalarSize = glu::getDataTypeScalarSize(entry.type);
656 const int vecSize = scalarSize / numVecs;
659 DE_ASSERT(scalarSize%numVecs == 0);
930 const int scalarSize = glu::getDataTypeScalarSize(basicType);
933 if (scalarSize > 1)
936 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++)
954 if (scalarSize > 1)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 662 const int scalarSize = getDataTypeScalarSize(basicType);
664 const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSize;
666 DE_ASSERT(size_t((arrayNdx+1)*scalarSize) <= value.elements.size());
674 const deUint32 data = value.elements[arrayNdx*scalarSize + vecNdx*numComps + compNdx].bool32 ? ~0u : 0u;
686 &value.elements[arrayNdx*scalarSize + vecNdx*numComps],
937 vk::VkFormat getVecFormat (DataType scalarType, int scalarSize)
950 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1);
962 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1);
974 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1);
986 return de::getSizedArrayElement<4>(vecFmts, scalarSize-1)
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 954 int scalarSize = getDataTypeScalarSize(expectedDataType);
959 if (scalarSize > 1)
966 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++)
1003 if (scalarNdx != (scalarSize - 1))
1007 if (scalarSize > 1)
1011 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 574 int scalarSize = glu::getDataTypeScalarSize(entry.type);
577 int vecSize = scalarSize / numVecs;
581 DE_ASSERT(scalarSize%numVecs == 0);
891 int scalarSize = glu::getDataTypeScalarSize(entry.type);
896 if (scalarSize > 1)
923 for (int scalarNdx = 0; scalarNdx < scalarSize; scalarNdx++)
942 if (scalarSize > 1)
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 931 milliseconds