HomeSort by relevance Sort by last modified time
    Searched full:numcomps (Results 26 - 50 of 51) sorted by null

12 3

  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 90 const int numComps = type.getNumElements();
94 layout->push_back(glu::va::Float(var->getName(), numComps, numVertices, 0 /* computed later */, (const float*)(deUintptr)curOffset));
96 curOffset += numComps * (int)sizeof(float);
glsTextureTestUtil.cpp     [all...]
glsUniformBlockCase.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 838 /// unsigned numComps = ConEQ.Classify(LI);
839 /// if (numComps > 1) {
840 /// // allocate numComps-1 new LiveIntervals into LIS[1..]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 542 const int numComps = glu::getDataTypeNumComponents(basicType);
555 DE_ASSERT(de::inRange<int>(numComps, 1, DE_LENGTH_OF_ARRAY(channelOrderMap)));
557 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 178 OPJ_UINT32 numcomps; /* number of components in tile */ member in struct:opj_tcd_tile
t2.c 227 OPJ_UINT32 l_max_comp = l_cp->m_specific_param.m_enc.m_max_comp_size > 0 ? l_image->numcomps : 1;
404 first_pass_failed = (OPJ_BOOL*)opj_malloc(l_image->numcomps * sizeof(OPJ_BOOL));
410 memset(first_pass_failed, OPJ_TRUE, l_image->numcomps * sizeof(OPJ_BOOL));
    [all...]
jp2.h 170 OPJ_UINT32 numcomps; member in struct:opj_jp2
openjpeg.h 671 OPJ_UINT32 numcomps; member in struct:opj_image
832 int numcomps; member in struct:opj_codestream_info
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 664 const int numComps = isDataTypeMatrix(basicType) ? getDataTypeMatrixNumRows(basicType) : scalarSize;
672 for (int compNdx = 0; compNdx < numComps; compNdx++)
674 const deUint32 data = value.elements[arrayNdx*scalarSize + vecNdx*numComps + compNdx].bool32 ? ~0u : 0u;
686 &value.elements[arrayNdx*scalarSize + vecNdx*numComps],
687 numComps*sizeof(deUint32));
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 541 const int numComps = glu::getDataTypeScalarSize(attrib.type.getBasicType());
545 for (int compNdx = 0; compNdx < numComps; compNdx++)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_t1dec.c 156 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0;
jpc_enc.c 942 siz->numcomps = cp->numcmpts;
943 siz->comps = jas_alloc2(siz->numcomps, sizeof(jpc_sizcomp_t));
980 crg->comps = jas_alloc2(crg->numcomps, sizeof(jpc_crgcomp_t));
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_unittest.cpp 493 img.numcomps = 3;
  /frameworks/native/include/media/openmax/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 1968 milliseconds

12 3