Home
last modified time | relevance | path

Searched refs:valSize (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-darwin.cc80 size_t valSize = sizeof(val); in AdjustSchedulingParams() local
81 int rc = sysctlbyname("kern.tcsm_available", &val, &valSize, NULL, 0); in AdjustSchedulingParams()
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.h374 size_t valSize) { in checkOneUniform()
379 SkASSERTF(uIter->sizeInBytes() == valSize, in checkOneUniform()
381 name, uIter->sizeInBytes(), valSize); in checkOneUniform()
370 checkOneUniform(uniform_iterator uIter, uniform_iterator uEnd, const char* name, const T* , size_t valSize) checkOneUniform() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1792 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local
1802 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1426 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local
1436 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()

Completed in 13 milliseconds