Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dossource_win.cpp30 DWORD dwIndex = TlsAlloc(); in OS_AllocTLSIndex() local
31 if (dwIndex == TLS_OUT_OF_INDEXES) { in OS_AllocTLSIndex()
36 return dwIndex; in OS_AllocTLSIndex()
/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp273 using PFN_RegEnumValueA = LSTATUS(__stdcall *)(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValueName,
316 LSTATUS __stdcall ShimRegEnumValueA(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValueName, in ShimRegEnumValueA() argument
325 if (dwIndex >= location.size()) return ERROR_NO_MORE_ITEMS; in ShimRegEnumValueA()
327 if (*lpcchValueName < location[dwIndex].name.size()) return ERROR_NO_MORE_ITEMS; in ShimRegEnumValueA()
328 for (size_t i = 0; i < location[dwIndex].name.size(); i++) { in ShimRegEnumValueA()
329 lpValueName[i] = location[dwIndex].name[i]; in ShimRegEnumValueA()
331 lpValueName[location[dwIndex].name.size()] = '\0'; in ShimRegEnumValueA()
332 *lpcchValueName = static_cast<DWORD>(location[dwIndex].name.size() + 1); in ShimRegEnumValueA()
335 *lpcbData_dword = location[dwIndex].value; in ShimRegEnumValueA()
/third_party/backends/backend/
H A Du12-tpa.c57 u_long dwIndex, dwIndexRight, dwIndexLeft; in u12tpa_Reshading() local
258 dwIndex = dwIndexRight; in u12tpa_Reshading()
260 dwIndex = dwIndexLeft; in u12tpa_Reshading()
263 dwIndex = dwIndexRight; in u12tpa_Reshading()
265 dwIndex = dwIndexLeft; in u12tpa_Reshading()
269 RedPtr.pusrgb = dev->bufs.b2.pSumRGB + dwIndex + in u12tpa_Reshading()
303 RedPtr.pb = dev->bufs.b1.pShadingMap + dwIndex; in u12tpa_Reshading()
H A Dplustek-pp_tpa.c837 ULong dwIndex, dwIndexRight, dwIndexLeft; in TPAP98003Reshading() local
1039 dwIndex = dwIndexRight; in TPAP98003Reshading()
1041 dwIndex = dwIndexLeft; in TPAP98003Reshading()
1044 dwIndex = dwIndexRight; in TPAP98003Reshading()
1046 dwIndex = dwIndexLeft; in TPAP98003Reshading()
1050 RedPtr.pusrgb = ps->Bufs.b2.pSumRGB + dwIndex + in TPAP98003Reshading()
1084 RedPtr.pb = ps->Bufs.b1.pShadingMap + dwIndex; in TPAP98003Reshading()

Completed in 4 milliseconds