Home
last modified time | relevance | path

Searched refs:bufferValue (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp1164 uint32_t bufferValue; in iterate() local
1165 deMemcpy(&bufferValue, hostCoherentDataPtr, sizeof(bufferValue)); in iterate()
1167 if (bufferValue != m_params.testValue) in iterate()
1170 msg << "Unexpected value in auxiliar host-coherent buffer: found " << bufferValue << " and expected " << m_params.testValue; in iterate()
1179 uint32_t bufferValue; in iterate() local
1182 deMemcpy(&bufferValue, resourceBufferDataPtr, sizeof(bufferValue)); in iterate()
1184 if (bufferValue != m_params.testValue) in iterate()
1187 msg << "Unexpected value in resource buffer: found " << bufferValue << " an in iterate()
1194 uint32_t bufferValue; iterate() local
[all...]
H A DvktMeshShaderSyncTestsEXT.cpp1387 uint32_t bufferValue; in iterate() local
1388 deMemcpy(&bufferValue, hostCoherentDataPtr, sizeof(bufferValue)); in iterate()
1390 if (bufferValue != m_params.testValue) in iterate()
1393 msg << "Unexpected value in auxiliar host-coherent buffer: found " << bufferValue << " and expected " << m_params.testValue; in iterate()
1402 uint32_t bufferValue; in iterate() local
1405 deMemcpy(&bufferValue, resourceBufferDataPtr, sizeof(bufferValue)); in iterate()
1407 if (bufferValue != m_params.testValue) in iterate()
1410 msg << "Unexpected value in resource buffer: found " << bufferValue << " an in iterate()
1417 uint32_t bufferValue; iterate() local
[all...]
H A DvktMeshShaderPropertyTests.cpp223 const auto& bufferValue = bufferData[idx]; in iterate() local
225 if (bufferValue != expected) in iterate()
226 TCU_FAIL("Unexpected value found in buffer position " + de::toString(idx) + ": " + de::toString(bufferValue)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp1164 uint32_t bufferValue; in iterate() local
1165 deMemcpy(&bufferValue, hostCoherentDataPtr, sizeof(bufferValue)); in iterate()
1167 if (bufferValue != m_params.testValue) in iterate()
1170 msg << "Unexpected value in auxiliar host-coherent buffer: found " << bufferValue << " and expected " << m_params.testValue; in iterate()
1179 uint32_t bufferValue; in iterate() local
1182 deMemcpy(&bufferValue, resourceBufferDataPtr, sizeof(bufferValue)); in iterate()
1184 if (bufferValue != m_params.testValue) in iterate()
1187 msg << "Unexpected value in resource buffer: found " << bufferValue << " an in iterate()
1194 uint32_t bufferValue; iterate() local
[all...]
H A DvktMeshShaderSyncTestsEXT.cpp1387 uint32_t bufferValue; in iterate() local
1388 deMemcpy(&bufferValue, hostCoherentDataPtr, sizeof(bufferValue)); in iterate()
1390 if (bufferValue != m_params.testValue) in iterate()
1393 msg << "Unexpected value in auxiliar host-coherent buffer: found " << bufferValue << " and expected " << m_params.testValue; in iterate()
1402 uint32_t bufferValue; in iterate() local
1405 deMemcpy(&bufferValue, resourceBufferDataPtr, sizeof(bufferValue)); in iterate()
1407 if (bufferValue != m_params.testValue) in iterate()
1410 msg << "Unexpected value in resource buffer: found " << bufferValue << " an in iterate()
1417 uint32_t bufferValue; iterate() local
[all...]
H A DvktMeshShaderPropertyTests.cpp223 const auto& bufferValue = bufferData[idx]; in iterate() local
225 if (bufferValue != expected) in iterate()
226 TCU_FAIL("Unexpected value found in buffer position " + de::toString(idx) + ": " + de::toString(bufferValue)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp466 float bufferValue = 0.0f; in iterate() local
468 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in iterate()
473 if (de::abs(bufferValue - distanceToEdge) > kDefaultTolerance) in iterate()
476 msg << "Result distance (" << bufferValue << ") differs from expected distance (" << distanceToEdge << ", tolerance " << kDefaultTolerance << ")"; in iterate()
483 if (bufferValue != 0.0f) in iterate()
486 msg << "Result distance nonzero (" << bufferValue << ")"; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp466 float bufferValue = 0.0f; in iterate() local
468 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in iterate()
473 if (de::abs(bufferValue - distanceToEdge) > kDefaultTolerance) in iterate()
476 msg << "Result distance (" << bufferValue << ") differs from expected distance (" << distanceToEdge << ", tolerance " << kDefaultTolerance << ")"; in iterate()
483 if (bufferValue != 0.0f) in iterate()
486 msg << "Result distance nonzero (" << bufferValue << ")"; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp600 float bufferValue = 0.0f; in iterate() local
602 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in iterate()
607 if (de::abs(bufferValue - distanceToEdge) > kDefaultTolerance) in iterate()
610 msg << "Result distance (" << bufferValue << ") differs from expected distance (" << distanceToEdge << ", tolerance " << kDefaultTolerance << ")"; in iterate()
617 if (bufferValue != 0.0f) in iterate()
620 msg << "Result distance nonzero (" << bufferValue << ")"; in iterate() local
H A DvktRayTracingMiscTests.cpp8697 float bufferValue = 0.0f; in nullMissInstance() local
8699 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in nullMissInstance()
8701 if (bufferValue != 0.0f) in nullMissInstance()
8702 TCU_FAIL("Unexpected value found in buffer: " + de::toString(bufferValue)); in nullMissInstance()
8916 float bufferValue = 0.0f; in reuseCreationBufferInstance() local
8918 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in reuseCreationBufferInstance()
8920 if (bufferValue != 1.0f) in reuseCreationBufferInstance()
8921 TCU_FAIL("Unexpected value found in buffer: " + de::toString(bufferValue)); in reuseCreationBufferInstance()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp600 float bufferValue = 0.0f; in iterate() local
602 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in iterate()
607 if (de::abs(bufferValue - distanceToEdge) > kDefaultTolerance) in iterate()
610 msg << "Result distance (" << bufferValue << ") differs from expected distance (" << distanceToEdge << ", tolerance " << kDefaultTolerance << ")"; in iterate()
617 if (bufferValue != 0.0f) in iterate()
620 msg << "Result distance nonzero (" << bufferValue << ")"; in iterate() local
H A DvktRayTracingMiscTests.cpp8672 float bufferValue = 0.0f; in nullMissInstance() local
8674 deMemcpy(&bufferValue, bufferAlloc.getHostPtr(), sizeof(bufferValue)); in nullMissInstance()
8676 if (bufferValue != 0.0f) in nullMissInstance()
8677 TCU_FAIL("Unexpected value found in buffer: " + de::toString(bufferValue)); in nullMissInstance()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.hpp72 void stencilOperation(Byte8 &newValue, Byte8 &bufferValue, StencilOperation stencilPassOperation, StencilOperation stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &sMask);
73 void stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation, bool CCW);
H A DPixelRoutine.cpp757 Byte8 bufferValue = *Pointer<Byte8>(buffer); in writeStencil() local
760 stencilOperation(newValue, bufferValue, state.stencilPassOperation, state.stencilZFailOperation, state.stencilFailOperation, false, zMask, sMask); in writeStencil()
764 Byte8 maskedValue = bufferValue; in writeStencil()
774 stencilOperation(newValueCCW, bufferValue, state.stencilPassOperationCCW, state.stencilZFailOperationCCW, state.stencilFailOperationCCW, true, zMask, sMask); in writeStencil()
778 Byte8 maskedValue = bufferValue; in writeStencil()
790 bufferValue &= *Pointer<Byte8>(constants + OFFSET(Constants,invMaskB4Q) + 8 * cMask); in writeStencil()
791 newValue |= bufferValue; in writeStencil()
796 void PixelRoutine::stencilOperation(Byte8 &newValue, Byte8 &bufferValue, StencilOperation stencilPassOperation, StencilOperation stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &sMask) in stencilOperation() argument
802 stencilOperation(pass, bufferValue, stencilPassOperation, CCW); in stencilOperation()
806 stencilOperation(zFail, bufferValue, stencilZFailOperatio in stencilOperation()
829 stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation, bool CCW) stencilOperation() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp70 void stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, const PixelProcessor::States::StencilOpState &ops, bool isBack, const Int &zMask, const Int &sMask);
71 void stencilOperation(Byte8 &output, const Byte8 &bufferValue, VkStencilOp operation, bool isBack);
H A DPixelRoutine.cpp809 Byte8 bufferValue = *Pointer<Byte8>(buffer) & Byte8(-1, -1, 0, 0, 0, 0, 0, 0); in writeStencil() local
810 bufferValue = bufferValue | (*Pointer<Byte8>(buffer + pitch - 2) & Byte8(0, 0, -1, -1, 0, 0, 0, 0)); in writeStencil()
812 stencilOperation(newValue, bufferValue, state.frontStencil, false, zMask[q], sMask[q]); in writeStencil()
816 Byte8 maskedValue = bufferValue; in writeStencil()
824 stencilOperation(newValueBack, bufferValue, state.backStencil, true, zMask[q], sMask[q]); in writeStencil()
828 Byte8 maskedValue = bufferValue; in writeStencil()
839 bufferValue &= *Pointer<Byte8>(constants + OFFSET(Constants, invMaskB4Q) + 8 * cMask[q]); in writeStencil()
840 newValue |= bufferValue; in writeStencil()
847 void PixelRoutine::stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, cons argument
903 stencilOperation(Byte8 &output, const Byte8 &bufferValue, VkStencilOp operation, bool isBack) stencilOperation() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp618 } bufferValue;
620 bufferValue.uintValue = m_id + (arrayIdx * m_numDynamicAreas) + dynamicAreaIdx;
623 bufferValue.floatValue = (float)bufferValue.uintValue;
625 hostPtr[(256 / 4) * (m_numDynamicAreas * arrayIdx + dynamicAreaIdx)] = bufferValue.uintValue;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp618 } bufferValue;
620 bufferValue.uintValue = m_id + (arrayIdx * m_numDynamicAreas) + dynamicAreaIdx;
623 bufferValue.floatValue = (float)bufferValue.uintValue;
625 hostPtr[(256 / 4) * (m_numDynamicAreas * arrayIdx + dynamicAreaIdx)] = bufferValue.uintValue;

Completed in 70 milliseconds