Home
last modified time | relevance | path

Searched defs:result (Results 6976 - 7000 of 12212) sorted by relevance

1...<<271272273274275276277278279280>>...489

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp299 VkResult result = VK_ERROR_OUT_OF_HOST_MEMORY; in createTestBuffer() local
H A DvktApiDescriptorPoolTests.cpp276 const VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &rawDescriptorSets[0]); in outOfPoolMemoryTest() local
336 VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &descriptorSet); in zeroPoolSizeCount() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp248 vk::VkResult result = vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, DE_NULL); in testShadingRates() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp106 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, m_params.imageFormat, m_params.imageType, VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, 0u, &formatProperties); in checkSupport() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.cpp236 HRESULT result = S_OK; in compileToBinary() local
371 HRESULT result = disassembleFunc(buffer, bufSize, flags, "", &disassembly); in disassembleBinary() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp110 HRESULT result; in reset() local
349 HRESULT result = mSwapChain->Present(&rect, &rect, nullptr, nullptr, 0); swapRect() local
445 HRESULT result = mSwapChain->GetPresentParameters(&presentParameters); recreate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.cpp135 WaitableCompileEventDone(PostTranslateFunctor &&postTranslateFunctor, bool result) in WaitableCompileEventDone() argument
392 bool result = sh::Compile(handle, &str, 1, options); in compile() local
429 bool result = sh::Compile(handle, &str, 1, options); in compile() variable
106 WaitableCompileEventNativeParallel(PostTranslateFunctor &&postTranslateFunctor, bool result, CheckShaderFunctor &&checkShaderFunctor, PeekCompletionFunctor &&peekCompletionFunctor) WaitableCompileEventNativeParallel() argument
[all...]
H A DQueryGL.cpp212 GLuint64 result = 0; in flush() local
218 GLuint result = 0; in flush() local
303 GLint result = 0; variable
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math_impl.h28 constexpr bool CheckedAddImpl(T x, T y, T *result) in CheckedAddImpl() argument
98 constexpr bool CheckedSubImpl(T x, T y, T *result) in CheckedSubImpl() argument
167 CheckedMulImpl(T x, T y, T *result) CheckedMulImpl() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DConstantUnion.cpp22 float result = lhs + rhs; in CheckedSum() local
36 float result = lhs - rhs; in CheckedDiff() local
50 float result = lhs * rhs; in CheckedMul() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp161 angle::Result result = in getProgram() local
H A DBlobCache.cpp156 bool result = scratchBuffer->get(valueSize, &scratchMemory); in get() local
184 bool result = mBlobCache.get(key, &entry); in get() local
214 bool result = mBlobCache.getAt(index, keyOut, &valueBuf); in getAt() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow.cpp37 HRESULT result = S_OK; in RunOnUIThread() local
96 HRESULT result = S_OK; in initialize() local
203 HRESULT result = Microsoft::WRL::MakeAndInitialize<SwapChainPanelSizeChangedHandler>( registerForSizeChangeEvents() local
279 HRESULT result = factory->CreateSwapChainForComposition(device, &swapChainDesc, nullptr, createSwapChain() local
336 HRESULT result = mSwapChain.As(&swapChain2); scaleSwapChain() local
351 HRESULT result = swapChainPanel.As(&uiElement); GetSwapChainPanelSize() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils_unittest.cpp184 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local
197 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local
217 Matrix<float> result = inputMatrix * inputMatrix.inverse(); in TEST() local
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.cpp217 int result = 0; in run() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp176 egl::SupportedCompositorTimings result; in getSupportedCompositorTimings() local
214 egl::SupportedTimestamps result; in getSupportedTimestamps() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp126 HRESULT result = mSwapChain->Present(mSwapInterval, 0); in swap() local
152 HRESULT result = S_OK; in postSubBuffer() local
192 HRESULT result = mSwapChain->GetBuffer(0, __uuidof(ID3D11Texture2D), in bindTexImage() local
370 HRESULT result = GetDXGIFactoryFromDevice() local
426 HRESULT result = dxgiFactory->QueryInterface(__uuidof(IDXGIFactory2), createSwapChain() local
[all...]
H A DD3DTextureSurfaceWGL.cpp151 HRESULT result = texture9->GetDevice(&d3d9Device); in GetD3D9TextureInfo() local
214 HRESULT result = d3d11Device->OpenSharedResource(shareHandle, __uuidof(ID3D11Texture2D), in GetD3DTextureInfo() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp102 bool result = true; in iterate() local
461 bool result = true; in verifyErrors() local
657 bool result = true; verifyErrors() local
[all...]
H A Dgl4cShaderAtomicCounterOpsTests.hpp69 glw::GLuint result = m_inputValue; in getResult() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp416 const qpTestResult result = (pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBase.cpp127 bool result = true; in CheckBuffer() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp223 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local
243 static const char* result = "${VERSION}\n" in getVertexShaderCode() local
505 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local
536 static const char* result = "${VERSION}\n" in getGeometryShaderCode() local
653 static const char* result = "${VERSION}\\n" getVertexShaderCode() local
703 static const char* result = "${VERSION}\\n" getGeometryShaderCode() local
790 static const char* result = "${VERSION}\\n" getGeometryShaderCode() local
[all...]
H A DesextcGeometryShaderProgramResource.cpp335 bool result = true; in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5FmaAccuracy.cpp355 void GPUShader5FmaAccuracyTest::calculateRelativeError(glw::GLfloat result, glw::GLfloat expected_result, in calculateRelativeError() argument

Completed in 22 milliseconds

1...<<271272273274275276277278279280>>...489