Home
last modified time | relevance | path

Searched refs:DE_UNREF (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl9 DE_UNREF(pipeline);
10 DE_UNREF(program);
16 DE_UNREF(texture);
22 DE_UNREF(program);
23 DE_UNREF(shader);
29 DE_UNREF(id);
30 DE_UNREF(mode);
36 DE_UNREF(target);
37 DE_UNREF(id);
43 DE_UNREF(target);
[all …]
DtcuNullRenderContext.cpp66 DE_UNREF(object); in free()
448 DE_UNREF(internalformat); in glGetInternalformativ()
449 DE_UNREF(target); in glGetInternalformativ()
514 DE_UNREF(type); in glCreateShader()
520 DE_UNREF(shader); in glGetShaderiv()
528 DE_UNREF(program); in glGetProgramiv()
637 DE_UNREF(target); in glMapBufferRange()
638 DE_UNREF(offset); in glMapBufferRange()
639 DE_UNREF(length); in glMapBufferRange()
640 DE_UNREF(access); in glMapBufferRange()
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkNullDriverImpl.inl8 DE_UNREF(pAllocator);
14 DE_UNREF(pAllocator);
20 DE_UNREF(pAllocator);
26 DE_UNREF(pAllocator);
32 DE_UNREF(pAllocator);
38 DE_UNREF(pAllocator);
44 DE_UNREF(pAllocator);
50 DE_UNREF(pAllocator);
56 DE_UNREF(pAllocator);
62 DE_UNREF(pAllocator);
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderErrors.cpp513 DE_UNREF(n_program_object); in getFragmentShaderCode()
568 DE_UNREF(n_program_object); in getVertexShaderCode()
635 DE_UNREF(n_program_object); in getTessellationControlShaderCode()
671 DE_UNREF(n_program_object); in getTessellationEvaluationShaderCode()
695 DE_UNREF(n_program_object); in getVertexShaderCode()
723 DE_UNREF(stage); in isPipelineStageUsed()
781 DE_UNREF(n_program_object); in getTessellationControlShaderCode()
814 DE_UNREF(n_program_object); in getTessellationEvaluationShaderCode()
838 DE_UNREF(n_program_object); in getVertexShaderCode()
861 DE_UNREF(stage); in isPipelineStageUsed()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp167 DE_UNREF(device); in createShaderModule()
168 DE_UNREF(pCreateInfo); in createShaderModule()
169 DE_UNREF(pAllocator); in createShaderModule()
170 DE_UNREF(pShaderModule); in createShaderModule()
205 DE_UNREF(pAllocator); in destroyDeviceHandler()
225 DE_UNREF(device); in createDescriptorSetLayoutHandlerStat()
226 DE_UNREF(pAllocator); in createDescriptorSetLayoutHandlerStat()
251 DE_UNREF(device); in destroyDescriptorSetLayoutHandler()
252 DE_UNREF(pAllocator); in destroyDescriptorSetLayoutHandler()
268 DE_UNREF(device); in allocateDescriptorSetsHandlerStat()
[all …]
DvkResourceInterface.cpp455 DE_UNREF(device); in deinitDevice()
527 DE_UNREF(testPath); in makeGraphicsPipelineIdentifier()
536 DE_UNREF(testPath); in makeComputePipelineIdentifier()
551 DE_UNREF(pipelineCache); in createGraphicsPipelines()
744 DE_UNREF(pipelineCache); in createComputePipelines()
832 DE_UNREF(device); in destroyPipeline()
833 DE_UNREF(pAllocator); in destroyPipeline()
850 DE_UNREF(device); in createRenderPass()
851 DE_UNREF(pAllocator); in createRenderPass()
860 DE_UNREF(device); in createRenderPass2()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp49 DE_UNREF(pNext_); in AttachmentDescription1()
94 DE_UNREF (pNext_); in AttachmentReference1()
97 DE_UNREF (aspectMask_); in AttachmentReference1()
129 DE_UNREF (pNext_); in SubpassDescription1()
132 DE_UNREF (viewMask_); in SubpassDescription1()
185 DE_UNREF (pNext_); in SubpassDependency1()
193 DE_UNREF (viewOffset_); in SubpassDependency1()
241 DE_UNREF (correlatedViewMaskCount_); in RenderPassCreateInfo1()
242 DE_UNREF (pCorrelatedViewMasks_); in RenderPassCreateInfo1()
285 DE_UNREF(pNext_); in SubpassBeginInfo1()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp49 DE_UNREF(pNext_); in AttachmentDescription1()
94 DE_UNREF (pNext_); in AttachmentReference1()
97 DE_UNREF (aspectMask_); in AttachmentReference1()
129 DE_UNREF (pNext_); in SubpassDescription1()
132 DE_UNREF (viewMask_); in SubpassDescription1()
185 DE_UNREF (pNext_); in SubpassDependency1()
193 DE_UNREF (viewOffset_); in SubpassDependency1()
241 DE_UNREF (correlatedViewMaskCount_); in RenderPassCreateInfo1()
242 DE_UNREF (pCorrelatedViewMasks_); in RenderPassCreateInfo1()
285 DE_UNREF(pNext_); in SubpassBeginInfo1()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTestPackage.hpp89 virtual void deinitTestPackage (TestContext& testCtx) { DE_UNREF(testCtx); }; in deinitTestPackage()
91 virtual void updateGlobalStatus (tcu::TestRunStatus& status) { DE_UNREF(status); } in updateGlobalStatus()
92 …string, deUint64>& groupsDurationTime) { DE_UNREF(testCtx); DE_UNREF(packageName); DE_UNREF(durati… in reportDurations()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidNativeActivity.cpp170 DE_UNREF(hasFocus); in onWindowFocusChanged()
175 DE_UNREF(window); in onNativeWindowCreated()
180 DE_UNREF(window); in onNativeWindowResized()
185 DE_UNREF(window); in onNativeWindowRedrawNeeded()
190 DE_UNREF(window); in onNativeWindowDestroyed()
195 DE_UNREF(queue); in onInputQueueCreated()
200 DE_UNREF(queue); in onInputQueueDestroyed()
205 DE_UNREF(rect); in onContentRectChanged()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp307 DE_UNREF(numWorkGroups); in computeReference()
308 DE_UNREF(workGroupSize); in computeReference()
309 DE_UNREF(workGroupID); in computeReference()
310 DE_UNREF(localInvocationID); in computeReference()
334 DE_UNREF(numWorkGroups); in computeReference()
335 DE_UNREF(workGroupID); in computeReference()
336 DE_UNREF(localInvocationID); in computeReference()
357 DE_UNREF(numWorkGroups); in computeReference()
358 DE_UNREF(workGroupSize); in computeReference()
359 DE_UNREF(localInvocationID); in computeReference()
[all …]
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSAppDelegate.m35 DE_UNREF(application && launchOptions);
63 DE_UNREF(application);
69 DE_UNREF(application);
74 DE_UNREF(application);
79 DE_UNREF(application);
85 DE_UNREF(application);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderAtomicCounterOpsTests.hpp104 DE_UNREF(compare); in iterate()
120 DE_UNREF(compare); in iterate()
136 DE_UNREF(compare); in iterate()
152 DE_UNREF(compare); in iterate()
168 DE_UNREF(compare); in iterate()
184 DE_UNREF(compare); in iterate()
200 DE_UNREF(compare); in iterate()
216 DE_UNREF(input); in iterate()
217 DE_UNREF(compare); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp269 DE_UNREF(numWorkGroups); in computeReference()
270 DE_UNREF(workGroupSize); in computeReference()
271 DE_UNREF(workGroupID); in computeReference()
272 DE_UNREF(localInvocationID); in computeReference()
296 DE_UNREF(numWorkGroups); in computeReference()
297 DE_UNREF(workGroupID); in computeReference()
298 DE_UNREF(localInvocationID); in computeReference()
320 DE_UNREF(numWorkGroups); in computeReference()
321 DE_UNREF(workGroupSize); in computeReference()
322 DE_UNREF(localInvocationID); in computeReference()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp269 DE_UNREF(numWorkGroups); in computeReference()
270 DE_UNREF(workGroupSize); in computeReference()
271 DE_UNREF(workGroupID); in computeReference()
272 DE_UNREF(localInvocationID); in computeReference()
296 DE_UNREF(numWorkGroups); in computeReference()
297 DE_UNREF(workGroupID); in computeReference()
298 DE_UNREF(localInvocationID); in computeReference()
320 DE_UNREF(numWorkGroups); in computeReference()
321 DE_UNREF(workGroupSize); in computeReference()
322 DE_UNREF(localInvocationID); in computeReference()
[all …]
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.hpp73 …Expression* createNextChild (GeneratorState& state) { DE_UNREF(state); return DE_NULL; … in createNextChild()
74 …void tokenize (GeneratorState& state, TokenStream& str) const { DE_UNREF(state); str << Tok… in tokenize()
113 Expression* createNextChild (GeneratorState& state) { DE_UNREF(state); return DE_NULL; } in createNextChild()
118 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate()
131 Expression* createNextChild (GeneratorState& state) { DE_UNREF(state); return DE_NULL; } in createNextChild()
136 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate()
150 Expression* createNextChild (GeneratorState& state) { DE_UNREF(state); return DE_NULL; } in createNextChild()
155 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktCustomInstancesDevices.cpp533 DE_UNREF(context); in checkSupport()
534 DE_UNREF(videoCodecOperation); in checkSupport()
564 DE_UNREF(result); in VideoDevice()
566 DE_UNREF(videoCodecOperation); in VideoDevice()
567 DE_UNREF(videoDeviceFlags); in VideoDevice()
583 DE_UNREF(videoCodecOperation); in getQueueFlags()
597 DE_UNREF(videoCodecOperationFlags); in isVideoEncodeOperation()
611 DE_UNREF(videoCodecOperationFlags); in isVideoDecodeOperation()
622 DE_UNREF(videoCodecOperationFlags); in isVideoOperation()
669 DE_UNREF(deviceExtensions); in addVideoDeviceExtensions()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp533 DE_UNREF(context); in checkSupport()
534 DE_UNREF(videoCodecOperation); in checkSupport()
564 DE_UNREF(result); in VideoDevice()
566 DE_UNREF(videoCodecOperation); in VideoDevice()
567 DE_UNREF(videoDeviceFlags); in VideoDevice()
583 DE_UNREF(videoCodecOperation); in getQueueFlags()
597 DE_UNREF(videoCodecOperationFlags); in isVideoEncodeOperation()
611 DE_UNREF(videoCodecOperationFlags); in isVideoDecodeOperation()
622 DE_UNREF(videoCodecOperationFlags); in isVideoOperation()
669 DE_UNREF(deviceExtensions); in addVideoDeviceExtensions()
[all …]
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
DdeSemaphoreMach.c40 DE_UNREF(attributes); in deSemaphore_create()
54 DE_UNREF(res); in deSemaphore_destroy()
62 DE_UNREF(res); in deSemaphore_increment()
70 DE_UNREF(res); in deSemaphore_decrement()
DdeNamedSemaphoreUnix.c52 DE_UNREF(attributes); in deSemaphore_create()
82 DE_UNREF(res); in deSemaphore_destroy()
91 DE_UNREF(res); in deSemaphore_increment()
99 DE_UNREF(res); in deSemaphore_decrement()
/third_party/vk-gl-cts/modules/egl/
DteglVGRenderUtil.cpp63 DE_UNREF(x && y && width && height);
64 DE_UNREF(color);
70 DE_UNREF(x && y && width && height);
71 DE_UNREF(dst);
DteglGLES1RenderUtil.cpp65 DE_UNREF(x && y && width && height);
66 DE_UNREF(color);
72 DE_UNREF(x && y && width && height);
73 DE_UNREF(dst);
DteglQueryContextTests.cpp100 DE_UNREF(display); in executeForContext()
101 DE_UNREF(surface); in executeForContext()
102 DE_UNREF(config); in executeForContext()
142 DE_UNREF(display); in executeForContext()
143 DE_UNREF(context); in executeForContext()
144 DE_UNREF(config); in executeForContext()
184 DE_UNREF(surface && context); in executeForContext()
185 DE_UNREF(config); in executeForContext()
235 DE_UNREF(surface); in executeForContext()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp497 …ONST, TYPE_FLOAT> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
498 …T, TYPE_FLOAT_VEC2> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
499 …T, TYPE_FLOAT_VEC3> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
500 …T, TYPE_FLOAT_VEC4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
502 …T, TYPE_FLOAT_MAT2> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
503 … TYPE_FLOAT_MAT2X3> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
504 … TYPE_FLOAT_MAT2X4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
505 … TYPE_FLOAT_MAT3X2> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
506 …T, TYPE_FLOAT_MAT3> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
507 … TYPE_FLOAT_MAT3X4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return … in getInputValue()
[all …]
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp62 DE_UNREF(version); in handleGlobal()
72 DE_UNREF(data); in handleGlobalRemove()
73 DE_UNREF(registry); in handleGlobalRemove()
74 DE_UNREF(name); in handleGlobalRemove()
228 DE_UNREF(data); in handlePing()

12345678910>>...25